Shades of Negroni #E7BD9E
Tints of Negroni #E7BD9E
RGB
CMYK
RGB Variations
Color information
#E7BD9E (or 0xE7BD9E) is known color: Negroni. HEX triplet: E7, BD and 9E. RGB value is (231,189,158). Sum of RGB (Red+Green+Blue) = 231+189+158=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD9E is #184261. Grayscale: #C6C6C6. Windows color (decimal): -1589858 or 10403303. OLE color: 10403303.
HSL color Cylindrical-coordinate representation of color #E7BD9E: hue angle of 25.48º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7BD9E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 158 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.09 |
| HSL | 25.48º | 0.6% | 0.76% | - |
| HSV(B) | 25.48º | 0.32% | 0.91% | - |
| XYZ | 57.32 | 55.85 | 40.11 | - |
| YUV | 198.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 158 | 0 | 0.18 | 0.32 | 0.09 | 25.48 | 0.6 | 0.76 |
| Hex | E7 | BD | 9E | 0 | 12 | 20 | 9 | 19 | 3C | 4C |
| Octal | 347 | 275 | 236 | 0 | 22 | 40 | 11 | 31 | 74 | 114 |
| Binary | 11100111 | 10111101 | 10011110 | 0 | 10010 | 100000 | 1001 | 11001 | 111100 | 1001100 |
Color Harmonies of #E7BD9E
Complementary color
Monochromatic Colors of #E7BD9E
Black with #E7BD9E
Text Example
Text Example
White with #E7BD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD9E; }
p { color: rgb(231,189,158); }
H1.HeaderClassName
{
color: #E7BD9E;
}
.AnyTagClassName
{
color: #E7BD9E;
}
</style>
background-color css
<style>
a { background-color: #E7BD9E; }
a { background-color: rgb(231,189,158); }
div.DivClassName
{
background-color: #E7BD9E;
}
.BgClassName
{
background-color: #E7BD9E;
}
</style>
border-color css
<style>
span { border-color: #E7BD9E; }
span { border-color: rgb(231,189,158); }
td.TdClassName
{
border-color: #E7BD9E;
}
.TagClassName
{
border-color: #E7BD9E;
}
</style>