Shades of Black Haze #E5E2D5
Tints of Black Haze #E5E2D5
RGB
CMYK
RGB Variations
Color information
#E5E2D5 (or 0xE5E2D5) is known color: Black Haze. HEX triplet: E5, E2 and D5. RGB value is (229,226,213). Sum of RGB (Red+Green+Blue) = 229+226+213=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2D5 is #1A1D2A. Grayscale: #E1E1E1. Windows color (decimal): -1711403 or 14017253. OLE color: 14017253.
HSL color Cylindrical-coordinate representation of color #E5E2D5: hue angle of 48.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5E2D5 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 226 | 213 | - |
CMYK | 0 | 0.01 | 0.07 | 0.10 |
HSL | 48.75º | 0.24% | 0.87% | - |
HSV(B) | 48.75º | 0.07% | 0.9% | - |
XYZ | 71.52 | 75.85 | 73.82 | - |
YUV | 225.42 | 120.99 | 130.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 213 | 0 | 0.01 | 0.07 | 0.10 | 48.75 | 0.24 | 0.87 |
Hex | E5 | E2 | D5 | 0 | 1 | 7 | A | 31 | 18 | 57 |
Octal | 345 | 342 | 325 | 0 | 1 | 7 | 12 | 61 | 30 | 127 |
Binary | 11100101 | 11100010 | 11010101 | 0 | 1 | 111 | 1010 | 110001 | 11000 | 1010111 |
Color Harmonies of #E5E2D5
Complementary color
Monochromatic Colors of #E5E2D5
Black with #E5E2D5
Text Example
Text Example
White with #E5E2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2D5; }
p { color: rgb(229,226,213); }
H1.HeaderClassName
{
color: #E5E2D5;
}
.AnyTagClassName
{
color: #E5E2D5;
}
</style>
background-color css
<style>
a { background-color: #E5E2D5; }
a { background-color: rgb(229,226,213); }
div.DivClassName
{
background-color: #E5E2D5;
}
.BgClassName
{
background-color: #E5E2D5;
}
</style>
border-color css
<style>
span { border-color: #E5E2D5; }
span { border-color: rgb(229,226,213); }
td.TdClassName
{
border-color: #E5E2D5;
}
.TagClassName
{
border-color: #E5E2D5;
}
</style>