Shades of Negroni #EABD9C
Tints of Negroni #EABD9C
RGB
CMYK
RGB Variations
Color information
#EABD9C (or 0xEABD9C) is known color: Negroni. HEX triplet: EA, BD and 9C. RGB value is (234,189,156). Sum of RGB (Red+Green+Blue) = 234+189+156=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD9C is #154263. Grayscale: #C6C6C6. Windows color (decimal): -1393252 or 10272234. OLE color: 10272234.
HSL color Cylindrical-coordinate representation of color #EABD9C: hue angle of 25.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABD9C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 156 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.08 |
| HSL | 25.38º | 0.65% | 0.76% | - |
| HSV(B) | 25.38º | 0.33% | 0.92% | - |
| XYZ | 58.13 | 56.29 | 39.25 | - |
| YUV | 198.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 156 | 0 | 0.19 | 0.33 | 0.08 | 25.38 | 0.65 | 0.76 |
| Hex | EA | BD | 9C | 0 | 13 | 21 | 8 | 19 | 41 | 4C |
| Octal | 352 | 275 | 234 | 0 | 23 | 41 | 10 | 31 | 101 | 114 |
| Binary | 11101010 | 10111101 | 10011100 | 0 | 10011 | 100001 | 1000 | 11001 | 1000001 | 1001100 |
Color Harmonies of #EABD9C
Complementary color
Monochromatic Colors of #EABD9C
Black with #EABD9C
Text Example
Text Example
White with #EABD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD9C; }
p { color: rgb(234,189,156); }
H1.HeaderClassName
{
color: #EABD9C;
}
.AnyTagClassName
{
color: #EABD9C;
}
</style>
background-color css
<style>
a { background-color: #EABD9C; }
a { background-color: rgb(234,189,156); }
div.DivClassName
{
background-color: #EABD9C;
}
.BgClassName
{
background-color: #EABD9C;
}
</style>
border-color css
<style>
span { border-color: #EABD9C; }
span { border-color: rgb(234,189,156); }
td.TdClassName
{
border-color: #EABD9C;
}
.TagClassName
{
border-color: #EABD9C;
}
</style>