#EED089

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

Shades of Cherokee #EED089

Tints of Cherokee #EED089

Color information

#EED089 (or 0xEED089) is unknown color: approx Cherokee. HEX triplet: EE, D0 and 89. RGB value is (238,208,137). Sum of RGB (Red+Green+Blue) = 238+208+137=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 137 (53.91% from 255 or 23.50% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED089 is #112F76. Grayscale: #D1D1D1. Windows color (decimal): -1126263 or 9031918. OLE color: 9031918.

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

Color convert

RGB238208137-
CMYK00.130.420.07
HSL42.18º74.81%73.53%-
HSV(B)42.18º42.44%93.33%-
XYZ62.3365.132.95-
YUV208.8887.44148.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 137 (53.91% from 255) = 23.50%
R=40.82%
G=35.68%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820813700.130.420.0742.1874.8173.53
HexEED0890D2A72a4b4a
Octal35632021101552752113112
Binary1110111011010000100010010110110101011110101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED089; }

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

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

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

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

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

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

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

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