COLOR #EECF46

HEX: #EECF46
RGB: (238,207,70)

Color info

#EECF46 contains mainly red and green colors. Web safe color of #EECF46 is #FFCC33 (or #FC3).

RGB color model

#EECF46 color RGB value is (238,207,70).

  • red value is 238;
  • green value is 207;
  • blue value is 70.
RGB:
(238,207,70)
(93%,81%,27%)

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 70 of 255 = 27%

238
207
70

R + G + B ~ 67%. #EECF46 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 70 = 515 (100%)
R 238 of 515 ~ 46.21%
G 207 of 515 ~ 40.19%
B 70 of 515 ~ 13.59%

%46.21
%40.19
%13.59

CMYK color model

#EECF46 color CMYK value is (0,13,71,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 70.59%
  • key color value is 6.67%
CMYK:
(0,13,71,7)
C0M13Y71K7 
(0%,13%,71%,7%)
(0.00/0.13/0.71/0.07)	

CMYK percentages

%0
%13.03
%70.59
%6.67

Codes

Color #EECF46 in popluar color models

EECF46
RGB23820770
HSL49°83.17%60.39%
HSB/HSV49°70.59%93.33%
CMYK0.00%13.03%70.59%
6.67%

Color #EECF46 in popluar number systems.

HEXEECF46
Decimal23820770
Binary11101110110011111000110
Octal356317106

Shades and tints

Shades of #EECF46

#EECF46
(238,207,70)
#D9BD40
(217,189,64)
#C4AB3A
(196,171,58)
#AF9934
(175,153,52)
#9A872E
(154,135,46)
#857528
(133,117,40)
#706322
(112,99,34)
#5B511C
(91,81,28)
#463F16
(70,63,22)
#312D10
(49,45,16)
#1C1B0A
(28,27,10)
#000000
(0,0,0)

Tints of #EECF46

#EECF46
(238,207,70)
#EFD356
(239,211,86)
#F0D766
(240,215,102)
#F1DB76
(241,219,118)
#F2DF86
(242,223,134)
#F3E396
(243,227,150)
#F4E7A6
(244,231,166)
#F5EBB6
(245,235,182)
#F6EFC6
(246,239,198)
#F7F3D6
(247,243,214)
#F8F7E6
(248,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECF46 color. Also use rgb(238,207,70) instead hex code.

Text Font Color

.myTextColor { color: #EECF46; }

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

This text font color is #EECF46.


Background Color

.myBgColor { background-color: #EECF46; }

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

This div background color is #EECF46.


Border color

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

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

This div border color is #EECF46.


Opacity

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

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

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

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

This text has shadow with #EECF46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECF46 on black background.


Color preview on white background

This text has color #EECF46 on white background.



Black color preview on #EECF46 background

This text has black color on #EECF46 background.


White color preview on #EECF46 background

This text has white color on #EECF46 background.