Shades of Negroni #EFC59D
Tints of Negroni #EFC59D
RGB
CMYK
RGB Variations
Color information
#EFC59D (or 0xEFC59D) is known color: Negroni. HEX triplet: EF, C5 and 9D. RGB value is (239,197,157). Sum of RGB (Red+Green+Blue) = 239+197+157=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC59D is #103A62. Grayscale: #CDCDCD. Windows color (decimal): -1063523 or 10339823. OLE color: 10339823.
HSL color Cylindrical-coordinate representation of color #EFC59D: hue angle of 29.27º 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 #EFC59D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 157 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.06 |
| HSL | 29.27º | 0.72% | 0.78% | - |
| HSV(B) | 29.27º | 0.34% | 0.94% | - |
| XYZ | 61.65 | 60.72 | 40.37 | - |
| YUV | 205 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 157 | 0 | 0.18 | 0.34 | 0.06 | 29.27 | 0.72 | 0.78 |
| Hex | EF | C5 | 9D | 0 | 12 | 22 | 6 | 1D | 48 | 4E |
| Octal | 357 | 305 | 235 | 0 | 22 | 42 | 6 | 35 | 110 | 116 |
| Binary | 11101111 | 11000101 | 10011101 | 0 | 10010 | 100010 | 110 | 11101 | 1001000 | 1001110 |
Color Harmonies of #EFC59D
Complementary color
Monochromatic Colors of #EFC59D
Black with #EFC59D
Text Example
Text Example
White with #EFC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC59D; }
p { color: rgb(239,197,157); }
H1.HeaderClassName
{
color: #EFC59D;
}
.AnyTagClassName
{
color: #EFC59D;
}
</style>
background-color css
<style>
a { background-color: #EFC59D; }
a { background-color: rgb(239,197,157); }
div.DivClassName
{
background-color: #EFC59D;
}
.BgClassName
{
background-color: #EFC59D;
}
</style>
border-color css
<style>
span { border-color: #EFC59D; }
span { border-color: rgb(239,197,157); }
td.TdClassName
{
border-color: #EFC59D;
}
.TagClassName
{
border-color: #EFC59D;
}
</style>