#EEEFDA

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

Shades of Sugar Cane #EEEFDA

Tints of Sugar Cane #EEEFDA

Color information

#EEEFDA (or 0xEEEFDA) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and DA. RGB value is (238,239,218). Sum of RGB (Red+Green+Blue) = 238+239+218=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFDA is #111025. Grayscale: #ECECEC. Windows color (decimal): -1118246 or 14348270. OLE color: 14348270.

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

Color convert

RGB238239218-
CMYK0.0000.090.06
HSL62.86º39.62%89.61%-
HSV(B)62.86º8.79%93.73%-
XYZ78.7884.9778.58-
YUV236.31117.67129.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=34.24%
G=34.39%
B=31.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392180.0000.090.0662.8639.6289.61
HexEEEFDA00963f285a
Octal356357332001167750132
Binary1110111011101111110110100010011101111111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFDA; }

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

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

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

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

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

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

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

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