Shades of Negroni #EABDA0
Tints of Negroni #EABDA0
RGB
CMYK
RGB Variations
Color information
#EABDA0 (or 0xEABDA0) is known color: Negroni. HEX triplet: EA, BD and A0. RGB value is (234,189,160). Sum of RGB (Red+Green+Blue) = 234+189+160=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA0 is #15425F. Grayscale: #C7C7C7. Windows color (decimal): -1393248 or 10534378. OLE color: 10534378.
HSL color Cylindrical-coordinate representation of color #EABDA0: hue angle of 23.51º 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 #EABDA0 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 160 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.08 |
| HSL | 23.51º | 0.64% | 0.77% | - |
| HSV(B) | 23.51º | 0.32% | 0.92% | - |
| XYZ | 58.47 | 56.43 | 41.07 | - |
| YUV | 199.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 160 | 0 | 0.19 | 0.32 | 0.08 | 23.51 | 0.64 | 0.77 |
| Hex | EA | BD | A0 | 0 | 13 | 20 | 8 | 18 | 40 | 4D |
| Octal | 352 | 275 | 240 | 0 | 23 | 40 | 10 | 30 | 100 | 115 |
| Binary | 11101010 | 10111101 | 10100000 | 0 | 10011 | 100000 | 1000 | 11000 | 1000000 | 1001101 |
Color Harmonies of #EABDA0
Complementary color
Monochromatic Colors of #EABDA0
Black with #EABDA0
Text Example
Text Example
White with #EABDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDA0; }
p { color: rgb(234,189,160); }
H1.HeaderClassName
{
color: #EABDA0;
}
.AnyTagClassName
{
color: #EABDA0;
}
</style>
background-color css
<style>
a { background-color: #EABDA0; }
a { background-color: rgb(234,189,160); }
div.DivClassName
{
background-color: #EABDA0;
}
.BgClassName
{
background-color: #EABDA0;
}
</style>
border-color css
<style>
span { border-color: #EABDA0; }
span { border-color: rgb(234,189,160); }
td.TdClassName
{
border-color: #EABDA0;
}
.TagClassName
{
border-color: #EABDA0;
}
</style>