#EDD28A

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

Shades of Cherokee #EDD28A

Tints of Cherokee #EDD28A

Color information

#EDD28A (or 0xEDD28A) is unknown color: approx Cherokee. HEX triplet: ED, D2 and 8A. RGB value is (237,210,138). Sum of RGB (Red+Green+Blue) = 237+210+138=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD28A is #122D75. Grayscale: #D2D2D2. Windows color (decimal): -1191286 or 9097965. OLE color: 9097965.

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

Color convert

RGB237210138-
CMYK00.110.420.07
HSL43.64º73.33%73.53%-
HSV(B)43.64º41.77%92.94%-
XYZ62.5665.9333.47-
YUV209.8687.45147.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=40.51%
G=35.90%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721013800.110.420.0743.6473.3373.53
HexEDD28A0B2A72c494a
Octal35532221201352754111112
Binary1110110111010010100010100101110101011110110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD28A; }

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

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

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

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

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

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

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

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