#EED284

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

Shades of Cherokee #EED284

Tints of Cherokee #EED284

Color information

#EED284 (or 0xEED284) is unknown color: approx Cherokee. HEX triplet: EE, D2 and 84. RGB value is (238,210,132). Sum of RGB (Red+Green+Blue) = 238+210+132=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED284 is #112D7B. Grayscale: #D1D1D1. Windows color (decimal): -1125756 or 8704750. OLE color: 8704750.

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

Color convert

RGB238210132-
CMYK00.120.450.07
HSL44.15º75.71%72.55%-
HSV(B)44.15º44.54%93.33%-
XYZ62.4765.9431.26-
YUV209.4884.28148.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 132 (51.95% from 255) = 22.76%
R=41.03%
G=36.21%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821013200.120.450.0744.1575.7172.55
HexEED2840C2D72c4c49
Octal35632220401455754114111
Binary1110111011010010100001000110010110111110110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED284; }

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

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

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

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

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

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

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

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