Shades of Negroni #EAC3A1
Tints of Negroni #EAC3A1
RGB
CMYK
RGB Variations
Color information
#EAC3A1 (or 0xEAC3A1) is known color: Negroni. HEX triplet: EA, C3 and A1. RGB value is (234,195,161). Sum of RGB (Red+Green+Blue) = 234+195+161=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3A1 is #153C5E. Grayscale: #CACACA. Windows color (decimal): -1391711 or 10601450. OLE color: 10601450.
HSL color Cylindrical-coordinate representation of color #EAC3A1: hue angle of 27.95º 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 #EAC3A1 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 161 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.08 |
| HSL | 27.95º | 0.63% | 0.77% | - |
| HSV(B) | 27.95º | 0.31% | 0.92% | - |
| XYZ | 59.88 | 59.1 | 41.97 | - |
| YUV | 202.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 161 | 0 | 0.17 | 0.31 | 0.08 | 27.95 | 0.63 | 0.77 |
| Hex | EA | C3 | A1 | 0 | 11 | 1F | 8 | 1C | 3F | 4D |
| Octal | 352 | 303 | 241 | 0 | 21 | 37 | 10 | 34 | 77 | 115 |
| Binary | 11101010 | 11000011 | 10100001 | 0 | 10001 | 11111 | 1000 | 11100 | 111111 | 1001101 |
Color Harmonies of #EAC3A1
Complementary color
Monochromatic Colors of #EAC3A1
Black with #EAC3A1
Text Example
Text Example
White with #EAC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3A1; }
p { color: rgb(234,195,161); }
H1.HeaderClassName
{
color: #EAC3A1;
}
.AnyTagClassName
{
color: #EAC3A1;
}
</style>
background-color css
<style>
a { background-color: #EAC3A1; }
a { background-color: rgb(234,195,161); }
div.DivClassName
{
background-color: #EAC3A1;
}
.BgClassName
{
background-color: #EAC3A1;
}
</style>
border-color css
<style>
span { border-color: #EAC3A1; }
span { border-color: rgb(234,195,161); }
td.TdClassName
{
border-color: #EAC3A1;
}
.TagClassName
{
border-color: #EAC3A1;
}
</style>