#EED285

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

Shades of Cherokee #EED285

Tints of Cherokee #EED285

Color information

#EED285 (or 0xEED285) is unknown color: approx Cherokee. HEX triplet: EE, D2 and 85. RGB value is (238,210,133). Sum of RGB (Red+Green+Blue) = 238+210+133=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED285 is #112D7A. Grayscale: #D1D1D1. Windows color (decimal): -1125755 or 8770286. OLE color: 8770286.

HSL color Cylindrical-coordinate representation of color #EED285: hue angle of 44º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EED285 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238210133-
CMYK00.120.440.07
HSL44º75.54%72.75%-
HSV(B)44º44.12%93.33%-
XYZ62.5465.9631.63-
YUV209.5984.78148.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=40.96%
G=36.14%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821013300.120.440.074475.5472.75
HexEED2850C2C72c4c49
Octal35632220501454754114111
Binary1110111011010010100001010110010110011110110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED285; }

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

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

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

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

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

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

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

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