COLOR #EBD666

HEX: #EBD666
RGB: (235,214,102)

Color info

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

RGB color model

#EBD666 color RGB value is (235,214,102).

  • red value is 235;
  • green value is 214;
  • blue value is 102.
RGB:
(235,214,102)
(92%,84%,40%)

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 102 of 255 = 40%

235
214
102

R + G + B ~ 72%. #EBD666 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 102 = 551 (100%)
R 235 of 551 ~ 42.65%
G 214 of 551 ~ 38.84%
B 102 of 551 ~ 18.51%

%42.65
%38.84
%18.51

CMYK color model

#EBD666 color CMYK value is (0,9,57,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 56.60%
  • key color value is 7.84%
CMYK:
(0,9,57,8)
C0M9Y57K8 
(0%,9%,57%,8%)
(0.00/0.09/0.57/0.08)	

CMYK percentages

%0
%8.94
%56.6
%7.84

Codes

Color #EBD666 in popluar color models

EBD666
RGB235214102
HSL51°76.88%66.08%
HSB/HSV51°56.60%92.16%
CMYK0.00%8.94%56.60%
7.84%

Color #EBD666 in popluar number systems.

HEXEBD666
Decimal235214102
Binary11101011110101101100110
Octal353326146

Shades and tints

Shades of #EBD666

#EBD666
(235,214,102)
#D6C35D
(214,195,93)
#C1B054
(193,176,84)
#AC9D4B
(172,157,75)
#978A42
(151,138,66)
#827739
(130,119,57)
#6D6430
(109,100,48)
#585127
(88,81,39)
#433E1E
(67,62,30)
#2E2B15
(46,43,21)
#19180C
(25,24,12)
#000000
(0,0,0)

Tints of #EBD666

#EBD666
(235,214,102)
#ECD973
(236,217,115)
#EDDC80
(237,220,128)
#EEDF8D
(238,223,141)
#EFE29A
(239,226,154)
#F0E5A7
(240,229,167)
#F1E8B4
(241,232,180)
#F2EBC1
(242,235,193)
#F3EECE
(243,238,206)
#F4F1DB
(244,241,219)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD666 color. Also use rgb(235,214,102) instead hex code.

Text Font Color

.myTextColor { color: #EBD666; }

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

This text font color is #EBD666.


Background Color

.myBgColor { background-color: #EBD666; }

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

This div background color is #EBD666.


Border color

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

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

This div border color is #EBD666.


Opacity

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

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

Text with #EBD666 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 #EBD666;}

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

This text has shadow with #EBD666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD666 on black background.


Color preview on white background

This text has color #EBD666 on white background.



Black color preview on #EBD666 background

This text has black color on #EBD666 background.


White color preview on #EBD666 background

This text has white color on #EBD666 background.