#EEF2DE

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

Shades of Sugar Cane #EEF2DE

Tints of Sugar Cane #EEF2DE

Color information

#EEF2DE (or 0xEEF2DE) is unknown color: approx Sugar Cane. HEX triplet: EE, F2 and DE. RGB value is (238,242,222). Sum of RGB (Red+Green+Blue) = 238+242+222=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DE is #110D21. Grayscale: #EEEEEE. Windows color (decimal): -1117474 or 14611182. OLE color: 14611182.

HSL color Cylindrical-coordinate representation of color #EEF2DE: hue angle of 72º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEF2DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB238242222-
CMYK0.0200.080.05
HSL72º43.48%90.98%-
HSV(B)72º8.26%94.9%-
XYZ80.286.9681.66-
YUV238.52118.67127.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=33.90%
G=34.47%
B=31.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422220.0200.080.057243.4890.98
HexEEF2DE2085482b5b
Octal3563623362010511053133
Binary111011101111001011011110100100010110010001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2DE; }

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

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

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

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

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

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

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

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