#EEF0DD

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

Shades of Sugar Cane #EEF0DD

Tints of Sugar Cane #EEF0DD

Color information

#EEF0DD (or 0xEEF0DD) is unknown color: approx Sugar Cane. HEX triplet: EE, F0 and DD. RGB value is (238,240,221). Sum of RGB (Red+Green+Blue) = 238+240+221=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0DD is #110F22. Grayscale: #EDEDED. Windows color (decimal): -1117987 or 14545134. OLE color: 14545134.

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

Color convert

RGB238240221-
CMYK0.0100.080.06
HSL66.32º38.78%90.39%-
HSV(B)66.32º7.92%94.12%-
XYZ79.4785.7280.76-
YUV237.24118.84128.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 221 (86.72% from 255) = 31.62%
R=34.05%
G=34.33%
B=31.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402210.0100.080.0666.3238.7890.39
HexEEF0DD108642275a
Octal3563603351010610247132
Binary11101110111100001101110110100011010000101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0DD; }

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

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

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

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

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

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

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

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