Shades of Negroni #EABEA1
Tints of Negroni #EABEA1
RGB
CMYK
RGB Variations
Color information
#EABEA1 (or 0xEABEA1) is known color: Negroni. HEX triplet: EA, BE and A1. RGB value is (234,190,161). Sum of RGB (Red+Green+Blue) = 234+190+161=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEA1 is #15415E. Grayscale: #C8C8C8. Windows color (decimal): -1392991 or 10600170. OLE color: 10600170.
HSL color Cylindrical-coordinate representation of color #EABEA1: hue angle of 23.84º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABEA1 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 161 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.08 |
| HSL | 23.84º | 0.63% | 0.77% | - |
| HSV(B) | 23.84º | 0.31% | 0.92% | - |
| XYZ | 58.78 | 56.89 | 41.6 | - |
| YUV | 199.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 161 | 0 | 0.19 | 0.31 | 0.08 | 23.84 | 0.63 | 0.77 |
| Hex | EA | BE | A1 | 0 | 13 | 1F | 8 | 18 | 3F | 4D |
| Octal | 352 | 276 | 241 | 0 | 23 | 37 | 10 | 30 | 77 | 115 |
| Binary | 11101010 | 10111110 | 10100001 | 0 | 10011 | 11111 | 1000 | 11000 | 111111 | 1001101 |
Color Harmonies of #EABEA1
Complementary color
Monochromatic Colors of #EABEA1
Black with #EABEA1
Text Example
Text Example
White with #EABEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEA1; }
p { color: rgb(234,190,161); }
H1.HeaderClassName
{
color: #EABEA1;
}
.AnyTagClassName
{
color: #EABEA1;
}
</style>
background-color css
<style>
a { background-color: #EABEA1; }
a { background-color: rgb(234,190,161); }
div.DivClassName
{
background-color: #EABEA1;
}
.BgClassName
{
background-color: #EABEA1;
}
</style>
border-color css
<style>
span { border-color: #EABEA1; }
span { border-color: rgb(234,190,161); }
td.TdClassName
{
border-color: #EABEA1;
}
.TagClassName
{
border-color: #EABEA1;
}
</style>