Shades of Negroni #EEC19C
Tints of Negroni #EEC19C
RGB
CMYK
RGB Variations
Color information
#EEC19C (or 0xEEC19C) is known color: Negroni. HEX triplet: EE, C1 and 9C. RGB value is (238,193,156). Sum of RGB (Red+Green+Blue) = 238+193+156=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC19C is #113E63. Grayscale: #CACACA. Windows color (decimal): -1130084 or 10273262. OLE color: 10273262.
HSL color Cylindrical-coordinate representation of color #EEC19C: hue angle of 27.07º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEC19C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 156 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.07 |
| HSL | 27.07º | 0.71% | 0.77% | - |
| HSV(B) | 27.07º | 0.34% | 0.93% | - |
| XYZ | 60.33 | 58.72 | 39.61 | - |
| YUV | 202.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 156 | 0 | 0.19 | 0.34 | 0.07 | 27.07 | 0.71 | 0.77 |
| Hex | EE | C1 | 9C | 0 | 13 | 22 | 7 | 1B | 47 | 4D |
| Octal | 356 | 301 | 234 | 0 | 23 | 42 | 7 | 33 | 107 | 115 |
| Binary | 11101110 | 11000001 | 10011100 | 0 | 10011 | 100010 | 111 | 11011 | 1000111 | 1001101 |
Color Harmonies of #EEC19C
Complementary color
Monochromatic Colors of #EEC19C
Black with #EEC19C
Text Example
Text Example
White with #EEC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC19C; }
p { color: rgb(238,193,156); }
H1.HeaderClassName
{
color: #EEC19C;
}
.AnyTagClassName
{
color: #EEC19C;
}
</style>
background-color css
<style>
a { background-color: #EEC19C; }
a { background-color: rgb(238,193,156); }
div.DivClassName
{
background-color: #EEC19C;
}
.BgClassName
{
background-color: #EEC19C;
}
</style>
border-color css
<style>
span { border-color: #EEC19C; }
span { border-color: rgb(238,193,156); }
td.TdClassName
{
border-color: #EEC19C;
}
.TagClassName
{
border-color: #EEC19C;
}
</style>