COLOR #EECC65

HEX: #EECC65
RGB: (238,204,101)

Color info

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

RGB color model

#EECC65 color RGB value is (238,204,101).

  • red value is 238;
  • green value is 204;
  • blue value is 101.
RGB:
(238,204,101)
(93%,80%,40%)

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 101 of 255 = 40%

238
204
101

R + G + B ~ 71%. #EECC65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 101 = 543 (100%)
R 238 of 543 ~ 43.83%
G 204 of 543 ~ 37.57%
B 101 of 543 ~ 18.6%

%43.83
%37.57
%18.6

CMYK color model

#EECC65 color CMYK value is (0,14,58,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(0,14,58,7)
C0M14Y58K7 
(0%,14%,58%,7%)
(0.00/0.14/0.58/0.07)	

CMYK percentages

%0
%14.29
%57.56
%6.67

Codes

Color #EECC65 in popluar color models

EECC65
RGB238204101
HSL45°80.12%66.47%
HSB/HSV45°57.56%93.33%
CMYK0.00%14.29%57.56%
6.67%

Color #EECC65 in popluar number systems.

HEXEECC65
Decimal238204101
Binary11101110110011001100101
Octal356314145

Shades and tints

Shades of #EECC65

#EECC65
(238,204,101)
#D9BA5C
(217,186,92)
#C4A853
(196,168,83)
#AF964A
(175,150,74)
#9A8441
(154,132,65)
#857238
(133,114,56)
#70602F
(112,96,47)
#5B4E26
(91,78,38)
#463C1D
(70,60,29)
#312A14
(49,42,20)
#1C180B
(28,24,11)
#000000
(0,0,0)

Tints of #EECC65

#EECC65
(238,204,101)
#EFD073
(239,208,115)
#F0D481
(240,212,129)
#F1D88F
(241,216,143)
#F2DC9D
(242,220,157)
#F3E0AB
(243,224,171)
#F4E4B9
(244,228,185)
#F5E8C7
(245,232,199)
#F6ECD5
(246,236,213)
#F7F0E3
(247,240,227)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECC65 color. Also use rgb(238,204,101) instead hex code.

Text Font Color

.myTextColor { color: #EECC65; }

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

This text font color is #EECC65.


Background Color

.myBgColor { background-color: #EECC65; }

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

This div background color is #EECC65.


Border color

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

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

This div border color is #EECC65.


Opacity

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

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

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

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

This text has shadow with #EECC65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECC65 on black background.


Color preview on white background

This text has color #EECC65 on white background.



Black color preview on #EECC65 background

This text has black color on #EECC65 background.


White color preview on #EECC65 background

This text has white color on #EECC65 background.