Shades of Black Squeeze #E8E9E4
Tints of Black Squeeze #E8E9E4
RGB
CMYK
RGB Variations
Color information
#E8E9E4 (or 0xE8E9E4) is known color: Black Squeeze. HEX triplet: E8, E9 and E4. RGB value is (232,233,228). Sum of RGB (Red+Green+Blue) = 232+233+228=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E9E4 is #17161B. Grayscale: #E8E8E8. Windows color (decimal): -1512988 or 15002088. OLE color: 15002088.
HSL color Cylindrical-coordinate representation of color #E8E9E4: hue angle of 72º degrees, saturation: 0.1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E8E9E4 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 228 | - |
| CMYK | 0.00 | 0 | 0.02 | 0.09 |
| HSL | 72º | 0.1% | 0.9% | - |
| HSV(B) | 72º | 0.02% | 0.91% | - |
| XYZ | 76.42 | 81.04 | 85.01 | - |
| YUV | 232.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 228 | 0.00 | 0 | 0.02 | 0.09 | 72 | 0.1 | 0.9 |
| Hex | E8 | E9 | E4 | 0 | 0 | 2 | 9 | 48 | A | 5A |
| Octal | 350 | 351 | 344 | 0 | 0 | 2 | 11 | 110 | 12 | 132 |
| Binary | 11101000 | 11101001 | 11100100 | 0 | 0 | 10 | 1001 | 1001000 | 1010 | 1011010 |
Color Harmonies of #E8E9E4
Complementary color
Monochromatic Colors of #E8E9E4
Black with #E8E9E4
Text Example
Text Example
White with #E8E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E9E4; }
p { color: rgb(232,233,228); }
H1.HeaderClassName
{
color: #E8E9E4;
}
.AnyTagClassName
{
color: #E8E9E4;
}
</style>
background-color css
<style>
a { background-color: #E8E9E4; }
a { background-color: rgb(232,233,228); }
div.DivClassName
{
background-color: #E8E9E4;
}
.BgClassName
{
background-color: #E8E9E4;
}
</style>
border-color css
<style>
span { border-color: #E8E9E4; }
span { border-color: rgb(232,233,228); }
td.TdClassName
{
border-color: #E8E9E4;
}
.TagClassName
{
border-color: #E8E9E4;
}
</style>