COLOR #EEC283

HEX: #EEC283
RGB: (238,194,131)

Color info

#EEC283 contains mainly red and green colors. Web safe color of #EEC283 is #FFCC99 (or #FC9).

RGB color model

#EEC283 color RGB value is (238,194,131).

  • red value is 238;
  • green value is 194;
  • blue value is 131.
RGB:
(238,194,131)
(93%,76%,51%)

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 131 of 255 = 51%

238
194
131

R + G + B ~ 73%. #EEC283 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 131 = 563 (100%)
R 238 of 563 ~ 42.27%
G 194 of 563 ~ 34.46%
B 131 of 563 ~ 23.27%

%42.27
%34.46
%23.27

CMYK color model

#EEC283 color CMYK value is (0,18,45,7).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 44.96%
  • key color value is 6.67%
CMYK:
(0,18,45,7)
C0M18Y45K7 
(0%,18%,45%,7%)
(0.00/0.18/0.45/0.07)	

CMYK percentages

%0
%18.49
%44.96
%6.67

Codes

Color #EEC283 in popluar color models

EEC283
RGB238194131
HSL35°75.89%72.35%
HSB/HSV35°44.96%93.33%
CMYK0.00%18.49%44.96%
6.67%

Color #EEC283 in popluar number systems.

HEXEEC283
Decimal238194131
Binary111011101100001010000011
Octal356302203

Shades and tints

Shades of #EEC283

#EEC283
(238,194,131)
#D9B178
(217,177,120)
#C4A06D
(196,160,109)
#AF8F62
(175,143,98)
#9A7E57
(154,126,87)
#856D4C
(133,109,76)
#705C41
(112,92,65)
#5B4B36
(91,75,54)
#463A2B
(70,58,43)
#312920
(49,41,32)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEC283

#EEC283
(238,194,131)
#EFC78E
(239,199,142)
#F0CC99
(240,204,153)
#F1D1A4
(241,209,164)
#F2D6AF
(242,214,175)
#F3DBBA
(243,219,186)
#F4E0C5
(244,224,197)
#F5E5D0
(245,229,208)
#F6EADB
(246,234,219)
#F7EFE6
(247,239,230)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC283 color. Also use rgb(238,194,131) instead hex code.

Text Font Color

.myTextColor { color: #EEC283; }

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

This text font color is #EEC283.


Background Color

.myBgColor { background-color: #EEC283; }

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

This div background color is #EEC283.


Border color

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

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

This div border color is #EEC283.


Opacity

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

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

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

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

This text has shadow with #EEC283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC283 on black background.


Color preview on white background

This text has color #EEC283 on white background.



Black color preview on #EEC283 background

This text has black color on #EEC283 background.


White color preview on #EEC283 background

This text has white color on #EEC283 background.