Shades of Negroni #EAC09E
Tints of Negroni #EAC09E
RGB
CMYK
RGB Variations
Color information
#EAC09E (or 0xEAC09E) is known color: Negroni. HEX triplet: EA, C0 and 9E. RGB value is (234,192,158). Sum of RGB (Red+Green+Blue) = 234+192+158=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC09E is #153F61. Grayscale: #C8C8C8. Windows color (decimal): -1392482 or 10404074. OLE color: 10404074.
HSL color Cylindrical-coordinate representation of color #EAC09E: hue angle of 26.84º 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 #EAC09E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 158 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.08 |
| HSL | 26.84º | 0.64% | 0.77% | - |
| HSV(B) | 26.84º | 0.32% | 0.92% | - |
| XYZ | 58.95 | 57.66 | 40.37 | - |
| YUV | 200.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 158 | 0 | 0.18 | 0.32 | 0.08 | 26.84 | 0.64 | 0.77 |
| Hex | EA | C0 | 9E | 0 | 12 | 20 | 8 | 1B | 40 | 4D |
| Octal | 352 | 300 | 236 | 0 | 22 | 40 | 10 | 33 | 100 | 115 |
| Binary | 11101010 | 11000000 | 10011110 | 0 | 10010 | 100000 | 1000 | 11011 | 1000000 | 1001101 |
Color Harmonies of #EAC09E
Complementary color
Monochromatic Colors of #EAC09E
Black with #EAC09E
Text Example
Text Example
White with #EAC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC09E; }
p { color: rgb(234,192,158); }
H1.HeaderClassName
{
color: #EAC09E;
}
.AnyTagClassName
{
color: #EAC09E;
}
</style>
background-color css
<style>
a { background-color: #EAC09E; }
a { background-color: rgb(234,192,158); }
div.DivClassName
{
background-color: #EAC09E;
}
.BgClassName
{
background-color: #EAC09E;
}
</style>
border-color css
<style>
span { border-color: #EAC09E; }
span { border-color: rgb(234,192,158); }
td.TdClassName
{
border-color: #EAC09E;
}
.TagClassName
{
border-color: #EAC09E;
}
</style>