Shades of Negroni #EAC7A3
Tints of Negroni #EAC7A3
RGB
CMYK
RGB Variations
Color information
#EAC7A3 (or 0xEAC7A3) is known color: Negroni. HEX triplet: EA, C7 and A3. RGB value is (234,199,163). Sum of RGB (Red+Green+Blue) = 234+199+163=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7A3 is #15385C. Grayscale: #CDCDCD. Windows color (decimal): -1390685 or 10733546. OLE color: 10733546.
HSL color Cylindrical-coordinate representation of color #EAC7A3: hue angle of 30.42º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAC7A3 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 163 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.08 |
| HSL | 30.42º | 0.63% | 0.78% | - |
| HSV(B) | 30.42º | 0.3% | 0.92% | - |
| XYZ | 60.97 | 60.98 | 43.21 | - |
| YUV | 205.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 163 | 0 | 0.15 | 0.30 | 0.08 | 30.42 | 0.63 | 0.78 |
| Hex | EA | C7 | A3 | 0 | F | 1E | 8 | 1E | 3F | 4E |
| Octal | 352 | 307 | 243 | 0 | 17 | 36 | 10 | 36 | 77 | 116 |
| Binary | 11101010 | 11000111 | 10100011 | 0 | 1111 | 11110 | 1000 | 11110 | 111111 | 1001110 |
Color Harmonies of #EAC7A3
Complementary color
Monochromatic Colors of #EAC7A3
Black with #EAC7A3
Text Example
Text Example
White with #EAC7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC7A3; }
p { color: rgb(234,199,163); }
H1.HeaderClassName
{
color: #EAC7A3;
}
.AnyTagClassName
{
color: #EAC7A3;
}
</style>
background-color css
<style>
a { background-color: #EAC7A3; }
a { background-color: rgb(234,199,163); }
div.DivClassName
{
background-color: #EAC7A3;
}
.BgClassName
{
background-color: #EAC7A3;
}
</style>
border-color css
<style>
span { border-color: #EAC7A3; }
span { border-color: rgb(234,199,163); }
td.TdClassName
{
border-color: #EAC7A3;
}
.TagClassName
{
border-color: #EAC7A3;
}
</style>