#EECD8D

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

Shades of Cherokee #EECD8D

Tints of Cherokee #EECD8D

Color information

#EECD8D (or 0xEECD8D) is unknown color: approx Cherokee. HEX triplet: EE, CD and 8D. RGB value is (238,205,141). Sum of RGB (Red+Green+Blue) = 238+205+141=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD8D is #113272. Grayscale: #CFCFCF. Windows color (decimal): -1127027 or 9293294. OLE color: 9293294.

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

Color convert

RGB238205141-
CMYK00.140.410.07
HSL39.59º74.05%74.31%-
HSV(B)39.59º40.76%93.33%-
XYZ61.963.7634.24-
YUV207.5790.43149.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=40.75%
G=35.10%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820514100.140.410.0739.5974.0574.31
HexEECD8D0E297284a4a
Octal35631521501651750112112
Binary1110111011001101100011010111010100111110100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD8D; }

 p { color: rgb(238,205,141); }

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

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

 a { background-color: rgb(238,205,141); }

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

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

 span { border-color: rgb(238,205,141); }

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