#EEEFD7

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

Shades of Sugar Cane #EEEFD7

Tints of Sugar Cane #EEEFD7

Color information

#EEEFD7 (or 0xEEEFD7) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and D7. RGB value is (238,239,215). Sum of RGB (Red+Green+Blue) = 238+239+215=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD7 is #111028. Grayscale: #ECECEC. Windows color (decimal): -1118249 or 14151662. OLE color: 14151662.

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

Color convert

RGB238239215-
CMYK0.0000.100.06
HSL62.5º42.86%89.02%-
HSV(B)62.5º10.04%93.73%-
XYZ78.3984.8276.53-
YUV235.96116.17129.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 215 (84.38% from 255) = 31.07%
R=34.39%
G=34.54%
B=31.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392150.0000.100.0662.542.8689.02
HexEEEFD700A63e2b59
Octal356357327001267653131
Binary1110111011101111110101110010101101111101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD7; }

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

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

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

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

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

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

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

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