Shades of Negroni #EEBE9E
Tints of Negroni #EEBE9E
RGB
CMYK
RGB Variations
Color information
#EEBE9E (or 0xEEBE9E) is known color: Negroni. HEX triplet: EE, BE and 9E. RGB value is (238,190,158). Sum of RGB (Red+Green+Blue) = 238+190+158=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE9E is #114161. Grayscale: #C8C8C8. Windows color (decimal): -1130850 or 10403566. OLE color: 10403566.
HSL color Cylindrical-coordinate representation of color #EEBE9E: hue angle of 24º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEBE9E is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 158 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.07 |
| HSL | 24º | 0.7% | 0.78% | - |
| HSV(B) | 24º | 0.34% | 0.93% | - |
| XYZ | 59.84 | 57.47 | 40.29 | - |
| YUV | 200.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 158 | 0 | 0.20 | 0.34 | 0.07 | 24 | 0.7 | 0.78 |
| Hex | EE | BE | 9E | 0 | 14 | 22 | 7 | 18 | 46 | 4E |
| Octal | 356 | 276 | 236 | 0 | 24 | 42 | 7 | 30 | 106 | 116 |
| Binary | 11101110 | 10111110 | 10011110 | 0 | 10100 | 100010 | 111 | 11000 | 1000110 | 1001110 |
Color Harmonies of #EEBE9E
Complementary color
Monochromatic Colors of #EEBE9E
Black with #EEBE9E
Text Example
Text Example
White with #EEBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE9E; }
p { color: rgb(238,190,158); }
H1.HeaderClassName
{
color: #EEBE9E;
}
.AnyTagClassName
{
color: #EEBE9E;
}
</style>
background-color css
<style>
a { background-color: #EEBE9E; }
a { background-color: rgb(238,190,158); }
div.DivClassName
{
background-color: #EEBE9E;
}
.BgClassName
{
background-color: #EEBE9E;
}
</style>
border-color css
<style>
span { border-color: #EEBE9E; }
span { border-color: rgb(238,190,158); }
td.TdClassName
{
border-color: #EEBE9E;
}
.TagClassName
{
border-color: #EEBE9E;
}
</style>