Shades of Negroni #EACCAA
Tints of Negroni #EACCAA
RGB
CMYK
RGB Variations
Color information
#EACCAA (or 0xEACCAA) is known color: Negroni. HEX triplet: EA, CC and AA. RGB value is (234,204,170). Sum of RGB (Red+Green+Blue) = 234+204+170=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCAA is #153355. Grayscale: #D1D1D1. Windows color (decimal): -1389398 or 11193578. OLE color: 11193578.
HSL color Cylindrical-coordinate representation of color #EACCAA: hue angle of 31.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACCAA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 170 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.08 |
| HSL | 31.88º | 0.6% | 0.79% | - |
| HSV(B) | 31.88º | 0.27% | 0.92% | - |
| XYZ | 62.78 | 63.58 | 46.99 | - |
| YUV | 209.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 170 | 0 | 0.13 | 0.27 | 0.08 | 31.88 | 0.6 | 0.79 |
| Hex | EA | CC | AA | 0 | D | 1B | 8 | 20 | 3C | 4F |
| Octal | 352 | 314 | 252 | 0 | 15 | 33 | 10 | 40 | 74 | 117 |
| Binary | 11101010 | 11001100 | 10101010 | 0 | 1101 | 11011 | 1000 | 100000 | 111100 | 1001111 |
Color Harmonies of #EACCAA
Complementary color
Monochromatic Colors of #EACCAA
Black with #EACCAA
Text Example
Text Example
White with #EACCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCAA; }
p { color: rgb(234,204,170); }
H1.HeaderClassName
{
color: #EACCAA;
}
.AnyTagClassName
{
color: #EACCAA;
}
</style>
background-color css
<style>
a { background-color: #EACCAA; }
a { background-color: rgb(234,204,170); }
div.DivClassName
{
background-color: #EACCAA;
}
.BgClassName
{
background-color: #EACCAA;
}
</style>
border-color css
<style>
span { border-color: #EACCAA; }
span { border-color: rgb(234,204,170); }
td.TdClassName
{
border-color: #EACCAA;
}
.TagClassName
{
border-color: #EACCAA;
}
</style>