#EAECD9

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

Shades of Sugar Cane #EAECD9

Tints of Sugar Cane #EAECD9

Color information

#EAECD9 (or 0xEAECD9) is unknown color: approx Sugar Cane. HEX triplet: EA, EC and D9. RGB value is (234,236,217). Sum of RGB (Red+Green+Blue) = 234+236+217=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD9 is #151326. Grayscale: #E9E9E9. Windows color (decimal): -1381159 or 14281962. OLE color: 14281962.

HSL color Cylindrical-coordinate representation of color #EAECD9: hue angle of 66.32º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAECD9 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB234236217-
CMYK0.0100.080.07
HSL66.32º33.33%88.82%-
HSV(B)66.32º8.05%92.55%-
XYZ76.4582.4977.54-
YUV233.24118.84128.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 217 (85.16% from 255) = 31.59%
R=34.06%
G=34.35%
B=31.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362170.0100.080.0766.3233.3388.82
HexEAECD91087422159
Octal3523543311010710241131
Binary11101010111011001101100110100011110000101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECD9; }

 p { color: rgb(234,236,217); }

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

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

 a { background-color: rgb(234,236,217); }

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

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

 span { border-color: rgb(234,236,217); }

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