Shades of Black Haze #E4E1D5
Tints of Black Haze #E4E1D5
RGB
CMYK
RGB Variations
Color information
#E4E1D5 (or 0xE4E1D5) is known color: Black Haze. HEX triplet: E4, E1 and D5. RGB value is (228,225,213). Sum of RGB (Red+Green+Blue) = 228+225+213=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E1D5 is #1B1E2A. Grayscale: #E0E0E0. Windows color (decimal): -1777195 or 14016996. OLE color: 14016996.
HSL color Cylindrical-coordinate representation of color #E4E1D5: hue angle of 48º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4E1D5 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 225 | 213 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.11 |
| HSL | 48º | 0.22% | 0.86% | - |
| HSV(B) | 48º | 0.07% | 0.89% | - |
| XYZ | 70.93 | 75.15 | 73.72 | - |
| YUV | 224.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 213 | 0 | 0.01 | 0.07 | 0.11 | 48 | 0.22 | 0.86 |
| Hex | E4 | E1 | D5 | 0 | 1 | 7 | B | 30 | 16 | 56 |
| Octal | 344 | 341 | 325 | 0 | 1 | 7 | 13 | 60 | 26 | 126 |
| Binary | 11100100 | 11100001 | 11010101 | 0 | 1 | 111 | 1011 | 110000 | 10110 | 1010110 |
Color Harmonies of #E4E1D5
Complementary color
Monochromatic Colors of #E4E1D5
Black with #E4E1D5
Text Example
Text Example
White with #E4E1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E1D5; }
p { color: rgb(228,225,213); }
H1.HeaderClassName
{
color: #E4E1D5;
}
.AnyTagClassName
{
color: #E4E1D5;
}
</style>
background-color css
<style>
a { background-color: #E4E1D5; }
a { background-color: rgb(228,225,213); }
div.DivClassName
{
background-color: #E4E1D5;
}
.BgClassName
{
background-color: #E4E1D5;
}
</style>
border-color css
<style>
span { border-color: #E4E1D5; }
span { border-color: rgb(228,225,213); }
td.TdClassName
{
border-color: #E4E1D5;
}
.TagClassName
{
border-color: #E4E1D5;
}
</style>