Shades of Negroni #EBBE9C
Tints of Negroni #EBBE9C
RGB
CMYK
RGB Variations
Color information
#EBBE9C (or 0xEBBE9C) is known color: Negroni. HEX triplet: EB, BE and 9C. RGB value is (235,190,156). Sum of RGB (Red+Green+Blue) = 235+190+156=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9C is #144163. Grayscale: #C7C7C7. Windows color (decimal): -1327460 or 10272491. OLE color: 10272491.
HSL color Cylindrical-coordinate representation of color #EBBE9C: hue angle of 25.82º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBBE9C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 156 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.08 |
| HSL | 25.82º | 0.66% | 0.77% | - |
| HSV(B) | 25.82º | 0.34% | 0.92% | - |
| XYZ | 58.68 | 56.89 | 39.34 | - |
| YUV | 199.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 156 | 0 | 0.19 | 0.34 | 0.08 | 25.82 | 0.66 | 0.77 |
| Hex | EB | BE | 9C | 0 | 13 | 22 | 8 | 1A | 42 | 4D |
| Octal | 353 | 276 | 234 | 0 | 23 | 42 | 10 | 32 | 102 | 115 |
| Binary | 11101011 | 10111110 | 10011100 | 0 | 10011 | 100010 | 1000 | 11010 | 1000010 | 1001101 |
Color Harmonies of #EBBE9C
Complementary color
Monochromatic Colors of #EBBE9C
Black with #EBBE9C
Text Example
Text Example
White with #EBBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE9C; }
p { color: rgb(235,190,156); }
H1.HeaderClassName
{
color: #EBBE9C;
}
.AnyTagClassName
{
color: #EBBE9C;
}
</style>
background-color css
<style>
a { background-color: #EBBE9C; }
a { background-color: rgb(235,190,156); }
div.DivClassName
{
background-color: #EBBE9C;
}
.BgClassName
{
background-color: #EBBE9C;
}
</style>
border-color css
<style>
span { border-color: #EBBE9C; }
span { border-color: rgb(235,190,156); }
td.TdClassName
{
border-color: #EBBE9C;
}
.TagClassName
{
border-color: #EBBE9C;
}
</style>