COLOR #EEC568

HEX: #EEC568
RGB: (238,197,104)

Color info

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

RGB color model

#EEC568 color RGB value is (238,197,104).

  • red value is 238;
  • green value is 197;
  • blue value is 104.
RGB:
(238,197,104)
(93%,77%,41%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 104 of 255 = 41%

238
197
104

R + G + B ~ 70%. #EEC568 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 197 + 104 = 539 (100%)
R 238 of 539 ~ 44.16%
G 197 of 539 ~ 36.55%
B 104 of 539 ~ 19.29%

%44.16
%36.55
%19.29

CMYK color model

#EEC568 color CMYK value is (0,17,56,7).

  • cyan value is 0.00%
  • magenta value is 17.23%
  • yellow value is 56.30%
  • key color value is 6.67%
CMYK:
(0,17,56,7)
C0M17Y56K7 
(0%,17%,56%,7%)
(0.00/0.17/0.56/0.07)	

CMYK percentages

%0
%17.23
%56.3
%6.67

Codes

Color #EEC568 in popluar color models

EEC568
RGB238197104
HSL42°79.76%67.06%
HSB/HSV42°56.30%93.33%
CMYK0.00%17.23%56.30%
6.67%

Color #EEC568 in popluar number systems.

HEXEEC568
Decimal238197104
Binary11101110110001011101000
Octal356305150

Shades and tints

Shades of #EEC568

#EEC568
(238,197,104)
#D9B45F
(217,180,95)
#C4A356
(196,163,86)
#AF924D
(175,146,77)
#9A8144
(154,129,68)
#85703B
(133,112,59)
#705F32
(112,95,50)
#5B4E29
(91,78,41)
#463D20
(70,61,32)
#312C17
(49,44,23)
#1C1B0E
(28,27,14)
#000000
(0,0,0)

Tints of #EEC568

#EEC568
(238,197,104)
#EFCA75
(239,202,117)
#F0CF82
(240,207,130)
#F1D48F
(241,212,143)
#F2D99C
(242,217,156)
#F3DEA9
(243,222,169)
#F4E3B6
(244,227,182)
#F5E8C3
(245,232,195)
#F6EDD0
(246,237,208)
#F7F2DD
(247,242,221)
#F8F7EA
(248,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC568 color. Also use rgb(238,197,104) instead hex code.

Text Font Color

.myTextColor { color: #EEC568; }

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

This text font color is #EEC568.


Background Color

.myBgColor { background-color: #EEC568; }

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

This div background color is #EEC568.


Border color

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

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

This div border color is #EEC568.


Opacity

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

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

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

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

This text has shadow with #EEC568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC568 on black background.


Color preview on white background

This text has color #EEC568 on white background.



Black color preview on #EEC568 background

This text has black color on #EEC568 background.


White color preview on #EEC568 background

This text has white color on #EEC568 background.