Shades of Black Squeeze #EBEDE3
Tints of Black Squeeze #EBEDE3
RGB
CMYK
RGB Variations
Color information
#EBEDE3 (or 0xEBEDE3) is known color: Black Squeeze. HEX triplet: EB, ED and E3. RGB value is (235,237,227). Sum of RGB (Red+Green+Blue) = 235+237+227=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDE3 is #14121C. Grayscale: #EBEBEB. Windows color (decimal): -1315357 or 14937579. OLE color: 14937579.
HSL color Cylindrical-coordinate representation of color #EBEDE3: hue angle of 72º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEDE3 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 227 | - |
CMYK | 0.01 | 0 | 0.04 | 0.07 |
HSL | 72º | 0.22% | 0.91% | - |
HSV(B) | 72º | 0.04% | 0.93% | - |
XYZ | 78.41 | 83.78 | 84.71 | - |
YUV | 235.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 227 | 0.01 | 0 | 0.04 | 0.07 | 72 | 0.22 | 0.91 |
Hex | EB | ED | E3 | 1 | 0 | 4 | 7 | 48 | 16 | 5B |
Octal | 353 | 355 | 343 | 1 | 0 | 4 | 7 | 110 | 26 | 133 |
Binary | 11101011 | 11101101 | 11100011 | 1 | 0 | 100 | 111 | 1001000 | 10110 | 1011011 |
Color Harmonies of #EBEDE3
Complementary color
Monochromatic Colors of #EBEDE3
Black with #EBEDE3
Text Example
Text Example
White with #EBEDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDE3; }
p { color: rgb(235,237,227); }
H1.HeaderClassName
{
color: #EBEDE3;
}
.AnyTagClassName
{
color: #EBEDE3;
}
</style>
background-color css
<style>
a { background-color: #EBEDE3; }
a { background-color: rgb(235,237,227); }
div.DivClassName
{
background-color: #EBEDE3;
}
.BgClassName
{
background-color: #EBEDE3;
}
</style>
border-color css
<style>
span { border-color: #EBEDE3; }
span { border-color: rgb(235,237,227); }
td.TdClassName
{
border-color: #EBEDE3;
}
.TagClassName
{
border-color: #EBEDE3;
}
</style>