Shades of Negroni #EAC8A4
Tints of Negroni #EAC8A4
RGB
CMYK
RGB Variations
Color information
#EAC8A4 (or 0xEAC8A4) is known color: Negroni. HEX triplet: EA, C8 and A4. RGB value is (234,200,164). Sum of RGB (Red+Green+Blue) = 234+200+164=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8A4 is #15375B. Grayscale: #CECECE. Windows color (decimal): -1390428 or 10799338. OLE color: 10799338.
HSL color Cylindrical-coordinate representation of color #EAC8A4: hue angle of 30.86º 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 #EAC8A4 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 164 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.08 |
| HSL | 30.86º | 0.63% | 0.78% | - |
| HSV(B) | 30.86º | 0.3% | 0.92% | - |
| XYZ | 61.29 | 61.48 | 43.76 | - |
| YUV | 206.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 164 | 0 | 0.15 | 0.30 | 0.08 | 30.86 | 0.63 | 0.78 |
| Hex | EA | C8 | A4 | 0 | F | 1E | 8 | 1F | 3E | 4E |
| Octal | 352 | 310 | 244 | 0 | 17 | 36 | 10 | 37 | 76 | 116 |
| Binary | 11101010 | 11001000 | 10100100 | 0 | 1111 | 11110 | 1000 | 11111 | 111110 | 1001110 |
Color Harmonies of #EAC8A4
Complementary color
Monochromatic Colors of #EAC8A4
Black with #EAC8A4
Text Example
Text Example
White with #EAC8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8A4; }
p { color: rgb(234,200,164); }
H1.HeaderClassName
{
color: #EAC8A4;
}
.AnyTagClassName
{
color: #EAC8A4;
}
</style>
background-color css
<style>
a { background-color: #EAC8A4; }
a { background-color: rgb(234,200,164); }
div.DivClassName
{
background-color: #EAC8A4;
}
.BgClassName
{
background-color: #EAC8A4;
}
</style>
border-color css
<style>
span { border-color: #EAC8A4; }
span { border-color: rgb(234,200,164); }
td.TdClassName
{
border-color: #EAC8A4;
}
.TagClassName
{
border-color: #EAC8A4;
}
</style>