#EED08B

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

Shades of Cherokee #EED08B

Tints of Cherokee #EED08B

Color information

#EED08B (or 0xEED08B) is unknown color: approx Cherokee. HEX triplet: EE, D0 and 8B. RGB value is (238,208,139). Sum of RGB (Red+Green+Blue) = 238+208+139=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED08B is #112F74. Grayscale: #D1D1D1. Windows color (decimal): -1126261 or 9162990. OLE color: 9162990.

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

Color convert

RGB238208139-
CMYK00.130.420.07
HSL41.82º74.44%73.92%-
HSV(B)41.82º41.6%93.33%-
XYZ62.4865.1533.71-
YUV209.188.44148.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 139 (54.69% from 255) = 23.76%
R=40.68%
G=35.56%
B=23.76%

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
Decimal23820813900.130.420.0741.8274.4473.92
HexEED08B0D2A72a4a4a
Octal35632021301552752112112
Binary1110111011010000100010110110110101011110101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED08B; }

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

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

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

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

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

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

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

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