Shades of Negroni #E5BEA0
Tints of Negroni #E5BEA0
RGB
CMYK
RGB Variations
Color information
#E5BEA0 (or 0xE5BEA0) is known color: Negroni. HEX triplet: E5, BE and A0. RGB value is (229,190,160). Sum of RGB (Red+Green+Blue) = 229+190+160=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BEA0 is #1A415F. Grayscale: #C6C6C6. Windows color (decimal): -1720672 or 10534629. OLE color: 10534629.
HSL color Cylindrical-coordinate representation of color #E5BEA0: hue angle of 26.09º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5BEA0 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 160 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.10 |
| HSL | 26.09º | 0.57% | 0.76% | - |
| HSV(B) | 26.09º | 0.3% | 0.9% | - |
| XYZ | 57.07 | 56.02 | 41.06 | - |
| YUV | 198.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 160 | 0 | 0.17 | 0.30 | 0.10 | 26.09 | 0.57 | 0.76 |
| Hex | E5 | BE | A0 | 0 | 11 | 1E | A | 1A | 39 | 4C |
| Octal | 345 | 276 | 240 | 0 | 21 | 36 | 12 | 32 | 71 | 114 |
| Binary | 11100101 | 10111110 | 10100000 | 0 | 10001 | 11110 | 1010 | 11010 | 111001 | 1001100 |
Color Harmonies of #E5BEA0
Complementary color
Monochromatic Colors of #E5BEA0
Black with #E5BEA0
Text Example
Text Example
White with #E5BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEA0; }
p { color: rgb(229,190,160); }
H1.HeaderClassName
{
color: #E5BEA0;
}
.AnyTagClassName
{
color: #E5BEA0;
}
</style>
background-color css
<style>
a { background-color: #E5BEA0; }
a { background-color: rgb(229,190,160); }
div.DivClassName
{
background-color: #E5BEA0;
}
.BgClassName
{
background-color: #E5BEA0;
}
</style>
border-color css
<style>
span { border-color: #E5BEA0; }
span { border-color: rgb(229,190,160); }
td.TdClassName
{
border-color: #E5BEA0;
}
.TagClassName
{
border-color: #E5BEA0;
}
</style>