#EEF2DC

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

Shades of Sugar Cane #EEF2DC

Tints of Sugar Cane #EEF2DC

Color information

#EEF2DC (or 0xEEF2DC) is unknown color: approx Sugar Cane. HEX triplet: EE, F2 and DC. RGB value is (238,242,220). Sum of RGB (Red+Green+Blue) = 238+242+220=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DC is #110D23. Grayscale: #EEEEEE. Windows color (decimal): -1117476 or 14480110. OLE color: 14480110.

HSL color Cylindrical-coordinate representation of color #EEF2DC: hue angle of 70.91º degrees, saturation: 0.46, 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 #EEF2DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB238242220-
CMYK0.0200.090.05
HSL70.91º45.83%90.59%-
HSV(B)70.91º9.09%94.9%-
XYZ79.9386.8580.26-
YUV238.3117.67127.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=34%
G=34.57%
B=31.43%

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
Decimal2382422200.0200.090.0570.9145.8390.59
HexEEF2DC2095472e5b
Octal3563623342011510756133
Binary111011101111001011011100100100110110001111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2DC; }

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

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

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

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

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

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

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

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