Shades of Negroni #EFC19E
Tints of Negroni #EFC19E
RGB
CMYK
RGB Variations
Color information
#EFC19E (or 0xEFC19E) is known color: Negroni. HEX triplet: EF, C1 and 9E. RGB value is (239,193,158). Sum of RGB (Red+Green+Blue) = 239+193+158=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC19E is #103E61. Grayscale: #CACACA. Windows color (decimal): -1064546 or 10404335. OLE color: 10404335.
HSL color Cylindrical-coordinate representation of color #EFC19E: hue angle of 25.93º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC19E is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 158 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.06 |
| HSL | 25.93º | 0.72% | 0.78% | - |
| HSV(B) | 25.93º | 0.34% | 0.94% | - |
| XYZ | 60.84 | 58.96 | 40.52 | - |
| YUV | 202.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 158 | 0 | 0.19 | 0.34 | 0.06 | 25.93 | 0.72 | 0.78 |
| Hex | EF | C1 | 9E | 0 | 13 | 22 | 6 | 1A | 48 | 4E |
| Octal | 357 | 301 | 236 | 0 | 23 | 42 | 6 | 32 | 110 | 116 |
| Binary | 11101111 | 11000001 | 10011110 | 0 | 10011 | 100010 | 110 | 11010 | 1001000 | 1001110 |
Color Harmonies of #EFC19E
Complementary color
Monochromatic Colors of #EFC19E
Black with #EFC19E
Text Example
Text Example
White with #EFC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC19E; }
p { color: rgb(239,193,158); }
H1.HeaderClassName
{
color: #EFC19E;
}
.AnyTagClassName
{
color: #EFC19E;
}
</style>
background-color css
<style>
a { background-color: #EFC19E; }
a { background-color: rgb(239,193,158); }
div.DivClassName
{
background-color: #EFC19E;
}
.BgClassName
{
background-color: #EFC19E;
}
</style>
border-color css
<style>
span { border-color: #EFC19E; }
span { border-color: rgb(239,193,158); }
td.TdClassName
{
border-color: #EFC19E;
}
.TagClassName
{
border-color: #EFC19E;
}
</style>