Shades of Negroni #EEC19B
Tints of Negroni #EEC19B
RGB
CMYK
RGB Variations
Color information
#EEC19B (or 0xEEC19B) is known color: Negroni. HEX triplet: EE, C1 and 9B. RGB value is (238,193,155). Sum of RGB (Red+Green+Blue) = 238+193+155=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC19B is #113E64. Grayscale: #CACACA. Windows color (decimal): -1130085 or 10207726. OLE color: 10207726.
HSL color Cylindrical-coordinate representation of color #EEC19B: hue angle of 27.47º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEC19B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 155 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.07 |
| HSL | 27.47º | 0.71% | 0.77% | - |
| HSV(B) | 27.47º | 0.35% | 0.93% | - |
| XYZ | 60.25 | 58.68 | 39.16 | - |
| YUV | 202.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 155 | 0 | 0.19 | 0.35 | 0.07 | 27.47 | 0.71 | 0.77 |
| Hex | EE | C1 | 9B | 0 | 13 | 23 | 7 | 1B | 47 | 4D |
| Octal | 356 | 301 | 233 | 0 | 23 | 43 | 7 | 33 | 107 | 115 |
| Binary | 11101110 | 11000001 | 10011011 | 0 | 10011 | 100011 | 111 | 11011 | 1000111 | 1001101 |
Color Harmonies of #EEC19B
Complementary color
Monochromatic Colors of #EEC19B
Black with #EEC19B
Text Example
Text Example
White with #EEC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC19B; }
p { color: rgb(238,193,155); }
H1.HeaderClassName
{
color: #EEC19B;
}
.AnyTagClassName
{
color: #EEC19B;
}
</style>
background-color css
<style>
a { background-color: #EEC19B; }
a { background-color: rgb(238,193,155); }
div.DivClassName
{
background-color: #EEC19B;
}
.BgClassName
{
background-color: #EEC19B;
}
</style>
border-color css
<style>
span { border-color: #EEC19B; }
span { border-color: rgb(238,193,155); }
td.TdClassName
{
border-color: #EEC19B;
}
.TagClassName
{
border-color: #EEC19B;
}
</style>