Shades of Negroni #EBC0A2
Tints of Negroni #EBC0A2
RGB
CMYK
RGB Variations
Color information
#EBC0A2 (or 0xEBC0A2) is known color: Negroni. HEX triplet: EB, C0 and A2. RGB value is (235,192,162). Sum of RGB (Red+Green+Blue) = 235+192+162=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A2 is #143F5D. Grayscale: #C9C9C9. Windows color (decimal): -1326942 or 10666219. OLE color: 10666219.
HSL color Cylindrical-coordinate representation of color #EBC0A2: hue angle of 24.66º 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 #EBC0A2 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 162 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.08 |
| HSL | 24.66º | 0.65% | 0.78% | - |
| HSV(B) | 24.66º | 0.31% | 0.92% | - |
| XYZ | 59.63 | 57.97 | 42.23 | - |
| YUV | 201.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 162 | 0 | 0.18 | 0.31 | 0.08 | 24.66 | 0.65 | 0.78 |
| Hex | EB | C0 | A2 | 0 | 12 | 1F | 8 | 19 | 41 | 4E |
| Octal | 353 | 300 | 242 | 0 | 22 | 37 | 10 | 31 | 101 | 116 |
| Binary | 11101011 | 11000000 | 10100010 | 0 | 10010 | 11111 | 1000 | 11001 | 1000001 | 1001110 |
Color Harmonies of #EBC0A2
Complementary color
Monochromatic Colors of #EBC0A2
Black with #EBC0A2
Text Example
Text Example
White with #EBC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0A2; }
p { color: rgb(235,192,162); }
H1.HeaderClassName
{
color: #EBC0A2;
}
.AnyTagClassName
{
color: #EBC0A2;
}
</style>
background-color css
<style>
a { background-color: #EBC0A2; }
a { background-color: rgb(235,192,162); }
div.DivClassName
{
background-color: #EBC0A2;
}
.BgClassName
{
background-color: #EBC0A2;
}
</style>
border-color css
<style>
span { border-color: #EBC0A2; }
span { border-color: rgb(235,192,162); }
td.TdClassName
{
border-color: #EBC0A2;
}
.TagClassName
{
border-color: #EBC0A2;
}
</style>