Shades of Black Squeeze #E8EAD5
Tints of Black Squeeze #E8EAD5
RGB
CMYK
RGB Variations
Color information
#E8EAD5 (or 0xE8EAD5) is known color: Black Squeeze. HEX triplet: E8, EA and D5. RGB value is (232,234,213). Sum of RGB (Red+Green+Blue) = 232+234+213=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EAD5 is #17152A. Grayscale: #E7E7E7. Windows color (decimal): -1512747 or 14019304. OLE color: 14019304.
HSL color Cylindrical-coordinate representation of color #E8EAD5: hue angle of 65.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8EAD5 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 213 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.08 |
| HSL | 65.71º | 0.33% | 0.88% | - |
| HSV(B) | 65.71º | 0.09% | 0.92% | - |
| XYZ | 74.71 | 80.81 | 74.61 | - |
| YUV | 231.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 213 | 0.01 | 0 | 0.09 | 0.08 | 65.71 | 0.33 | 0.88 |
| Hex | E8 | EA | D5 | 1 | 0 | 9 | 8 | 42 | 21 | 58 |
| Octal | 350 | 352 | 325 | 1 | 0 | 11 | 10 | 102 | 41 | 130 |
| Binary | 11101000 | 11101010 | 11010101 | 1 | 0 | 1001 | 1000 | 1000010 | 100001 | 1011000 |
Color Harmonies of #E8EAD5
Complementary color
Monochromatic Colors of #E8EAD5
Black with #E8EAD5
Text Example
Text Example
White with #E8EAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EAD5; }
p { color: rgb(232,234,213); }
H1.HeaderClassName
{
color: #E8EAD5;
}
.AnyTagClassName
{
color: #E8EAD5;
}
</style>
background-color css
<style>
a { background-color: #E8EAD5; }
a { background-color: rgb(232,234,213); }
div.DivClassName
{
background-color: #E8EAD5;
}
.BgClassName
{
background-color: #E8EAD5;
}
</style>
border-color css
<style>
span { border-color: #E8EAD5; }
span { border-color: rgb(232,234,213); }
td.TdClassName
{
border-color: #E8EAD5;
}
.TagClassName
{
border-color: #E8EAD5;
}
</style>