Shades of Negroni #EFC09D
Tints of Negroni #EFC09D
RGB
CMYK
RGB Variations
Color information
#EFC09D (or 0xEFC09D) is known color: Negroni. HEX triplet: EF, C0 and 9D. RGB value is (239,192,157). Sum of RGB (Red+Green+Blue) = 239+192+157=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC09D is #103F62. Grayscale: #CACACA. Windows color (decimal): -1064803 or 10338543. OLE color: 10338543.
HSL color Cylindrical-coordinate representation of color #EFC09D: hue angle of 25.61º 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 #EFC09D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 157 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.06 |
| HSL | 25.61º | 0.72% | 0.78% | - |
| HSV(B) | 25.61º | 0.34% | 0.94% | - |
| XYZ | 60.53 | 58.48 | 40 | - |
| YUV | 202.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 157 | 0 | 0.20 | 0.34 | 0.06 | 25.61 | 0.72 | 0.78 |
| Hex | EF | C0 | 9D | 0 | 14 | 22 | 6 | 1A | 48 | 4E |
| Octal | 357 | 300 | 235 | 0 | 24 | 42 | 6 | 32 | 110 | 116 |
| Binary | 11101111 | 11000000 | 10011101 | 0 | 10100 | 100010 | 110 | 11010 | 1001000 | 1001110 |
Color Harmonies of #EFC09D
Complementary color
Monochromatic Colors of #EFC09D
Black with #EFC09D
Text Example
Text Example
White with #EFC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC09D; }
p { color: rgb(239,192,157); }
H1.HeaderClassName
{
color: #EFC09D;
}
.AnyTagClassName
{
color: #EFC09D;
}
</style>
background-color css
<style>
a { background-color: #EFC09D; }
a { background-color: rgb(239,192,157); }
div.DivClassName
{
background-color: #EFC09D;
}
.BgClassName
{
background-color: #EFC09D;
}
</style>
border-color css
<style>
span { border-color: #EFC09D; }
span { border-color: rgb(239,192,157); }
td.TdClassName
{
border-color: #EFC09D;
}
.TagClassName
{
border-color: #EFC09D;
}
</style>