#EEEFDF

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

Shades of Sugar Cane #EEEFDF

Tints of Sugar Cane #EEEFDF

Color information

#EEEFDF (or 0xEEEFDF) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and DF. RGB value is (238,239,223). Sum of RGB (Red+Green+Blue) = 238+239+223=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFDF is #111020. Grayscale: #ECECEC. Windows color (decimal): -1118241 or 14675950. OLE color: 14675950.

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

Color convert

RGB238239223-
CMYK0.0000.070.06
HSL63.75º33.33%90.59%-
HSV(B)63.75º6.69%93.73%-
XYZ79.4585.2482.08-
YUV236.88120.17128.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 223 (87.5% from 255) = 31.86%
R=34%
G=34.14%
B=31.86%

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
Decimal2382392230.0000.070.0663.7533.3390.59
HexEEEFDF007640215b
Octal356357337007610041133
Binary1110111011101111110111110011111010000001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFDF; }

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

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

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

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

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

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

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

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