Shades of Negroni #EAC0A0
Tints of Negroni #EAC0A0
RGB
CMYK
RGB Variations
Color information
#EAC0A0 (or 0xEAC0A0) is known color: Negroni. HEX triplet: EA, C0 and A0. RGB value is (234,192,160). Sum of RGB (Red+Green+Blue) = 234+192+160=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0A0 is #153F5F. Grayscale: #C9C9C9. Windows color (decimal): -1392480 or 10535146. OLE color: 10535146.
HSL color Cylindrical-coordinate representation of color #EAC0A0: hue angle of 25.95º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAC0A0 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 160 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.08 |
| HSL | 25.95º | 0.64% | 0.77% | - |
| HSV(B) | 25.95º | 0.32% | 0.92% | - |
| XYZ | 59.13 | 57.73 | 41.28 | - |
| YUV | 200.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 160 | 0 | 0.18 | 0.32 | 0.08 | 25.95 | 0.64 | 0.77 |
| Hex | EA | C0 | A0 | 0 | 12 | 20 | 8 | 1A | 40 | 4D |
| Octal | 352 | 300 | 240 | 0 | 22 | 40 | 10 | 32 | 100 | 115 |
| Binary | 11101010 | 11000000 | 10100000 | 0 | 10010 | 100000 | 1000 | 11010 | 1000000 | 1001101 |
Color Harmonies of #EAC0A0
Complementary color
Monochromatic Colors of #EAC0A0
Black with #EAC0A0
Text Example
Text Example
White with #EAC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0A0; }
p { color: rgb(234,192,160); }
H1.HeaderClassName
{
color: #EAC0A0;
}
.AnyTagClassName
{
color: #EAC0A0;
}
</style>
background-color css
<style>
a { background-color: #EAC0A0; }
a { background-color: rgb(234,192,160); }
div.DivClassName
{
background-color: #EAC0A0;
}
.BgClassName
{
background-color: #EAC0A0;
}
</style>
border-color css
<style>
span { border-color: #EAC0A0; }
span { border-color: rgb(234,192,160); }
td.TdClassName
{
border-color: #EAC0A0;
}
.TagClassName
{
border-color: #EAC0A0;
}
</style>