#EED188

Color #EED188 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #EED188

Tints of Cherokee #EED188

Color information

#EED188 (or 0xEED188) is unknown color: approx Cherokee. HEX triplet: EE, D1 and 88. RGB value is (238,209,136). Sum of RGB (Red+Green+Blue) = 238+209+136=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED188 is #112E77. Grayscale: #D1D1D1. Windows color (decimal): -1126008 or 8966638. OLE color: 8966638.

HSL color Cylindrical-coordinate representation of color #EED188: hue angle of 42.94º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EED188 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB238209136-
CMYK00.120.430.07
HSL42.94º75%73.33%-
HSV(B)42.94º42.86%93.33%-
XYZ62.565.5632.65-
YUV209.3586.61148.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 136 (53.52% from 255) = 23.33%
R=40.82%
G=35.85%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820913600.120.430.0742.947573.33
HexEED1880C2B72b4b49
Octal35632121001453753113111
Binary1110111011010001100010000110010101111110101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED188; }

 p { color: rgb(238,209,136); }

 H1.HeaderClassName
 {
   color: #EED188;
 }
 .AnyTagClassName
 {
   color: #EED188;
 }
</style>
background-color css

<style>
 a { background-color: #EED188; }

 a { background-color: rgb(238,209,136); }

 div.DivClassName
 {
   background-color: #EED188;
 }
 .BgClassName
 {
   background-color: #EED188;
 }
</style>
border-color css

<style>
 span { border-color: #EED188; }

 span { border-color: rgb(238,209,136); }

 td.TdClassName
 {
   border-color: #EED188;
 }
 .TagClassName
 {
   border-color: #EED188;
 }
</style>