Shades of Negroni #EFC29D
Tints of Negroni #EFC29D
RGB
CMYK
RGB Variations
Color information
#EFC29D (or 0xEFC29D) is known color: Negroni. HEX triplet: EF, C2 and 9D. RGB value is (239,194,157). Sum of RGB (Red+Green+Blue) = 239+194+157=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29D is #103D62. Grayscale: #CBCBCB. Windows color (decimal): -1064291 or 10339055. OLE color: 10339055.
HSL color Cylindrical-coordinate representation of color #EFC29D: hue angle of 27.07º 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 #EFC29D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 157 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.06 |
| HSL | 27.07º | 0.72% | 0.78% | - |
| HSV(B) | 27.07º | 0.34% | 0.94% | - |
| XYZ | 60.97 | 59.37 | 40.14 | - |
| YUV | 203.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 157 | 0 | 0.19 | 0.34 | 0.06 | 27.07 | 0.72 | 0.78 |
| Hex | EF | C2 | 9D | 0 | 13 | 22 | 6 | 1B | 48 | 4E |
| Octal | 357 | 302 | 235 | 0 | 23 | 42 | 6 | 33 | 110 | 116 |
| Binary | 11101111 | 11000010 | 10011101 | 0 | 10011 | 100010 | 110 | 11011 | 1001000 | 1001110 |
Color Harmonies of #EFC29D
Complementary color
Monochromatic Colors of #EFC29D
Black with #EFC29D
Text Example
Text Example
White with #EFC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC29D; }
p { color: rgb(239,194,157); }
H1.HeaderClassName
{
color: #EFC29D;
}
.AnyTagClassName
{
color: #EFC29D;
}
</style>
background-color css
<style>
a { background-color: #EFC29D; }
a { background-color: rgb(239,194,157); }
div.DivClassName
{
background-color: #EFC29D;
}
.BgClassName
{
background-color: #EFC29D;
}
</style>
border-color css
<style>
span { border-color: #EFC29D; }
span { border-color: rgb(239,194,157); }
td.TdClassName
{
border-color: #EFC29D;
}
.TagClassName
{
border-color: #EFC29D;
}
</style>