#EEF0D7

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

Shades of Sugar Cane #EEF0D7

Tints of Sugar Cane #EEF0D7

Color information

#EEF0D7 (or 0xEEF0D7) is unknown color: approx Sugar Cane. HEX triplet: EE, F0 and D7. RGB value is (238,240,215). Sum of RGB (Red+Green+Blue) = 238+240+215=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D7 is #110F28. Grayscale: #ECECEC. Windows color (decimal): -1117993 or 14151918. OLE color: 14151918.

HSL color Cylindrical-coordinate representation of color #EEF0D7: hue angle of 64.8º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF0D7 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB238240215-
CMYK0.0100.100.06
HSL64.8º45.45%89.22%-
HSV(B)64.8º10.42%94.12%-
XYZ78.6985.476.63-
YUV236.55115.84129.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 215 (84.38% from 255) = 31.02%
R=34.34%
G=34.63%
B=31.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402150.0100.100.0664.845.4589.22
HexEEF0D710A6412d59
Octal3563603271012610155131
Binary11101110111100001101011110101011010000011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0D7; }

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

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

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

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

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

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

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

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