Shades of Negroni #EACCA8
Tints of Negroni #EACCA8
RGB
CMYK
RGB Variations
Color information
#EACCA8 (or 0xEACCA8) is known color: Negroni. HEX triplet: EA, CC and A8. RGB value is (234,204,168). Sum of RGB (Red+Green+Blue) = 234+204+168=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCA8 is #153357. Grayscale: #D1D1D1. Windows color (decimal): -1389400 or 11062506. OLE color: 11062506.
HSL color Cylindrical-coordinate representation of color #EACCA8: hue angle of 32.73º 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 #EACCA8 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 168 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.08 |
| HSL | 32.73º | 0.61% | 0.79% | - |
| HSV(B) | 32.73º | 0.28% | 0.92% | - |
| XYZ | 62.59 | 63.51 | 46 | - |
| YUV | 208.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 168 | 0 | 0.13 | 0.28 | 0.08 | 32.73 | 0.61 | 0.79 |
| Hex | EA | CC | A8 | 0 | D | 1C | 8 | 21 | 3D | 4F |
| Octal | 352 | 314 | 250 | 0 | 15 | 34 | 10 | 41 | 75 | 117 |
| Binary | 11101010 | 11001100 | 10101000 | 0 | 1101 | 11100 | 1000 | 100001 | 111101 | 1001111 |
Color Harmonies of #EACCA8
Complementary color
Monochromatic Colors of #EACCA8
Black with #EACCA8
Text Example
Text Example
White with #EACCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCA8; }
p { color: rgb(234,204,168); }
H1.HeaderClassName
{
color: #EACCA8;
}
.AnyTagClassName
{
color: #EACCA8;
}
</style>
background-color css
<style>
a { background-color: #EACCA8; }
a { background-color: rgb(234,204,168); }
div.DivClassName
{
background-color: #EACCA8;
}
.BgClassName
{
background-color: #EACCA8;
}
</style>
border-color css
<style>
span { border-color: #EACCA8; }
span { border-color: rgb(234,204,168); }
td.TdClassName
{
border-color: #EACCA8;
}
.TagClassName
{
border-color: #EACCA8;
}
</style>