#EEEFD8

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

Shades of Sugar Cane #EEEFD8

Tints of Sugar Cane #EEEFD8

Color information

#EEEFD8 (or 0xEEEFD8) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and D8. RGB value is (238,239,216). Sum of RGB (Red+Green+Blue) = 238+239+216=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD8 is #111027. Grayscale: #ECECEC. Windows color (decimal): -1118248 or 14217198. OLE color: 14217198.

HSL color Cylindrical-coordinate representation of color #EEEFD8: hue angle of 62.61º degrees, saturation: 0.42, 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 #EEEFD8 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB238239216-
CMYK0.0000.100.06
HSL62.61º41.82%89.22%-
HSV(B)62.61º9.62%93.73%-
XYZ78.5284.8777.21-
YUV236.08116.67129.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 216 (84.77% from 255) = 31.17%
R=34.34%
G=34.49%
B=31.17%

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
Decimal2382392160.0000.100.0662.6141.8289.22
HexEEEFD800A63f2a59
Octal356357330001267752131
Binary1110111011101111110110000010101101111111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD8; }

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

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

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

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

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

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

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

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