COLOR #EECD0B

HEX: #EECD0B
RGB: (238,205,11)

Color info

#EECD0B contains mainly red and green colors. Web safe color of #EECD0B is #FFCC00 (or #FC0).

RGB color model

#EECD0B color RGB value is (238,205,11).

  • red value is 238;
  • green value is 205;
  • blue value is 11.
RGB:
(238,205,11)
(93%,80%,4%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 11 of 255 = 4%

238
205
11

R + G + B ~ 59%. #EECD0B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 11 = 454 (100%)
R 238 of 454 ~ 52.42%
G 205 of 454 ~ 45.15%
B 11 of 454 ~ 2.42%

%52.42
%45.15

CMYK color model

#EECD0B color CMYK value is (0,14,95,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 95.38%
  • key color value is 6.67%
CMYK:
(0,14,95,7)
C0M14Y95K7 
(0%,14%,95%,7%)
(0.00/0.14/0.95/0.07)	

CMYK percentages

%0
%13.87
%95.38
%6.67

Codes

Color #EECD0B in popluar color models

EECD0B
RGB23820511
HSL51°91.16%48.82%
HSB/HSV51°95.38%93.33%
CMYK0.00%13.87%95.38%
6.67%

Color #EECD0B in popluar number systems.

HEXEECD0B
Decimal23820511
Binary11101110110011011011
Octal35631513

Shades and tints

Shades of #EECD0B

#EECD0B
(238,205,11)
#D9BB0A
(217,187,10)
#C4A909
(196,169,9)
#AF9708
(175,151,8)
#9A8507
(154,133,7)
#857306
(133,115,6)
#706105
(112,97,5)
#5B4F04
(91,79,4)
#463D03
(70,61,3)
#312B02
(49,43,2)
#1C1901
(28,25,1)
#000000
(0,0,0)

Tints of #EECD0B

#EECD0B
(238,205,11)
#EFD121
(239,209,33)
#F0D537
(240,213,55)
#F1D94D
(241,217,77)
#F2DD63
(242,221,99)
#F3E179
(243,225,121)
#F4E58F
(244,229,143)
#F5E9A5
(245,233,165)
#F6EDBB
(246,237,187)
#F7F1D1
(247,241,209)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECD0B color. Also use rgb(238,205,11) instead hex code.

Text Font Color

.myTextColor { color: #EECD0B; }

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

This text font color is #EECD0B.


Background Color

.myBgColor { background-color: #EECD0B; }

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

This div background color is #EECD0B.


Border color

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

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

This div border color is #EECD0B.


Opacity

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

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

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

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

This text has shadow with #EECD0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECD0B on black background.


Color preview on white background

This text has color #EECD0B on white background.



Black color preview on #EECD0B background

This text has black color on #EECD0B background.


White color preview on #EECD0B background

This text has white color on #EECD0B background.