Shades of Negroni #EAC6A6
Tints of Negroni #EAC6A6
RGB
CMYK
RGB Variations
Color information
#EAC6A6 (or 0xEAC6A6) is known color: Negroni. HEX triplet: EA, C6 and A6. RGB value is (234,198,166). Sum of RGB (Red+Green+Blue) = 234+198+166=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6A6 is #153959. Grayscale: #CDCDCD. Windows color (decimal): -1390938 or 10929898. OLE color: 10929898.
HSL color Cylindrical-coordinate representation of color #EAC6A6: hue angle of 28.24º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAC6A6 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 166 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.08 |
| HSL | 28.24º | 0.62% | 0.78% | - |
| HSV(B) | 28.24º | 0.29% | 0.92% | - |
| XYZ | 61.01 | 60.63 | 44.56 | - |
| YUV | 205.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 166 | 0 | 0.15 | 0.29 | 0.08 | 28.24 | 0.62 | 0.78 |
| Hex | EA | C6 | A6 | 0 | F | 1D | 8 | 1C | 3E | 4E |
| Octal | 352 | 306 | 246 | 0 | 17 | 35 | 10 | 34 | 76 | 116 |
| Binary | 11101010 | 11000110 | 10100110 | 0 | 1111 | 11101 | 1000 | 11100 | 111110 | 1001110 |
Color Harmonies of #EAC6A6
Complementary color
Monochromatic Colors of #EAC6A6
Black with #EAC6A6
Text Example
Text Example
White with #EAC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6A6; }
p { color: rgb(234,198,166); }
H1.HeaderClassName
{
color: #EAC6A6;
}
.AnyTagClassName
{
color: #EAC6A6;
}
</style>
background-color css
<style>
a { background-color: #EAC6A6; }
a { background-color: rgb(234,198,166); }
div.DivClassName
{
background-color: #EAC6A6;
}
.BgClassName
{
background-color: #EAC6A6;
}
</style>
border-color css
<style>
span { border-color: #EAC6A6; }
span { border-color: rgb(234,198,166); }
td.TdClassName
{
border-color: #EAC6A6;
}
.TagClassName
{
border-color: #EAC6A6;
}
</style>