Shades of Negroni #EAC4A1
Tints of Negroni #EAC4A1
RGB
CMYK
RGB Variations
Color information
#EAC4A1 (or 0xEAC4A1) is known color: Negroni. HEX triplet: EA, C4 and A1. RGB value is (234,196,161). Sum of RGB (Red+Green+Blue) = 234+196+161=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A1 is #153B5E. Grayscale: #CBCBCB. Windows color (decimal): -1391455 or 10601706. OLE color: 10601706.
HSL color Cylindrical-coordinate representation of color #EAC4A1: hue angle of 28.77º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAC4A1 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 161 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.08 |
| HSL | 28.77º | 0.63% | 0.77% | - |
| HSV(B) | 28.77º | 0.31% | 0.92% | - |
| XYZ | 60.1 | 59.55 | 42.04 | - |
| YUV | 203.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 161 | 0 | 0.16 | 0.31 | 0.08 | 28.77 | 0.63 | 0.77 |
| Hex | EA | C4 | A1 | 0 | 10 | 1F | 8 | 1D | 3F | 4D |
| Octal | 352 | 304 | 241 | 0 | 20 | 37 | 10 | 35 | 77 | 115 |
| Binary | 11101010 | 11000100 | 10100001 | 0 | 10000 | 11111 | 1000 | 11101 | 111111 | 1001101 |
Color Harmonies of #EAC4A1
Complementary color
Monochromatic Colors of #EAC4A1
Black with #EAC4A1
Text Example
Text Example
White with #EAC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4A1; }
p { color: rgb(234,196,161); }
H1.HeaderClassName
{
color: #EAC4A1;
}
.AnyTagClassName
{
color: #EAC4A1;
}
</style>
background-color css
<style>
a { background-color: #EAC4A1; }
a { background-color: rgb(234,196,161); }
div.DivClassName
{
background-color: #EAC4A1;
}
.BgClassName
{
background-color: #EAC4A1;
}
</style>
border-color css
<style>
span { border-color: #EAC4A1; }
span { border-color: rgb(234,196,161); }
td.TdClassName
{
border-color: #EAC4A1;
}
.TagClassName
{
border-color: #EAC4A1;
}
</style>