Shades of Negroni #EAC19E
Tints of Negroni #EAC19E
RGB
CMYK
RGB Variations
Color information
#EAC19E (or 0xEAC19E) is known color: Negroni. HEX triplet: EA, C1 and 9E. RGB value is (234,193,158). Sum of RGB (Red+Green+Blue) = 234+193+158=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC19E is #153E61. Grayscale: #C9C9C9. Windows color (decimal): -1392226 or 10404330. OLE color: 10404330.
HSL color Cylindrical-coordinate representation of color #EAC19E: hue angle of 27.63º 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 #EAC19E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 158 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.08 |
| HSL | 27.63º | 0.64% | 0.77% | - |
| HSV(B) | 27.63º | 0.32% | 0.92% | - |
| XYZ | 59.17 | 58.1 | 40.44 | - |
| YUV | 201.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 158 | 0 | 0.18 | 0.32 | 0.08 | 27.63 | 0.64 | 0.77 |
| Hex | EA | C1 | 9E | 0 | 12 | 20 | 8 | 1C | 40 | 4D |
| Octal | 352 | 301 | 236 | 0 | 22 | 40 | 10 | 34 | 100 | 115 |
| Binary | 11101010 | 11000001 | 10011110 | 0 | 10010 | 100000 | 1000 | 11100 | 1000000 | 1001101 |
Color Harmonies of #EAC19E
Complementary color
Monochromatic Colors of #EAC19E
Black with #EAC19E
Text Example
Text Example
White with #EAC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC19E; }
p { color: rgb(234,193,158); }
H1.HeaderClassName
{
color: #EAC19E;
}
.AnyTagClassName
{
color: #EAC19E;
}
</style>
background-color css
<style>
a { background-color: #EAC19E; }
a { background-color: rgb(234,193,158); }
div.DivClassName
{
background-color: #EAC19E;
}
.BgClassName
{
background-color: #EAC19E;
}
</style>
border-color css
<style>
span { border-color: #EAC19E; }
span { border-color: rgb(234,193,158); }
td.TdClassName
{
border-color: #EAC19E;
}
.TagClassName
{
border-color: #EAC19E;
}
</style>