Shades of Negroni #EEC59E
Tints of Negroni #EEC59E
RGB
CMYK
RGB Variations
Color information
#EEC59E (or 0xEEC59E) is known color: Negroni. HEX triplet: EE, C5 and 9E. RGB value is (238,197,158). Sum of RGB (Red+Green+Blue) = 238+197+158=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC59E is #113A61. Grayscale: #CDCDCD. Windows color (decimal): -1129058 or 10405358. OLE color: 10405358.
HSL color Cylindrical-coordinate representation of color #EEC59E: hue angle of 29.25º 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 #EEC59E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 158 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.07 |
| HSL | 29.25º | 0.7% | 0.78% | - |
| HSV(B) | 29.25º | 0.34% | 0.93% | - |
| XYZ | 61.4 | 60.58 | 40.8 | - |
| YUV | 204.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 158 | 0 | 0.17 | 0.34 | 0.07 | 29.25 | 0.7 | 0.78 |
| Hex | EE | C5 | 9E | 0 | 11 | 22 | 7 | 1D | 46 | 4E |
| Octal | 356 | 305 | 236 | 0 | 21 | 42 | 7 | 35 | 106 | 116 |
| Binary | 11101110 | 11000101 | 10011110 | 0 | 10001 | 100010 | 111 | 11101 | 1000110 | 1001110 |
Color Harmonies of #EEC59E
Complementary color
Monochromatic Colors of #EEC59E
Black with #EEC59E
Text Example
Text Example
White with #EEC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC59E; }
p { color: rgb(238,197,158); }
H1.HeaderClassName
{
color: #EEC59E;
}
.AnyTagClassName
{
color: #EEC59E;
}
</style>
background-color css
<style>
a { background-color: #EEC59E; }
a { background-color: rgb(238,197,158); }
div.DivClassName
{
background-color: #EEC59E;
}
.BgClassName
{
background-color: #EEC59E;
}
</style>
border-color css
<style>
span { border-color: #EEC59E; }
span { border-color: rgb(238,197,158); }
td.TdClassName
{
border-color: #EEC59E;
}
.TagClassName
{
border-color: #EEC59E;
}
</style>