#EDD286

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

Shades of Cherokee #EDD286

Tints of Cherokee #EDD286

Color information

#EDD286 (or 0xEDD286) is unknown color: approx Cherokee. HEX triplet: ED, D2 and 86. RGB value is (237,210,134). Sum of RGB (Red+Green+Blue) = 237+210+134=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD286 is #122D79. Grayscale: #D1D1D1. Windows color (decimal): -1191290 or 8835821. OLE color: 8835821.

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

Color convert

RGB237210134-
CMYK00.110.430.07
HSL44.27º74.1%72.75%-
HSV(B)44.27º43.46%92.94%-
XYZ62.2765.8231.98-
YUV209.4185.45147.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 134 (52.73% from 255) = 23.06%
R=40.79%
G=36.14%
B=23.06%

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
Decimal23721013400.110.430.0744.2774.172.75
HexEDD2860B2B72c4a49
Octal35532220601353754112111
Binary1110110111010010100001100101110101111110110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD286; }

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

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

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

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

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

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

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

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