Shades of Negroni #E7BDA0
Tints of Negroni #E7BDA0
RGB
CMYK
RGB Variations
Color information
#E7BDA0 (or 0xE7BDA0) is known color: Negroni. HEX triplet: E7, BD and A0. RGB value is (231,189,160). Sum of RGB (Red+Green+Blue) = 231+189+160=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDA0 is #18425F. Grayscale: #C6C6C6. Windows color (decimal): -1589856 or 10534375. OLE color: 10534375.
HSL color Cylindrical-coordinate representation of color #E7BDA0: hue angle of 24.51º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7BDA0 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 160 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.09 |
| HSL | 24.51º | 0.6% | 0.77% | - |
| HSV(B) | 24.51º | 0.31% | 0.91% | - |
| XYZ | 57.5 | 55.92 | 41.02 | - |
| YUV | 198.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 160 | 0 | 0.18 | 0.31 | 0.09 | 24.51 | 0.6 | 0.77 |
| Hex | E7 | BD | A0 | 0 | 12 | 1F | 9 | 19 | 3C | 4D |
| Octal | 347 | 275 | 240 | 0 | 22 | 37 | 11 | 31 | 74 | 115 |
| Binary | 11100111 | 10111101 | 10100000 | 0 | 10010 | 11111 | 1001 | 11001 | 111100 | 1001101 |
Color Harmonies of #E7BDA0
Complementary color
Monochromatic Colors of #E7BDA0
Black with #E7BDA0
Text Example
Text Example
White with #E7BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDA0; }
p { color: rgb(231,189,160); }
H1.HeaderClassName
{
color: #E7BDA0;
}
.AnyTagClassName
{
color: #E7BDA0;
}
</style>
background-color css
<style>
a { background-color: #E7BDA0; }
a { background-color: rgb(231,189,160); }
div.DivClassName
{
background-color: #E7BDA0;
}
.BgClassName
{
background-color: #E7BDA0;
}
</style>
border-color css
<style>
span { border-color: #E7BDA0; }
span { border-color: rgb(231,189,160); }
td.TdClassName
{
border-color: #E7BDA0;
}
.TagClassName
{
border-color: #E7BDA0;
}
</style>