#EEF0DA

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

Shades of Sugar Cane #EEF0DA

Tints of Sugar Cane #EEF0DA

Color information

#EEF0DA (or 0xEEF0DA) is unknown color: approx Sugar Cane. HEX triplet: EE, F0 and DA. RGB value is (238,240,218). Sum of RGB (Red+Green+Blue) = 238+240+218=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0DA is #110F25. Grayscale: #ECECEC. Windows color (decimal): -1117990 or 14348526. OLE color: 14348526.

HSL color Cylindrical-coordinate representation of color #EEF0DA: hue angle of 65.45º degrees, saturation: 0.42, 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 #EEF0DA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB238240218-
CMYK0.0100.090.06
HSL65.45º42.31%89.8%-
HSV(B)65.45º9.17%94.12%-
XYZ79.0785.5678.68-
YUV236.89117.34128.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 218 (85.55% from 255) = 31.32%
R=34.20%
G=34.48%
B=31.32%

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
Decimal2382402180.0100.090.0665.4542.3189.8
HexEEF0DA1096412a5a
Octal3563603321011610152132
Binary11101110111100001101101010100111010000011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0DA; }

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

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

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

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

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

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

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

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