Shades of Negroni #EAC4A0
Tints of Negroni #EAC4A0
RGB
CMYK
RGB Variations
Color information
#EAC4A0 (or 0xEAC4A0) is known color: Negroni. HEX triplet: EA, C4 and A0. RGB value is (234,196,160). Sum of RGB (Red+Green+Blue) = 234+196+160=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A0 is #153B5F. Grayscale: #CBCBCB. Windows color (decimal): -1391456 or 10536170. OLE color: 10536170.
HSL color Cylindrical-coordinate representation of color #EAC4A0: hue angle of 29.19º 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 #EAC4A0 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 160 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.08 |
| HSL | 29.19º | 0.64% | 0.77% | - |
| HSV(B) | 29.19º | 0.32% | 0.92% | - |
| XYZ | 60.02 | 59.51 | 41.58 | - |
| YUV | 203.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 160 | 0 | 0.16 | 0.32 | 0.08 | 29.19 | 0.64 | 0.77 |
| Hex | EA | C4 | A0 | 0 | 10 | 20 | 8 | 1D | 40 | 4D |
| Octal | 352 | 304 | 240 | 0 | 20 | 40 | 10 | 35 | 100 | 115 |
| Binary | 11101010 | 11000100 | 10100000 | 0 | 10000 | 100000 | 1000 | 11101 | 1000000 | 1001101 |
Color Harmonies of #EAC4A0
Complementary color
Monochromatic Colors of #EAC4A0
Black with #EAC4A0
Text Example
Text Example
White with #EAC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4A0; }
p { color: rgb(234,196,160); }
H1.HeaderClassName
{
color: #EAC4A0;
}
.AnyTagClassName
{
color: #EAC4A0;
}
</style>
background-color css
<style>
a { background-color: #EAC4A0; }
a { background-color: rgb(234,196,160); }
div.DivClassName
{
background-color: #EAC4A0;
}
.BgClassName
{
background-color: #EAC4A0;
}
</style>
border-color css
<style>
span { border-color: #EAC4A0; }
span { border-color: rgb(234,196,160); }
td.TdClassName
{
border-color: #EAC4A0;
}
.TagClassName
{
border-color: #EAC4A0;
}
</style>