#EEEFDE

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

Shades of Sugar Cane #EEEFDE

Tints of Sugar Cane #EEEFDE

Color information

#EEEFDE (or 0xEEEFDE) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and DE. RGB value is (238,239,222). Sum of RGB (Red+Green+Blue) = 238+239+222=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFDE is #111021. Grayscale: #ECECEC. Windows color (decimal): -1118242 or 14610414. OLE color: 14610414.

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

Color convert

RGB238239222-
CMYK0.0000.070.06
HSL63.53º34.69%90.39%-
HSV(B)63.53º7.11%93.73%-
XYZ79.3185.1881.37-
YUV236.76119.67128.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=34.05%
G=34.19%
B=31.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392220.0000.070.0663.5334.6990.39
HexEEEFDE007640235a
Octal356357336007610043132
Binary1110111011101111110111100011111010000001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFDE; }

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

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

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

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

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

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

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

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