Shades of Negroni #EABD9F
Tints of Negroni #EABD9F
RGB
CMYK
RGB Variations
Color information
#EABD9F (or 0xEABD9F) is known color: Negroni. HEX triplet: EA, BD and 9F. RGB value is (234,189,159). Sum of RGB (Red+Green+Blue) = 234+189+159=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD9F is #154260. Grayscale: #C7C7C7. Windows color (decimal): -1393249 or 10468842. OLE color: 10468842.
HSL color Cylindrical-coordinate representation of color #EABD9F: hue angle of 24º 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 #EABD9F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 159 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.08 |
| HSL | 24º | 0.64% | 0.77% | - |
| HSV(B) | 24º | 0.32% | 0.92% | - |
| XYZ | 58.39 | 56.39 | 40.61 | - |
| YUV | 199.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 159 | 0 | 0.19 | 0.32 | 0.08 | 24 | 0.64 | 0.77 |
| Hex | EA | BD | 9F | 0 | 13 | 20 | 8 | 18 | 40 | 4D |
| Octal | 352 | 275 | 237 | 0 | 23 | 40 | 10 | 30 | 100 | 115 |
| Binary | 11101010 | 10111101 | 10011111 | 0 | 10011 | 100000 | 1000 | 11000 | 1000000 | 1001101 |
Color Harmonies of #EABD9F
Complementary color
Monochromatic Colors of #EABD9F
Black with #EABD9F
Text Example
Text Example
White with #EABD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD9F; }
p { color: rgb(234,189,159); }
H1.HeaderClassName
{
color: #EABD9F;
}
.AnyTagClassName
{
color: #EABD9F;
}
</style>
background-color css
<style>
a { background-color: #EABD9F; }
a { background-color: rgb(234,189,159); }
div.DivClassName
{
background-color: #EABD9F;
}
.BgClassName
{
background-color: #EABD9F;
}
</style>
border-color css
<style>
span { border-color: #EABD9F; }
span { border-color: rgb(234,189,159); }
td.TdClassName
{
border-color: #EABD9F;
}
.TagClassName
{
border-color: #EABD9F;
}
</style>