Shades of Negroni #ECBEA1
Tints of Negroni #ECBEA1
RGB
CMYK
RGB Variations
Color information
#ECBEA1 (or 0xECBEA1) is known color: Negroni. HEX triplet: EC, BE and A1. RGB value is (236,190,161). Sum of RGB (Red+Green+Blue) = 236+190+161=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEA1 is #13415E. Grayscale: #C8C8C8. Windows color (decimal): -1261919 or 10600172. OLE color: 10600172.
HSL color Cylindrical-coordinate representation of color #ECBEA1: hue angle of 23.2º 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 #ECBEA1 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 161 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.07 |
| HSL | 23.2º | 0.66% | 0.78% | - |
| HSV(B) | 23.2º | 0.32% | 0.93% | - |
| XYZ | 59.44 | 57.23 | 41.63 | - |
| YUV | 200.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 161 | 0 | 0.19 | 0.32 | 0.07 | 23.2 | 0.66 | 0.78 |
| Hex | EC | BE | A1 | 0 | 13 | 20 | 7 | 17 | 42 | 4E |
| Octal | 354 | 276 | 241 | 0 | 23 | 40 | 7 | 27 | 102 | 116 |
| Binary | 11101100 | 10111110 | 10100001 | 0 | 10011 | 100000 | 111 | 10111 | 1000010 | 1001110 |
Color Harmonies of #ECBEA1
Complementary color
Monochromatic Colors of #ECBEA1
Black with #ECBEA1
Text Example
Text Example
White with #ECBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEA1; }
p { color: rgb(236,190,161); }
H1.HeaderClassName
{
color: #ECBEA1;
}
.AnyTagClassName
{
color: #ECBEA1;
}
</style>
background-color css
<style>
a { background-color: #ECBEA1; }
a { background-color: rgb(236,190,161); }
div.DivClassName
{
background-color: #ECBEA1;
}
.BgClassName
{
background-color: #ECBEA1;
}
</style>
border-color css
<style>
span { border-color: #ECBEA1; }
span { border-color: rgb(236,190,161); }
td.TdClassName
{
border-color: #ECBEA1;
}
.TagClassName
{
border-color: #ECBEA1;
}
</style>