Shades of Negroni #EEC49F
Tints of Negroni #EEC49F
RGB
CMYK
RGB Variations
Color information
#EEC49F (or 0xEEC49F) is known color: Negroni. HEX triplet: EE, C4 and 9F. RGB value is (238,196,159). Sum of RGB (Red+Green+Blue) = 238+196+159=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC49F is #113B60. Grayscale: #CCCCCC. Windows color (decimal): -1129313 or 10470638. OLE color: 10470638.
HSL color Cylindrical-coordinate representation of color #EEC49F: hue angle of 28.1º 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 #EEC49F is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 159 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.07 |
| HSL | 28.1º | 0.7% | 0.78% | - |
| HSV(B) | 28.1º | 0.33% | 0.93% | - |
| XYZ | 61.26 | 60.16 | 41.18 | - |
| YUV | 204.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 159 | 0 | 0.18 | 0.33 | 0.07 | 28.1 | 0.7 | 0.78 |
| Hex | EE | C4 | 9F | 0 | 12 | 21 | 7 | 1C | 46 | 4E |
| Octal | 356 | 304 | 237 | 0 | 22 | 41 | 7 | 34 | 106 | 116 |
| Binary | 11101110 | 11000100 | 10011111 | 0 | 10010 | 100001 | 111 | 11100 | 1000110 | 1001110 |
Color Harmonies of #EEC49F
Complementary color
Monochromatic Colors of #EEC49F
Black with #EEC49F
Text Example
Text Example
White with #EEC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC49F; }
p { color: rgb(238,196,159); }
H1.HeaderClassName
{
color: #EEC49F;
}
.AnyTagClassName
{
color: #EEC49F;
}
</style>
background-color css
<style>
a { background-color: #EEC49F; }
a { background-color: rgb(238,196,159); }
div.DivClassName
{
background-color: #EEC49F;
}
.BgClassName
{
background-color: #EEC49F;
}
</style>
border-color css
<style>
span { border-color: #EEC49F; }
span { border-color: rgb(238,196,159); }
td.TdClassName
{
border-color: #EEC49F;
}
.TagClassName
{
border-color: #EEC49F;
}
</style>