#EEEFD5

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

Shades of Sugar Cane #EEEFD5

Tints of Sugar Cane #EEEFD5

Color information

#EEEFD5 (or 0xEEEFD5) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and D5. RGB value is (238,239,213). Sum of RGB (Red+Green+Blue) = 238+239+213=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD5 is #11102A. Grayscale: #EBEBEB. Windows color (decimal): -1118251 or 14020590. OLE color: 14020590.

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

Color convert

RGB238239213-
CMYK0.0000.110.06
HSL62.31º44.83%88.63%-
HSV(B)62.31º10.88%93.73%-
XYZ78.1484.7175.18-
YUV235.74115.17129.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 213 (83.59% from 255) = 30.87%
R=34.49%
G=34.64%
B=30.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392130.0000.110.0662.3144.8388.63
HexEEEFD500B63e2d59
Octal356357325001367655131
Binary1110111011101111110101010010111101111101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD5; }

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

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

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

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

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

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

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

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