Shades of Negroni #EEC59F
Tints of Negroni #EEC59F
RGB
CMYK
RGB Variations
Color information
#EEC59F (or 0xEEC59F) is known color: Negroni. HEX triplet: EE, C5 and 9F. RGB value is (238,197,159). Sum of RGB (Red+Green+Blue) = 238+197+159=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC59F is #113A60. Grayscale: #CDCDCD. Windows color (decimal): -1129057 or 10470894. OLE color: 10470894.
HSL color Cylindrical-coordinate representation of color #EEC59F: hue angle of 28.86º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEC59F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 159 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.07 |
| HSL | 28.86º | 0.7% | 0.78% | - |
| HSV(B) | 28.86º | 0.33% | 0.93% | - |
| XYZ | 61.48 | 60.61 | 41.26 | - |
| YUV | 204.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 159 | 0 | 0.17 | 0.33 | 0.07 | 28.86 | 0.7 | 0.78 |
| Hex | EE | C5 | 9F | 0 | 11 | 21 | 7 | 1D | 46 | 4E |
| Octal | 356 | 305 | 237 | 0 | 21 | 41 | 7 | 35 | 106 | 116 |
| Binary | 11101110 | 11000101 | 10011111 | 0 | 10001 | 100001 | 111 | 11101 | 1000110 | 1001110 |
Color Harmonies of #EEC59F
Complementary color
Monochromatic Colors of #EEC59F
Black with #EEC59F
Text Example
Text Example
White with #EEC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC59F; }
p { color: rgb(238,197,159); }
H1.HeaderClassName
{
color: #EEC59F;
}
.AnyTagClassName
{
color: #EEC59F;
}
</style>
background-color css
<style>
a { background-color: #EEC59F; }
a { background-color: rgb(238,197,159); }
div.DivClassName
{
background-color: #EEC59F;
}
.BgClassName
{
background-color: #EEC59F;
}
</style>
border-color css
<style>
span { border-color: #EEC59F; }
span { border-color: rgb(238,197,159); }
td.TdClassName
{
border-color: #EEC59F;
}
.TagClassName
{
border-color: #EEC59F;
}
</style>