Shades of Black Squeeze #E8EBE0
Tints of Black Squeeze #E8EBE0
RGB
CMYK
RGB Variations
Color information
#E8EBE0 (or 0xE8EBE0) is known color: Black Squeeze. HEX triplet: E8, EB and E0. RGB value is (232,235,224). Sum of RGB (Red+Green+Blue) = 232+235+224=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBE0 is #17141F. Grayscale: #E8E8E8. Windows color (decimal): -1512480 or 14740456. OLE color: 14740456.
HSL color Cylindrical-coordinate representation of color #E8EBE0: hue angle of 76.36º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8EBE0 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 224 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.08 |
| HSL | 76.36º | 0.22% | 0.9% | - |
| HSV(B) | 76.36º | 0.05% | 0.92% | - |
| XYZ | 76.44 | 81.95 | 82.31 | - |
| YUV | 232.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 224 | 0.01 | 0 | 0.05 | 0.08 | 76.36 | 0.22 | 0.9 |
| Hex | E8 | EB | E0 | 1 | 0 | 5 | 8 | 4C | 16 | 5A |
| Octal | 350 | 353 | 340 | 1 | 0 | 5 | 10 | 114 | 26 | 132 |
| Binary | 11101000 | 11101011 | 11100000 | 1 | 0 | 101 | 1000 | 1001100 | 10110 | 1011010 |
Color Harmonies of #E8EBE0
Complementary color
Monochromatic Colors of #E8EBE0
Black with #E8EBE0
Text Example
Text Example
White with #E8EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBE0; }
p { color: rgb(232,235,224); }
H1.HeaderClassName
{
color: #E8EBE0;
}
.AnyTagClassName
{
color: #E8EBE0;
}
</style>
background-color css
<style>
a { background-color: #E8EBE0; }
a { background-color: rgb(232,235,224); }
div.DivClassName
{
background-color: #E8EBE0;
}
.BgClassName
{
background-color: #E8EBE0;
}
</style>
border-color css
<style>
span { border-color: #E8EBE0; }
span { border-color: rgb(232,235,224); }
td.TdClassName
{
border-color: #E8EBE0;
}
.TagClassName
{
border-color: #E8EBE0;
}
</style>