Html Css Color HEX #EAE9EC Magnolia

📋 copy color: '#EAE9EC'

red 234 ◦ green 233 ◦ blue 236

#EAE9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magnolia #EAE9EC

Tints of Magnolia #EAE9EC

RGB

 RED value IS 234 (91.8% 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 value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAE9EC (or 0xEAE9EC) is known color: 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

RGB 234 233 236 -
CMYK 0.01 0.01 0 0.07
HSL 260º 0.07% 0.92% -
HSV(B) 260º 0.01% 0.93% -
XYZ 78.21 81.83 91.03 -
YUV 233.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 234 233 236 0.01 0.01 0 0.07 260 0.07 0.92
Hex EA E9 EC 1 1 0 7 104 7 5C
Octal 352 351 354 1 1 0 7 404 7 134
Binary 11101010 11101001 11101100 1 1 0 111 100000100 111 1011100

Color Harmonies of #EAE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE9EC

Black with #EAE9EC

Text Example


Text Example

White with #EAE9EC

Text Example


Text Example

HTML Codes & Css Web 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>