Shades of Black Squeeze #EBECE7
Tints of Black Squeeze #EBECE7
RGB
CMYK
RGB Variations
Color information
#EBECE7 (or 0xEBECE7) is known color: Black Squeeze. HEX triplet: EB, EC and E7. RGB value is (235,236,231). Sum of RGB (Red+Green+Blue) = 235+236+231=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECE7 is #141318. Grayscale: #EBEBEB. Windows color (decimal): -1315609 or 15199467. OLE color: 15199467.
HSL color Cylindrical-coordinate representation of color #EBECE7: hue angle of 72º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBECE7 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 236 | 231 | - |
CMYK | 0.00 | 0 | 0.02 | 0.07 |
HSL | 72º | 0.12% | 0.92% | - |
HSV(B) | 72º | 0.02% | 0.93% | - |
XYZ | 78.68 | 83.42 | 87.56 | - |
YUV | 235.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 231 | 0.00 | 0 | 0.02 | 0.07 | 72 | 0.12 | 0.92 |
Hex | EB | EC | E7 | 0 | 0 | 2 | 7 | 48 | C | 5C |
Octal | 353 | 354 | 347 | 0 | 0 | 2 | 7 | 110 | 14 | 134 |
Binary | 11101011 | 11101100 | 11100111 | 0 | 0 | 10 | 111 | 1001000 | 1100 | 1011100 |
Color Harmonies of #EBECE7
Complementary color
Monochromatic Colors of #EBECE7
Black with #EBECE7
Text Example
Text Example
White with #EBECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECE7; }
p { color: rgb(235,236,231); }
H1.HeaderClassName
{
color: #EBECE7;
}
.AnyTagClassName
{
color: #EBECE7;
}
</style>
background-color css
<style>
a { background-color: #EBECE7; }
a { background-color: rgb(235,236,231); }
div.DivClassName
{
background-color: #EBECE7;
}
.BgClassName
{
background-color: #EBECE7;
}
</style>
border-color css
<style>
span { border-color: #EBECE7; }
span { border-color: rgb(235,236,231); }
td.TdClassName
{
border-color: #EBECE7;
}
.TagClassName
{
border-color: #EBECE7;
}
</style>