Shades of Negroni #EEC49E
Tints of Negroni #EEC49E
RGB
CMYK
RGB Variations
Color information
#EEC49E (or 0xEEC49E) is known color: Negroni. HEX triplet: EE, C4 and 9E. RGB value is (238,196,158). Sum of RGB (Red+Green+Blue) = 238+196+158=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC49E is #113B61. Grayscale: #CCCCCC. Windows color (decimal): -1129314 or 10405102. OLE color: 10405102.
HSL color Cylindrical-coordinate representation of color #EEC49E: hue angle of 28.5º 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 #EEC49E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 158 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.07 |
| HSL | 28.5º | 0.7% | 0.78% | - |
| HSV(B) | 28.5º | 0.34% | 0.93% | - |
| XYZ | 61.17 | 60.13 | 40.73 | - |
| YUV | 204.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 158 | 0 | 0.18 | 0.34 | 0.07 | 28.5 | 0.7 | 0.78 |
| Hex | EE | C4 | 9E | 0 | 12 | 22 | 7 | 1C | 46 | 4E |
| Octal | 356 | 304 | 236 | 0 | 22 | 42 | 7 | 34 | 106 | 116 |
| Binary | 11101110 | 11000100 | 10011110 | 0 | 10010 | 100010 | 111 | 11100 | 1000110 | 1001110 |
Color Harmonies of #EEC49E
Complementary color
Monochromatic Colors of #EEC49E
Black with #EEC49E
Text Example
Text Example
White with #EEC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC49E; }
p { color: rgb(238,196,158); }
H1.HeaderClassName
{
color: #EEC49E;
}
.AnyTagClassName
{
color: #EEC49E;
}
</style>
background-color css
<style>
a { background-color: #EEC49E; }
a { background-color: rgb(238,196,158); }
div.DivClassName
{
background-color: #EEC49E;
}
.BgClassName
{
background-color: #EEC49E;
}
</style>
border-color css
<style>
span { border-color: #EEC49E; }
span { border-color: rgb(238,196,158); }
td.TdClassName
{
border-color: #EEC49E;
}
.TagClassName
{
border-color: #EEC49E;
}
</style>