Shades of Negroni #EACAA9
Tints of Negroni #EACAA9
RGB
CMYK
RGB Variations
Color information
#EACAA9 (or 0xEACAA9) is known color: Negroni. HEX triplet: EA, CA and A9. RGB value is (234,202,169). Sum of RGB (Red+Green+Blue) = 234+202+169=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACAA9 is #153556. Grayscale: #CFCFCF. Windows color (decimal): -1389911 or 11127530. OLE color: 11127530.
HSL color Cylindrical-coordinate representation of color #EACAA9: hue angle of 30.46º 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 #EACAA9 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 169 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.08 |
| HSL | 30.46º | 0.61% | 0.79% | - |
| HSV(B) | 30.46º | 0.28% | 0.92% | - |
| XYZ | 62.21 | 62.6 | 46.34 | - |
| YUV | 207.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 169 | 0 | 0.14 | 0.28 | 0.08 | 30.46 | 0.61 | 0.79 |
| Hex | EA | CA | A9 | 0 | E | 1C | 8 | 1E | 3D | 4F |
| Octal | 352 | 312 | 251 | 0 | 16 | 34 | 10 | 36 | 75 | 117 |
| Binary | 11101010 | 11001010 | 10101001 | 0 | 1110 | 11100 | 1000 | 11110 | 111101 | 1001111 |
Color Harmonies of #EACAA9
Complementary color
Monochromatic Colors of #EACAA9
Black with #EACAA9
Text Example
Text Example
White with #EACAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAA9; }
p { color: rgb(234,202,169); }
H1.HeaderClassName
{
color: #EACAA9;
}
.AnyTagClassName
{
color: #EACAA9;
}
</style>
background-color css
<style>
a { background-color: #EACAA9; }
a { background-color: rgb(234,202,169); }
div.DivClassName
{
background-color: #EACAA9;
}
.BgClassName
{
background-color: #EACAA9;
}
</style>
border-color css
<style>
span { border-color: #EACAA9; }
span { border-color: rgb(234,202,169); }
td.TdClassName
{
border-color: #EACAA9;
}
.TagClassName
{
border-color: #EACAA9;
}
</style>