Shades of Black Squeeze #ECEFE1
Tints of Black Squeeze #ECEFE1
RGB
CMYK
RGB Variations
Color information
#ECEFE1 (or 0xECEFE1) is known color: Black Squeeze. HEX triplet: EC, EF and E1. RGB value is (236,239,225). Sum of RGB (Red+Green+Blue) = 236+239+225=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFE1 is #13101E. Grayscale: #ECECEC. Windows color (decimal): -1249311 or 14807020. OLE color: 14807020.
HSL color Cylindrical-coordinate representation of color #ECEFE1: hue angle of 72.86º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEFE1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 225 | - |
CMYK | 0.01 | 0 | 0.06 | 0.06 |
HSL | 72.86º | 0.3% | 0.91% | - |
HSV(B) | 72.86º | 0.06% | 0.94% | - |
XYZ | 79.05 | 85 | 83.47 | - |
YUV | 236.51 | 121.51 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 225 | 0.01 | 0 | 0.06 | 0.06 | 72.86 | 0.3 | 0.91 |
Hex | EC | EF | E1 | 1 | 0 | 6 | 6 | 49 | 1E | 5B |
Octal | 354 | 357 | 341 | 1 | 0 | 6 | 6 | 111 | 36 | 133 |
Binary | 11101100 | 11101111 | 11100001 | 1 | 0 | 110 | 110 | 1001001 | 11110 | 1011011 |
Color Harmonies of #ECEFE1
Complementary color
Monochromatic Colors of #ECEFE1
Black with #ECEFE1
Text Example
Text Example
White with #ECEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFE1; }
p { color: rgb(236,239,225); }
H1.HeaderClassName
{
color: #ECEFE1;
}
.AnyTagClassName
{
color: #ECEFE1;
}
</style>
background-color css
<style>
a { background-color: #ECEFE1; }
a { background-color: rgb(236,239,225); }
div.DivClassName
{
background-color: #ECEFE1;
}
.BgClassName
{
background-color: #ECEFE1;
}
</style>
border-color css
<style>
span { border-color: #ECEFE1; }
span { border-color: rgb(236,239,225); }
td.TdClassName
{
border-color: #ECEFE1;
}
.TagClassName
{
border-color: #ECEFE1;
}
</style>