Shades of Negroni #EEC29E
Tints of Negroni #EEC29E
RGB
CMYK
RGB Variations
Color information
#EEC29E (or 0xEEC29E) is known color: Negroni. HEX triplet: EE, C2 and 9E. RGB value is (238,194,158). Sum of RGB (Red+Green+Blue) = 238+194+158=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC29E is #113D61. Grayscale: #CBCBCB. Windows color (decimal): -1129826 or 10404590. OLE color: 10404590.
HSL color Cylindrical-coordinate representation of color #EEC29E: hue angle of 27º 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 #EEC29E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 158 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.07 |
| HSL | 27º | 0.7% | 0.78% | - |
| HSV(B) | 27º | 0.34% | 0.93% | - |
| XYZ | 60.72 | 59.23 | 40.58 | - |
| YUV | 203.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 158 | 0 | 0.18 | 0.34 | 0.07 | 27 | 0.7 | 0.78 |
| Hex | EE | C2 | 9E | 0 | 12 | 22 | 7 | 1B | 46 | 4E |
| Octal | 356 | 302 | 236 | 0 | 22 | 42 | 7 | 33 | 106 | 116 |
| Binary | 11101110 | 11000010 | 10011110 | 0 | 10010 | 100010 | 111 | 11011 | 1000110 | 1001110 |
Color Harmonies of #EEC29E
Complementary color
Monochromatic Colors of #EEC29E
Black with #EEC29E
Text Example
Text Example
White with #EEC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC29E; }
p { color: rgb(238,194,158); }
H1.HeaderClassName
{
color: #EEC29E;
}
.AnyTagClassName
{
color: #EEC29E;
}
</style>
background-color css
<style>
a { background-color: #EEC29E; }
a { background-color: rgb(238,194,158); }
div.DivClassName
{
background-color: #EEC29E;
}
.BgClassName
{
background-color: #EEC29E;
}
</style>
border-color css
<style>
span { border-color: #EEC29E; }
span { border-color: rgb(238,194,158); }
td.TdClassName
{
border-color: #EEC29E;
}
.TagClassName
{
border-color: #EEC29E;
}
</style>