Shades of Negroni #EAC8A8
Tints of Negroni #EAC8A8
RGB
CMYK
RGB Variations
Color information
#EAC8A8 (or 0xEAC8A8) is known color: Negroni. HEX triplet: EA, C8 and A8. RGB value is (234,200,168). Sum of RGB (Red+Green+Blue) = 234+200+168=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8A8 is #153757. Grayscale: #CECECE. Windows color (decimal): -1390424 or 11061482. OLE color: 11061482.
HSL color Cylindrical-coordinate representation of color #EAC8A8: hue angle of 29.09º 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 #EAC8A8 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 168 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.08 |
| HSL | 29.09º | 0.61% | 0.79% | - |
| HSV(B) | 29.09º | 0.28% | 0.92% | - |
| XYZ | 61.65 | 61.63 | 45.69 | - |
| YUV | 206.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 168 | 0 | 0.15 | 0.28 | 0.08 | 29.09 | 0.61 | 0.79 |
| Hex | EA | C8 | A8 | 0 | F | 1C | 8 | 1D | 3D | 4F |
| Octal | 352 | 310 | 250 | 0 | 17 | 34 | 10 | 35 | 75 | 117 |
| Binary | 11101010 | 11001000 | 10101000 | 0 | 1111 | 11100 | 1000 | 11101 | 111101 | 1001111 |
Color Harmonies of #EAC8A8
Complementary color
Monochromatic Colors of #EAC8A8
Black with #EAC8A8
Text Example
Text Example
White with #EAC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8A8; }
p { color: rgb(234,200,168); }
H1.HeaderClassName
{
color: #EAC8A8;
}
.AnyTagClassName
{
color: #EAC8A8;
}
</style>
background-color css
<style>
a { background-color: #EAC8A8; }
a { background-color: rgb(234,200,168); }
div.DivClassName
{
background-color: #EAC8A8;
}
.BgClassName
{
background-color: #EAC8A8;
}
</style>
border-color css
<style>
span { border-color: #EAC8A8; }
span { border-color: rgb(234,200,168); }
td.TdClassName
{
border-color: #EAC8A8;
}
.TagClassName
{
border-color: #EAC8A8;
}
</style>