#EEF2DD

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

Shades of Sugar Cane #EEF2DD

Tints of Sugar Cane #EEF2DD

Color information

#EEF2DD (or 0xEEF2DD) is unknown color: approx Sugar Cane. HEX triplet: EE, F2 and DD. RGB value is (238,242,221). Sum of RGB (Red+Green+Blue) = 238+242+221=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DD is #110D22. Grayscale: #EEEEEE. Windows color (decimal): -1117475 or 14545646. OLE color: 14545646.

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

Color convert

RGB238242221-
CMYK0.0200.090.05
HSL71.43º44.68%90.78%-
HSV(B)71.43º8.68%94.9%-
XYZ80.0686.980.96-
YUV238.41118.17127.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=33.95%
G=34.52%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422210.0200.090.0571.4344.6890.78
HexEEF2DD2095472d5b
Octal3563623352011510755133
Binary111011101111001011011101100100110110001111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2DD; }

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

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

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

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

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

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

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

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