#EEEEDE

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

Shades of Sugar Cane #EEEEDE

Tints of Sugar Cane #EEEEDE

Color information

#EEEEDE (or 0xEEEEDE) is unknown color: approx Sugar Cane. HEX triplet: EE, EE and DE. RGB value is (238,238,222). Sum of RGB (Red+Green+Blue) = 238+238+222=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEDE is #111121. Grayscale: #ECECEC. Windows color (decimal): -1118498 or 14610158. OLE color: 14610158.

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

Color convert

RGB238238222-
CMYK000.070.07
HSL60º32%90.2%-
HSV(B)60º6.72%93.33%-
XYZ79.0284.681.27-
YUV236.18120129.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=34.10%
G=34.10%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238222000.070.07603290.2
HexEEEEDE00773c205a
Octal35635633600777440132
Binary111011101110111011011110001111111111001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEDE; }

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

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

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

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

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

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

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

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