#EAE9DA

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

Shades of Black White #EAE9DA

Tints of Black White #EAE9DA

Color information

#EAE9DA (or 0xEAE9DA) is unknown color: approx Black White. HEX triplet: EA, E9 and DA. RGB value is (234,233,218). Sum of RGB (Red+Green+Blue) = 234+233+218=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9DA is #151625. Grayscale: #E7E7E7. Windows color (decimal): -1381926 or 14346730. OLE color: 14346730.

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

Color convert

RGB234233218-
CMYK00.000.070.08
HSL56.25º27.59%88.63%-
HSV(B)56.25º6.84%91.76%-
XYZ75.7380.8377.94-
YUV231.59120.33129.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=34.16%
G=34.01%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423321800.000.070.0856.2527.5988.63
HexEAE9DA0078381c59
Octal352351332007107034131
Binary111010101110100111011010001111000111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9DA; }

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

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

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

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

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

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

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

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