Shades of Negroni #EBC0A1
Tints of Negroni #EBC0A1
RGB
CMYK
RGB Variations
Color information
#EBC0A1 (or 0xEBC0A1) is known color: Negroni. HEX triplet: EB, C0 and A1. RGB value is (235,192,161). Sum of RGB (Red+Green+Blue) = 235+192+161=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A1 is #143F5E. Grayscale: #C9C9C9. Windows color (decimal): -1326943 or 10600683. OLE color: 10600683.
HSL color Cylindrical-coordinate representation of color #EBC0A1: hue angle of 25.14º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBC0A1 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 161 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.08 |
| HSL | 25.14º | 0.65% | 0.78% | - |
| HSV(B) | 25.14º | 0.31% | 0.92% | - |
| XYZ | 59.54 | 57.93 | 41.76 | - |
| YUV | 201.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 161 | 0 | 0.18 | 0.31 | 0.08 | 25.14 | 0.65 | 0.78 |
| Hex | EB | C0 | A1 | 0 | 12 | 1F | 8 | 19 | 41 | 4E |
| Octal | 353 | 300 | 241 | 0 | 22 | 37 | 10 | 31 | 101 | 116 |
| Binary | 11101011 | 11000000 | 10100001 | 0 | 10010 | 11111 | 1000 | 11001 | 1000001 | 1001110 |
Color Harmonies of #EBC0A1
Complementary color
Monochromatic Colors of #EBC0A1
Black with #EBC0A1
Text Example
Text Example
White with #EBC0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0A1; }
p { color: rgb(235,192,161); }
H1.HeaderClassName
{
color: #EBC0A1;
}
.AnyTagClassName
{
color: #EBC0A1;
}
</style>
background-color css
<style>
a { background-color: #EBC0A1; }
a { background-color: rgb(235,192,161); }
div.DivClassName
{
background-color: #EBC0A1;
}
.BgClassName
{
background-color: #EBC0A1;
}
</style>
border-color css
<style>
span { border-color: #EBC0A1; }
span { border-color: rgb(235,192,161); }
td.TdClassName
{
border-color: #EBC0A1;
}
.TagClassName
{
border-color: #EBC0A1;
}
</style>