#EED289

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

Shades of Cherokee #EED289

Tints of Cherokee #EED289

Color information

#EED289 (or 0xEED289) is unknown color: approx Cherokee. HEX triplet: EE, D2 and 89. RGB value is (238,210,137). Sum of RGB (Red+Green+Blue) = 238+210+137=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED289 is #112D76. Grayscale: #D2D2D2. Windows color (decimal): -1125751 or 9032430. OLE color: 9032430.

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

Color convert

RGB238210137-
CMYK00.120.420.07
HSL43.37º74.81%73.53%-
HSV(B)43.37º42.44%93.33%-
XYZ62.8266.0833.11-
YUV210.0586.78147.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 137 (53.91% from 255) = 23.42%
R=40.68%
G=35.90%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821013700.120.420.0743.3774.8173.53
HexEED2890C2A72b4b4a
Octal35632221101452753113112
Binary1110111011010010100010010110010101011110101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED289; }

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

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

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

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

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

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

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

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