Shades of Negroni #E9BE9D
Tints of Negroni #E9BE9D
RGB
CMYK
RGB Variations
Color information
#E9BE9D (or 0xE9BE9D) is known color: Negroni. HEX triplet: E9, BE and 9D. RGB value is (233,190,157). Sum of RGB (Red+Green+Blue) = 233+190+157=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BE9D is #164162. Grayscale: #C7C7C7. Windows color (decimal): -1458531 or 10338025. OLE color: 10338025.
HSL color Cylindrical-coordinate representation of color #E9BE9D: hue angle of 26.05º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9BE9D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 157 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.09 |
| HSL | 26.05º | 0.63% | 0.76% | - |
| HSV(B) | 26.05º | 0.33% | 0.91% | - |
| XYZ | 58.1 | 56.58 | 39.76 | - |
| YUV | 199.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 157 | 0 | 0.18 | 0.33 | 0.09 | 26.05 | 0.63 | 0.76 |
| Hex | E9 | BE | 9D | 0 | 12 | 21 | 9 | 1A | 3F | 4C |
| Octal | 351 | 276 | 235 | 0 | 22 | 41 | 11 | 32 | 77 | 114 |
| Binary | 11101001 | 10111110 | 10011101 | 0 | 10010 | 100001 | 1001 | 11010 | 111111 | 1001100 |
Color Harmonies of #E9BE9D
Complementary color
Monochromatic Colors of #E9BE9D
Black with #E9BE9D
Text Example
Text Example
White with #E9BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE9D; }
p { color: rgb(233,190,157); }
H1.HeaderClassName
{
color: #E9BE9D;
}
.AnyTagClassName
{
color: #E9BE9D;
}
</style>
background-color css
<style>
a { background-color: #E9BE9D; }
a { background-color: rgb(233,190,157); }
div.DivClassName
{
background-color: #E9BE9D;
}
.BgClassName
{
background-color: #E9BE9D;
}
</style>
border-color css
<style>
span { border-color: #E9BE9D; }
span { border-color: rgb(233,190,157); }
td.TdClassName
{
border-color: #E9BE9D;
}
.TagClassName
{
border-color: #E9BE9D;
}
</style>