#EEEFD4

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

Shades of Sugar Cane #EEEFD4

Tints of Sugar Cane #EEEFD4

Color information

#EEEFD4 (or 0xEEEFD4) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and D4. RGB value is (238,239,212). Sum of RGB (Red+Green+Blue) = 238+239+212=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD4 is #11102B. Grayscale: #EBEBEB. Windows color (decimal): -1118252 or 13955054. OLE color: 13955054.

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

Color convert

RGB238239212-
CMYK0.0000.110.06
HSL62.22º45.76%88.43%-
HSV(B)62.22º11.3%93.73%-
XYZ78.0184.6674.52-
YUV235.62114.67129.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 212 (83.20% from 255) = 30.77%
R=34.54%
G=34.69%
B=30.77%

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
Decimal2382392120.0000.110.0662.2245.7688.43
HexEEEFD400B63e2e58
Octal356357324001367656130
Binary1110111011101111110101000010111101111101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD4; }

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

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

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

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

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

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

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

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