Shades of Black Squeeze #E4E5DC
Tints of Black Squeeze #E4E5DC
RGB
CMYK
RGB Variations
Color information
#E4E5DC (or 0xE4E5DC) is known color: Black Squeeze. HEX triplet: E4, E5 and DC. RGB value is (228,229,220). Sum of RGB (Red+Green+Blue) = 228+229+220=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E5DC is #1B1A23. Grayscale: #E3E3E3. Windows color (decimal): -1776164 or 14476772. OLE color: 14476772.
HSL color Cylindrical-coordinate representation of color #E4E5DC: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4E5DC is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 229 | 220 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.10 |
| HSL | 66.67º | 0.15% | 0.88% | - |
| HSV(B) | 66.67º | 0.04% | 0.9% | - |
| XYZ | 72.93 | 77.7 | 78.86 | - |
| YUV | 227.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 229 | 220 | 0.00 | 0 | 0.04 | 0.10 | 66.67 | 0.15 | 0.88 |
| Hex | E4 | E5 | DC | 0 | 0 | 4 | A | 43 | F | 58 |
| Octal | 344 | 345 | 334 | 0 | 0 | 4 | 12 | 103 | 17 | 130 |
| Binary | 11100100 | 11100101 | 11011100 | 0 | 0 | 100 | 1010 | 1000011 | 1111 | 1011000 |
Color Harmonies of #E4E5DC
Complementary color
Monochromatic Colors of #E4E5DC
Black with #E4E5DC
Text Example
Text Example
White with #E4E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E5DC; }
p { color: rgb(228,229,220); }
H1.HeaderClassName
{
color: #E4E5DC;
}
.AnyTagClassName
{
color: #E4E5DC;
}
</style>
background-color css
<style>
a { background-color: #E4E5DC; }
a { background-color: rgb(228,229,220); }
div.DivClassName
{
background-color: #E4E5DC;
}
.BgClassName
{
background-color: #E4E5DC;
}
</style>
border-color css
<style>
span { border-color: #E4E5DC; }
span { border-color: rgb(228,229,220); }
td.TdClassName
{
border-color: #E4E5DC;
}
.TagClassName
{
border-color: #E4E5DC;
}
</style>