Shades of Negroni #EFC29F
Tints of Negroni #EFC29F
RGB
CMYK
RGB Variations
Color information
#EFC29F (or 0xEFC29F) is known color: Negroni. HEX triplet: EF, C2 and 9F. RGB value is (239,194,159). Sum of RGB (Red+Green+Blue) = 239+194+159=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29F is #103D60. Grayscale: #CBCBCB. Windows color (decimal): -1064289 or 10470127. OLE color: 10470127.
HSL color Cylindrical-coordinate representation of color #EFC29F: hue angle of 26.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFC29F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 159 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.06 |
| HSL | 26.25º | 0.71% | 0.78% | - |
| HSV(B) | 26.25º | 0.33% | 0.94% | - |
| XYZ | 61.15 | 59.44 | 41.05 | - |
| YUV | 203.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 159 | 0 | 0.19 | 0.33 | 0.06 | 26.25 | 0.71 | 0.78 |
| Hex | EF | C2 | 9F | 0 | 13 | 21 | 6 | 1A | 47 | 4E |
| Octal | 357 | 302 | 237 | 0 | 23 | 41 | 6 | 32 | 107 | 116 |
| Binary | 11101111 | 11000010 | 10011111 | 0 | 10011 | 100001 | 110 | 11010 | 1000111 | 1001110 |
Color Harmonies of #EFC29F
Complementary color
Monochromatic Colors of #EFC29F
Black with #EFC29F
Text Example
Text Example
White with #EFC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC29F; }
p { color: rgb(239,194,159); }
H1.HeaderClassName
{
color: #EFC29F;
}
.AnyTagClassName
{
color: #EFC29F;
}
</style>
background-color css
<style>
a { background-color: #EFC29F; }
a { background-color: rgb(239,194,159); }
div.DivClassName
{
background-color: #EFC29F;
}
.BgClassName
{
background-color: #EFC29F;
}
</style>
border-color css
<style>
span { border-color: #EFC29F; }
span { border-color: rgb(239,194,159); }
td.TdClassName
{
border-color: #EFC29F;
}
.TagClassName
{
border-color: #EFC29F;
}
</style>