Shades of Negroni #EABFA0
Tints of Negroni #EABFA0
RGB
CMYK
RGB Variations
Color information
#EABFA0 (or 0xEABFA0) is known color: Negroni. HEX triplet: EA, BF and A0. RGB value is (234,191,160). Sum of RGB (Red+Green+Blue) = 234+191+160=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFA0 is #15405F. Grayscale: #C8C8C8. Windows color (decimal): -1392736 or 10534890. OLE color: 10534890.
HSL color Cylindrical-coordinate representation of color #EABFA0: hue angle of 25.14º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EABFA0 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 160 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.08 |
| HSL | 25.14º | 0.64% | 0.77% | - |
| HSV(B) | 25.14º | 0.32% | 0.92% | - |
| XYZ | 58.91 | 57.29 | 41.21 | - |
| YUV | 200.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 160 | 0 | 0.18 | 0.32 | 0.08 | 25.14 | 0.64 | 0.77 |
| Hex | EA | BF | A0 | 0 | 12 | 20 | 8 | 19 | 40 | 4D |
| Octal | 352 | 277 | 240 | 0 | 22 | 40 | 10 | 31 | 100 | 115 |
| Binary | 11101010 | 10111111 | 10100000 | 0 | 10010 | 100000 | 1000 | 11001 | 1000000 | 1001101 |
Color Harmonies of #EABFA0
Complementary color
Monochromatic Colors of #EABFA0
Black with #EABFA0
Text Example
Text Example
White with #EABFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFA0; }
p { color: rgb(234,191,160); }
H1.HeaderClassName
{
color: #EABFA0;
}
.AnyTagClassName
{
color: #EABFA0;
}
</style>
background-color css
<style>
a { background-color: #EABFA0; }
a { background-color: rgb(234,191,160); }
div.DivClassName
{
background-color: #EABFA0;
}
.BgClassName
{
background-color: #EABFA0;
}
</style>
border-color css
<style>
span { border-color: #EABFA0; }
span { border-color: rgb(234,191,160); }
td.TdClassName
{
border-color: #EABFA0;
}
.TagClassName
{
border-color: #EABFA0;
}
</style>