Shades of Negroni #ECBFA1
Tints of Negroni #ECBFA1
RGB
CMYK
RGB Variations
Color information
#ECBFA1 (or 0xECBFA1) is known color: Negroni. HEX triplet: EC, BF and A1. RGB value is (236,191,161). Sum of RGB (Red+Green+Blue) = 236+191+161=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA1 is #13405E. Grayscale: #C9C9C9. Windows color (decimal): -1261663 or 10600428. OLE color: 10600428.
HSL color Cylindrical-coordinate representation of color #ECBFA1: hue angle of 24º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECBFA1 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 161 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.07 |
| HSL | 24º | 0.66% | 0.78% | - |
| HSV(B) | 24º | 0.32% | 0.93% | - |
| XYZ | 59.66 | 57.67 | 41.7 | - |
| YUV | 201.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 161 | 0 | 0.19 | 0.32 | 0.07 | 24 | 0.66 | 0.78 |
| Hex | EC | BF | A1 | 0 | 13 | 20 | 7 | 18 | 42 | 4E |
| Octal | 354 | 277 | 241 | 0 | 23 | 40 | 7 | 30 | 102 | 116 |
| Binary | 11101100 | 10111111 | 10100001 | 0 | 10011 | 100000 | 111 | 11000 | 1000010 | 1001110 |
Color Harmonies of #ECBFA1
Complementary color
Monochromatic Colors of #ECBFA1
Black with #ECBFA1
Text Example
Text Example
White with #ECBFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFA1; }
p { color: rgb(236,191,161); }
H1.HeaderClassName
{
color: #ECBFA1;
}
.AnyTagClassName
{
color: #ECBFA1;
}
</style>
background-color css
<style>
a { background-color: #ECBFA1; }
a { background-color: rgb(236,191,161); }
div.DivClassName
{
background-color: #ECBFA1;
}
.BgClassName
{
background-color: #ECBFA1;
}
</style>
border-color css
<style>
span { border-color: #ECBFA1; }
span { border-color: rgb(236,191,161); }
td.TdClassName
{
border-color: #ECBFA1;
}
.TagClassName
{
border-color: #ECBFA1;
}
</style>