#EAE9EC

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

Shades of Magnolia #EAE9EC

Tints of Magnolia #EAE9EC

Color information

#EAE9EC (or 0xEAE9EC) is unknown color: approx Magnolia. HEX triplet: EA, E9 and EC. RGB value is (234,233,236). Sum of RGB (Red+Green+Blue) = 234+233+236=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9EC is #151613. Grayscale: #E9E9E9. Windows color (decimal): -1381908 or 15526378. OLE color: 15526378.

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

Color convert

RGB234233236-
CMYK0.010.0100.07
HSL260º7.32%91.96%-
HSV(B)260º1.27%92.55%-
XYZ78.2181.8391.03-
YUV233.64129.33128.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 233 (91.41% from 255) = 33.14%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=33.29%
G=33.14%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342332360.010.0100.072607.3291.96
HexEAE9EC110710475c
Octal35235135411074047134
Binary1110101011101001111011001101111000001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9EC; }

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

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

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

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

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

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

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

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