COLOR #EBB469

HEX: #EBB469
RGB: (235,180,105)

Color info

#EBB469 contains mainly red and green colors. Web safe color of #EBB469 is #FFCC66 (or #FC6).

RGB color model

#EBB469 color RGB value is (235,180,105).

  • red value is 235;
  • green value is 180;
  • blue value is 105.
RGB:
(235,180,105)
(92%,71%,41%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 105 of 255 = 41%

235
180
105

R + G + B ~ 68%. #EBB469 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 105 = 520 (100%)
R 235 of 520 ~ 45.19%
G 180 of 520 ~ 34.62%
B 105 of 520 ~ 20.19%

%45.19
%34.62
%20.19

CMYK color model

#EBB469 color CMYK value is (0,23,55,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 55.32%
  • key color value is 7.84%
CMYK:
(0,23,55,8)
C0M23Y55K8 
(0%,23%,55%,8%)
(0.00/0.23/0.55/0.08)	

CMYK percentages

%0
%23.4
%55.32
%7.84

Codes

Color #EBB469 in popluar color models

EBB469
RGB235180105
HSL35°76.47%66.67%
HSB/HSV35°55.32%92.16%
CMYK0.00%23.40%55.32%
7.84%

Color #EBB469 in popluar number systems.

HEXEBB469
Decimal235180105
Binary11101011101101001101001
Octal353264151

Shades and tints

Shades of #EBB469

#EBB469
(235,180,105)
#D6A460
(214,164,96)
#C19457
(193,148,87)
#AC844E
(172,132,78)
#977445
(151,116,69)
#82643C
(130,100,60)
#6D5433
(109,84,51)
#58442A
(88,68,42)
#433421
(67,52,33)
#2E2418
(46,36,24)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #EBB469

#EBB469
(235,180,105)
#ECBA76
(236,186,118)
#EDC083
(237,192,131)
#EEC690
(238,198,144)
#EFCC9D
(239,204,157)
#F0D2AA
(240,210,170)
#F1D8B7
(241,216,183)
#F2DEC4
(242,222,196)
#F3E4D1
(243,228,209)
#F4EADE
(244,234,222)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB469 color. Also use rgb(235,180,105) instead hex code.

Text Font Color

.myTextColor { color: #EBB469; }

<p style="color:#EBB469">This sample text font color is #EBB469.</p>

This text font color is #EBB469.


Background Color

.myBgColor { background-color: #EBB469; }

<div style="background-color:#EBB469">Inner text</div>

This div background color is #EBB469.


Border color

.myBorderColor { border: 1px solid #EBB469; }

<div style="border:3px solid #EBB469">Div</div>

This div border color is #EBB469.


Opacity

.myOpacity80 { color: #EBB469; opacity: 0.8; }

<p style="color:#EBB469;opacity:0.8;">80%</p>

Text with #EBB469 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBB469;}

<p style="text-shadow: 3px 3px 1px #EBB469">Text here.</p>

This text has shadow with #EBB469 color.

.textShadow {text-shadow: 3px 3px 1px #EBB469, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBB469, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBB469 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB469, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBB469, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBB469 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBB469;
  -webkit-box-shadow:	1px 1px 3px 2px #EBB469;
  box-shadow:		1px 1px 3px 2px #EBB469;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB469;
-webkit-box-shadow: 1px 1px 3px 2px #EBB469;
box-shadow:1px 1px 3px 2px #EBB469;">
Div content here</div>
This div box has shadow with color #EBB469.

Preview

Color preview on black background

This text has color #EBB469 on black background.


Color preview on white background

This text has color #EBB469 on white background.



Black color preview on #EBB469 background

This text has black color on #EBB469 background.


White color preview on #EBB469 background

This text has white color on #EBB469 background.