#EEEFD6

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

Shades of Sugar Cane #EEEFD6

Tints of Sugar Cane #EEEFD6

Color information

#EEEFD6 (or 0xEEEFD6) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and D6. RGB value is (238,239,214). Sum of RGB (Red+Green+Blue) = 238+239+214=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD6 is #111029. Grayscale: #EBEBEB. Windows color (decimal): -1118250 or 14086126. OLE color: 14086126.

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

Color convert

RGB238239214-
CMYK0.0000.100.06
HSL62.4º43.86%88.82%-
HSV(B)62.4º10.46%93.73%-
XYZ78.2684.7775.85-
YUV235.85115.67129.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 214 (83.98% from 255) = 30.97%
R=34.44%
G=34.59%
B=30.97%

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
Decimal2382392140.0000.100.0662.443.8688.82
HexEEEFD600A63e2c59
Octal356357326001267654131
Binary1110111011101111110101100010101101111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD6; }

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

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

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

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

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

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

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

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