Shades of Negroni #EAC8A9
Tints of Negroni #EAC8A9
RGB
CMYK
RGB Variations
Color information
#EAC8A9 (or 0xEAC8A9) is known color: Negroni. HEX triplet: EA, C8 and A9. RGB value is (234,200,169). Sum of RGB (Red+Green+Blue) = 234+200+169=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8A9 is #153756. Grayscale: #CECECE. Windows color (decimal): -1390423 or 11127018. OLE color: 11127018.
HSL color Cylindrical-coordinate representation of color #EAC8A9: hue angle of 28.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAC8A9 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 169 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.08 |
| HSL | 28.62º | 0.61% | 0.79% | - |
| HSV(B) | 28.62º | 0.28% | 0.92% | - |
| XYZ | 61.75 | 61.67 | 46.18 | - |
| YUV | 206.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 169 | 0 | 0.15 | 0.28 | 0.08 | 28.62 | 0.61 | 0.79 |
| Hex | EA | C8 | A9 | 0 | F | 1C | 8 | 1D | 3D | 4F |
| Octal | 352 | 310 | 251 | 0 | 17 | 34 | 10 | 35 | 75 | 117 |
| Binary | 11101010 | 11001000 | 10101001 | 0 | 1111 | 11100 | 1000 | 11101 | 111101 | 1001111 |
Color Harmonies of #EAC8A9
Complementary color
Monochromatic Colors of #EAC8A9
Black with #EAC8A9
Text Example
Text Example
White with #EAC8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8A9; }
p { color: rgb(234,200,169); }
H1.HeaderClassName
{
color: #EAC8A9;
}
.AnyTagClassName
{
color: #EAC8A9;
}
</style>
background-color css
<style>
a { background-color: #EAC8A9; }
a { background-color: rgb(234,200,169); }
div.DivClassName
{
background-color: #EAC8A9;
}
.BgClassName
{
background-color: #EAC8A9;
}
</style>
border-color css
<style>
span { border-color: #EAC8A9; }
span { border-color: rgb(234,200,169); }
td.TdClassName
{
border-color: #EAC8A9;
}
.TagClassName
{
border-color: #EAC8A9;
}
</style>