Shades of Negroni #EEBE9C
Tints of Negroni #EEBE9C
RGB
CMYK
RGB Variations
Color information
#EEBE9C (or 0xEEBE9C) is known color: Negroni. HEX triplet: EE, BE and 9C. RGB value is (238,190,156). Sum of RGB (Red+Green+Blue) = 238+190+156=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE9C is #114163. Grayscale: #C8C8C8. Windows color (decimal): -1130852 or 10272494. OLE color: 10272494.
HSL color Cylindrical-coordinate representation of color #EEBE9C: hue angle of 24.88º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEBE9C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 156 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.07 |
| HSL | 24.88º | 0.71% | 0.77% | - |
| HSV(B) | 24.88º | 0.34% | 0.93% | - |
| XYZ | 59.67 | 57.4 | 39.39 | - |
| YUV | 200.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 156 | 0 | 0.20 | 0.34 | 0.07 | 24.88 | 0.71 | 0.77 |
| Hex | EE | BE | 9C | 0 | 14 | 22 | 7 | 19 | 47 | 4D |
| Octal | 356 | 276 | 234 | 0 | 24 | 42 | 7 | 31 | 107 | 115 |
| Binary | 11101110 | 10111110 | 10011100 | 0 | 10100 | 100010 | 111 | 11001 | 1000111 | 1001101 |
Color Harmonies of #EEBE9C
Complementary color
Monochromatic Colors of #EEBE9C
Black with #EEBE9C
Text Example
Text Example
White with #EEBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE9C; }
p { color: rgb(238,190,156); }
H1.HeaderClassName
{
color: #EEBE9C;
}
.AnyTagClassName
{
color: #EEBE9C;
}
</style>
background-color css
<style>
a { background-color: #EEBE9C; }
a { background-color: rgb(238,190,156); }
div.DivClassName
{
background-color: #EEBE9C;
}
.BgClassName
{
background-color: #EEBE9C;
}
</style>
border-color css
<style>
span { border-color: #EEBE9C; }
span { border-color: rgb(238,190,156); }
td.TdClassName
{
border-color: #EEBE9C;
}
.TagClassName
{
border-color: #EEBE9C;
}
</style>