Shades of Negroni #EBBE9E
Tints of Negroni #EBBE9E
RGB
CMYK
RGB Variations
Color information
#EBBE9E (or 0xEBBE9E) is known color: Negroni. HEX triplet: EB, BE and 9E. RGB value is (235,190,158). Sum of RGB (Red+Green+Blue) = 235+190+158=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9E is #144161. Grayscale: #C7C7C7. Windows color (decimal): -1327458 or 10403563. OLE color: 10403563.
HSL color Cylindrical-coordinate representation of color #EBBE9E: hue angle of 24.94º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBBE9E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 158 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.08 |
| HSL | 24.94º | 0.66% | 0.77% | - |
| HSV(B) | 24.94º | 0.33% | 0.92% | - |
| XYZ | 58.85 | 56.96 | 40.24 | - |
| YUV | 199.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 158 | 0 | 0.19 | 0.33 | 0.08 | 24.94 | 0.66 | 0.77 |
| Hex | EB | BE | 9E | 0 | 13 | 21 | 8 | 19 | 42 | 4D |
| Octal | 353 | 276 | 236 | 0 | 23 | 41 | 10 | 31 | 102 | 115 |
| Binary | 11101011 | 10111110 | 10011110 | 0 | 10011 | 100001 | 1000 | 11001 | 1000010 | 1001101 |
Color Harmonies of #EBBE9E
Complementary color
Monochromatic Colors of #EBBE9E
Black with #EBBE9E
Text Example
Text Example
White with #EBBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE9E; }
p { color: rgb(235,190,158); }
H1.HeaderClassName
{
color: #EBBE9E;
}
.AnyTagClassName
{
color: #EBBE9E;
}
</style>
background-color css
<style>
a { background-color: #EBBE9E; }
a { background-color: rgb(235,190,158); }
div.DivClassName
{
background-color: #EBBE9E;
}
.BgClassName
{
background-color: #EBBE9E;
}
</style>
border-color css
<style>
span { border-color: #EBBE9E; }
span { border-color: rgb(235,190,158); }
td.TdClassName
{
border-color: #EBBE9E;
}
.TagClassName
{
border-color: #EBBE9E;
}
</style>