#EAECD6

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

Shades of Sugar Cane #EAECD6

Tints of Sugar Cane #EAECD6

Color information

#EAECD6 (or 0xEAECD6) is unknown color: approx Sugar Cane. HEX triplet: EA, EC and D6. RGB value is (234,236,214). Sum of RGB (Red+Green+Blue) = 234+236+214=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD6 is #151329. Grayscale: #E8E8E8. Windows color (decimal): -1381162 or 14085354. OLE color: 14085354.

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

Color convert

RGB234236214-
CMYK0.0100.090.07
HSL65.45º36.67%88.24%-
HSV(B)65.45º9.32%92.55%-
XYZ76.0682.3475.5-
YUV232.89117.34128.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 214 (83.98% from 255) = 31.29%
R=34.21%
G=34.50%
B=31.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362140.0100.090.0765.4536.6788.24
HexEAECD61097412558
Octal3523543261011710145130
Binary11101010111011001101011010100111110000011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECD6; }

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

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

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

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

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

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

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

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