Shades of Negroni #EAC1A0
Tints of Negroni #EAC1A0
RGB
CMYK
RGB Variations
Color information
#EAC1A0 (or 0xEAC1A0) is known color: Negroni. HEX triplet: EA, C1 and A0. RGB value is (234,193,160). Sum of RGB (Red+Green+Blue) = 234+193+160=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC1A0 is #153E5F. Grayscale: #C9C9C9. Windows color (decimal): -1392224 or 10535402. OLE color: 10535402.
HSL color Cylindrical-coordinate representation of color #EAC1A0: hue angle of 26.76º 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 #EAC1A0 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 160 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.08 |
| HSL | 26.76º | 0.64% | 0.77% | - |
| HSV(B) | 26.76º | 0.32% | 0.92% | - |
| XYZ | 59.35 | 58.17 | 41.36 | - |
| YUV | 201.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 160 | 0 | 0.18 | 0.32 | 0.08 | 26.76 | 0.64 | 0.77 |
| Hex | EA | C1 | A0 | 0 | 12 | 20 | 8 | 1B | 40 | 4D |
| Octal | 352 | 301 | 240 | 0 | 22 | 40 | 10 | 33 | 100 | 115 |
| Binary | 11101010 | 11000001 | 10100000 | 0 | 10010 | 100000 | 1000 | 11011 | 1000000 | 1001101 |
Color Harmonies of #EAC1A0
Complementary color
Monochromatic Colors of #EAC1A0
Black with #EAC1A0
Text Example
Text Example
White with #EAC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1A0; }
p { color: rgb(234,193,160); }
H1.HeaderClassName
{
color: #EAC1A0;
}
.AnyTagClassName
{
color: #EAC1A0;
}
</style>
background-color css
<style>
a { background-color: #EAC1A0; }
a { background-color: rgb(234,193,160); }
div.DivClassName
{
background-color: #EAC1A0;
}
.BgClassName
{
background-color: #EAC1A0;
}
</style>
border-color css
<style>
span { border-color: #EAC1A0; }
span { border-color: rgb(234,193,160); }
td.TdClassName
{
border-color: #EAC1A0;
}
.TagClassName
{
border-color: #EAC1A0;
}
</style>