Shades of Negroni #EAC5A4
Tints of Negroni #EAC5A4
RGB
CMYK
RGB Variations
Color information
#EAC5A4 (or 0xEAC5A4) is known color: Negroni. HEX triplet: EA, C5 and A4. RGB value is (234,197,164). Sum of RGB (Red+Green+Blue) = 234+197+164=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5A4 is #153A5B. Grayscale: #CCCCCC. Windows color (decimal): -1391196 or 10798570. OLE color: 10798570.
HSL color Cylindrical-coordinate representation of color #EAC5A4: hue angle of 28.29º degrees, saturation: 0.62, 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 #EAC5A4 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 164 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.08 |
| HSL | 28.29º | 0.63% | 0.78% | - |
| HSV(B) | 28.29º | 0.3% | 0.92% | - |
| XYZ | 60.6 | 60.11 | 43.53 | - |
| YUV | 204.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 164 | 0 | 0.16 | 0.30 | 0.08 | 28.29 | 0.63 | 0.78 |
| Hex | EA | C5 | A4 | 0 | 10 | 1E | 8 | 1C | 3E | 4E |
| Octal | 352 | 305 | 244 | 0 | 20 | 36 | 10 | 34 | 76 | 116 |
| Binary | 11101010 | 11000101 | 10100100 | 0 | 10000 | 11110 | 1000 | 11100 | 111110 | 1001110 |
Color Harmonies of #EAC5A4
Complementary color
Monochromatic Colors of #EAC5A4
Black with #EAC5A4
Text Example
Text Example
White with #EAC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5A4; }
p { color: rgb(234,197,164); }
H1.HeaderClassName
{
color: #EAC5A4;
}
.AnyTagClassName
{
color: #EAC5A4;
}
</style>
background-color css
<style>
a { background-color: #EAC5A4; }
a { background-color: rgb(234,197,164); }
div.DivClassName
{
background-color: #EAC5A4;
}
.BgClassName
{
background-color: #EAC5A4;
}
</style>
border-color css
<style>
span { border-color: #EAC5A4; }
span { border-color: rgb(234,197,164); }
td.TdClassName
{
border-color: #EAC5A4;
}
.TagClassName
{
border-color: #EAC5A4;
}
</style>