Shades of Black White #EAE9D4
Tints of Black White #EAE9D4
RGB
CMYK
RGB Variations
Color information
#EAE9D4 (or 0xEAE9D4) is known color: Black White. HEX triplet: EA, E9 and D4. RGB value is (234,233,212). Sum of RGB (Red+Green+Blue) = 234+233+212=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9D4 is #15162B. Grayscale: #E6E6E6. Windows color (decimal): -1381932 or 13953514. OLE color: 13953514.
HSL color Cylindrical-coordinate representation of color #EAE9D4: hue angle of 57.27º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE9D4 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 212 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.08 |
| HSL | 57.27º | 0.34% | 0.87% | - |
| HSV(B) | 57.27º | 0.09% | 0.92% | - |
| XYZ | 74.95 | 80.52 | 73.88 | - |
| YUV | 230.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 212 | 0 | 0.00 | 0.09 | 0.08 | 57.27 | 0.34 | 0.87 |
| Hex | EA | E9 | D4 | 0 | 0 | 9 | 8 | 39 | 22 | 57 |
| Octal | 352 | 351 | 324 | 0 | 0 | 11 | 10 | 71 | 42 | 127 |
| Binary | 11101010 | 11101001 | 11010100 | 0 | 0 | 1001 | 1000 | 111001 | 100010 | 1010111 |
Color Harmonies of #EAE9D4
Complementary color
Monochromatic Colors of #EAE9D4
Black with #EAE9D4
Text Example
Text Example
White with #EAE9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9D4; }
p { color: rgb(234,233,212); }
H1.HeaderClassName
{
color: #EAE9D4;
}
.AnyTagClassName
{
color: #EAE9D4;
}
</style>
background-color css
<style>
a { background-color: #EAE9D4; }
a { background-color: rgb(234,233,212); }
div.DivClassName
{
background-color: #EAE9D4;
}
.BgClassName
{
background-color: #EAE9D4;
}
</style>
border-color css
<style>
span { border-color: #EAE9D4; }
span { border-color: rgb(234,233,212); }
td.TdClassName
{
border-color: #EAE9D4;
}
.TagClassName
{
border-color: #EAE9D4;
}
</style>