#EEEFE0

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

Shades of Sugar Cane #EEEFE0

Tints of Sugar Cane #EEEFE0

Color information

#EEEFE0 (or 0xEEEFE0) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and E0. RGB value is (238,239,224). Sum of RGB (Red+Green+Blue) = 238+239+224=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE0 is #11101F. Grayscale: #EDEDED. Windows color (decimal): -1118240 or 14741486. OLE color: 14741486.

HSL color Cylindrical-coordinate representation of color #EEEFE0: hue angle of 64º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEFE0 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB238239224-
CMYK0.0000.060.06
HSL64º31.91%90.78%-
HSV(B)64º6.28%93.73%-
XYZ79.5885.2982.79-
YUV236.99120.67128.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=33.95%
G=34.09%
B=31.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392240.0000.060.066431.9190.78
HexEEEFE0006640205b
Octal356357340006610040133
Binary1110111011101111111000000011011010000001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFE0; }

 p { color: rgb(238,239,224); }

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

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

 a { background-color: rgb(238,239,224); }

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

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

 span { border-color: rgb(238,239,224); }

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