#EDD287

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

Shades of Cherokee #EDD287

Tints of Cherokee #EDD287

Color information

#EDD287 (or 0xEDD287) is unknown color: approx Cherokee. HEX triplet: ED, D2 and 87. RGB value is (237,210,135). Sum of RGB (Red+Green+Blue) = 237+210+135=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD287 is #122D78. Grayscale: #D1D1D1. Windows color (decimal): -1191289 or 8901357. OLE color: 8901357.

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

Color convert

RGB237210135-
CMYK00.110.430.07
HSL44.12º73.91%72.94%-
HSV(B)44.12º43.04%92.94%-
XYZ62.3465.8532.35-
YUV209.5285.95147.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 210 (82.42% from 255) = 36.08%
BLUE value IS 135 (53.12% from 255) = 23.20%
R=40.72%
G=36.08%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721013500.110.430.0744.1273.9172.94
HexEDD2870B2B72c4a49
Octal35532220701353754112111
Binary1110110111010010100001110101110101111110110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD287; }

 p { color: rgb(237,210,135); }

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

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

 a { background-color: rgb(237,210,135); }

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

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

 span { border-color: rgb(237,210,135); }

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