Shades of Black Squeeze #E5E6E2
Tints of Black Squeeze #E5E6E2
RGB
CMYK
RGB Variations
Color information
#E5E6E2 (or 0xE5E6E2) is known color: Black Squeeze. HEX triplet: E5, E6 and E2. RGB value is (229,230,226). Sum of RGB (Red+Green+Blue) = 229+230+226=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6E2 is #1A191D. Grayscale: #E5E5E5. Windows color (decimal): -1710366 or 14870245. OLE color: 14870245.
HSL color Cylindrical-coordinate representation of color #E5E6E2: hue angle of 75º degrees, saturation: 0.07, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E6E2 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 230 | 226 | - |
CMYK | 0.00 | 0 | 0.02 | 0.10 |
HSL | 75º | 0.07% | 0.89% | - |
HSV(B) | 75º | 0.02% | 0.9% | - |
XYZ | 74.34 | 78.74 | 83.23 | - |
YUV | 229.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 226 | 0.00 | 0 | 0.02 | 0.10 | 75 | 0.07 | 0.89 |
Hex | E5 | E6 | E2 | 0 | 0 | 2 | A | 4B | 7 | 59 |
Octal | 345 | 346 | 342 | 0 | 0 | 2 | 12 | 113 | 7 | 131 |
Binary | 11100101 | 11100110 | 11100010 | 0 | 0 | 10 | 1010 | 1001011 | 111 | 1011001 |
Color Harmonies of #E5E6E2
Complementary color
Monochromatic Colors of #E5E6E2
Black with #E5E6E2
Text Example
Text Example
White with #E5E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6E2; }
p { color: rgb(229,230,226); }
H1.HeaderClassName
{
color: #E5E6E2;
}
.AnyTagClassName
{
color: #E5E6E2;
}
</style>
background-color css
<style>
a { background-color: #E5E6E2; }
a { background-color: rgb(229,230,226); }
div.DivClassName
{
background-color: #E5E6E2;
}
.BgClassName
{
background-color: #E5E6E2;
}
</style>
border-color css
<style>
span { border-color: #E5E6E2; }
span { border-color: rgb(229,230,226); }
td.TdClassName
{
border-color: #E5E6E2;
}
.TagClassName
{
border-color: #E5E6E2;
}
</style>