#EEEEDC

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

Shades of Sugar Cane #EEEEDC

Tints of Sugar Cane #EEEEDC

Color information

#EEEEDC (or 0xEEEEDC) is unknown color: approx Sugar Cane. HEX triplet: EE, EE and DC. RGB value is (238,238,220). Sum of RGB (Red+Green+Blue) = 238+238+220=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEDC is #111123. Grayscale: #ECECEC. Windows color (decimal): -1118500 or 14479086. OLE color: 14479086.

HSL color Cylindrical-coordinate representation of color #EEEEDC: hue angle of 60º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEEDC is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238238220-
CMYK000.080.07
HSL60º34.62%89.8%-
HSV(B)60º7.56%93.33%-
XYZ78.7584.4979.87-
YUV235.95119129.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 238 (93.36% from 255) = 34.20%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=34.20%
G=34.20%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238220000.080.076034.6289.8
HexEEEEDC00873c235a
Octal356356334001077443132
Binary1110111011101110110111000010001111111001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEDC; }

 p { color: rgb(238,238,220); }

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

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

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

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

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

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

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