#EEF0DB

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

Shades of Sugar Cane #EEF0DB

Tints of Sugar Cane #EEF0DB

Color information

#EEF0DB (or 0xEEF0DB) is unknown color: approx Sugar Cane. HEX triplet: EE, F0 and DB. RGB value is (238,240,219). Sum of RGB (Red+Green+Blue) = 238+240+219=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0DB is #110F24. Grayscale: #EDEDED. Windows color (decimal): -1117989 or 14414062. OLE color: 14414062.

HSL color Cylindrical-coordinate representation of color #EEF0DB: hue angle of 65.71º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF0DB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB238240219-
CMYK0.0100.090.06
HSL65.71º41.18%90%-
HSV(B)65.71º8.75%94.12%-
XYZ79.2185.6179.37-
YUV237.01117.84128.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 219 (85.94% from 255) = 31.42%
R=34.15%
G=34.43%
B=31.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402190.0100.090.0665.7141.1890
HexEEF0DB109642295a
Octal3563603331011610251132
Binary11101110111100001101101110100111010000101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0DB; }

 p { color: rgb(238,240,219); }

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

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

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

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

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

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

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