Shades of Negroni #EBC2A1
Tints of Negroni #EBC2A1
RGB
CMYK
RGB Variations
Color information
#EBC2A1 (or 0xEBC2A1) is known color: Negroni. HEX triplet: EB, C2 and A1. RGB value is (235,194,161). Sum of RGB (Red+Green+Blue) = 235+194+161=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A1 is #143D5E. Grayscale: #CACACA. Windows color (decimal): -1326431 or 10601195. OLE color: 10601195.
HSL color Cylindrical-coordinate representation of color #EBC2A1: hue angle of 26.76º 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 #EBC2A1 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 161 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.08 |
| HSL | 26.76º | 0.65% | 0.78% | - |
| HSV(B) | 26.76º | 0.31% | 0.92% | - |
| XYZ | 59.99 | 58.82 | 41.91 | - |
| YUV | 202.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 161 | 0 | 0.17 | 0.31 | 0.08 | 26.76 | 0.65 | 0.78 |
| Hex | EB | C2 | A1 | 0 | 11 | 1F | 8 | 1B | 41 | 4E |
| Octal | 353 | 302 | 241 | 0 | 21 | 37 | 10 | 33 | 101 | 116 |
| Binary | 11101011 | 11000010 | 10100001 | 0 | 10001 | 11111 | 1000 | 11011 | 1000001 | 1001110 |
Color Harmonies of #EBC2A1
Complementary color
Monochromatic Colors of #EBC2A1
Black with #EBC2A1
Text Example
Text Example
White with #EBC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2A1; }
p { color: rgb(235,194,161); }
H1.HeaderClassName
{
color: #EBC2A1;
}
.AnyTagClassName
{
color: #EBC2A1;
}
</style>
background-color css
<style>
a { background-color: #EBC2A1; }
a { background-color: rgb(235,194,161); }
div.DivClassName
{
background-color: #EBC2A1;
}
.BgClassName
{
background-color: #EBC2A1;
}
</style>
border-color css
<style>
span { border-color: #EBC2A1; }
span { border-color: rgb(235,194,161); }
td.TdClassName
{
border-color: #EBC2A1;
}
.TagClassName
{
border-color: #EBC2A1;
}
</style>