#EED083

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

Shades of Cherokee #EED083

Tints of Cherokee #EED083

Color information

#EED083 (or 0xEED083) is unknown color: approx Cherokee. HEX triplet: EE, D0 and 83. RGB value is (238,208,131). Sum of RGB (Red+Green+Blue) = 238+208+131=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED083 is #112F7C. Grayscale: #D0D0D0. Windows color (decimal): -1126269 or 8638702. OLE color: 8638702.

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

Color convert

RGB238208131-
CMYK00.130.450.07
HSL43.18º75.89%72.35%-
HSV(B)43.18º44.96%93.33%-
XYZ61.9164.9330.74-
YUV208.1984.44149.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 131 (51.56% from 255) = 22.70%
R=41.25%
G=36.05%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820813100.130.450.0743.1875.8972.35
HexEED0830D2D72b4c48
Octal35632020301555753114110
Binary1110111011010000100000110110110110111110101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED083; }

 p { color: rgb(238,208,131); }

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

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

 a { background-color: rgb(238,208,131); }

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

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

 span { border-color: rgb(238,208,131); }

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