#EED087

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

Shades of Cherokee #EED087

Tints of Cherokee #EED087

Color information

#EED087 (or 0xEED087) is unknown color: approx Cherokee. HEX triplet: EE, D0 and 87. RGB value is (238,208,135). Sum of RGB (Red+Green+Blue) = 238+208+135=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED087 is #112F78. Grayscale: #D0D0D0. Windows color (decimal): -1126265 or 8900846. OLE color: 8900846.

HSL color Cylindrical-coordinate representation of color #EED087: hue angle of 42.52º 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 #EED087 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB238208135-
CMYK00.130.430.07
HSL42.52º75.18%73.14%-
HSV(B)42.52º43.28%93.33%-
XYZ62.1965.0432.2-
YUV208.6586.44148.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 135 (53.12% from 255) = 23.24%
R=40.96%
G=35.80%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820813500.130.430.0742.5275.1873.14
HexEED0870D2B72b4b49
Octal35632020701553753113111
Binary1110111011010000100001110110110101111110101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED087; }

 p { color: rgb(238,208,135); }

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

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

 a { background-color: rgb(238,208,135); }

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

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

 span { border-color: rgb(238,208,135); }

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