Shades of Negroni #EFC29E
Tints of Negroni #EFC29E
RGB
CMYK
RGB Variations
Color information
#EFC29E (or 0xEFC29E) is known color: Negroni. HEX triplet: EF, C2 and 9E. RGB value is (239,194,158). Sum of RGB (Red+Green+Blue) = 239+194+158=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29E is #103D61. Grayscale: #CBCBCB. Windows color (decimal): -1064290 or 10404591. OLE color: 10404591.
HSL color Cylindrical-coordinate representation of color #EFC29E: hue angle of 26.67º 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 #EFC29E is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 158 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.06 |
| HSL | 26.67º | 0.72% | 0.78% | - |
| HSV(B) | 26.67º | 0.34% | 0.94% | - |
| XYZ | 61.06 | 59.4 | 40.6 | - |
| YUV | 203.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 158 | 0 | 0.19 | 0.34 | 0.06 | 26.67 | 0.72 | 0.78 |
| Hex | EF | C2 | 9E | 0 | 13 | 22 | 6 | 1B | 48 | 4E |
| Octal | 357 | 302 | 236 | 0 | 23 | 42 | 6 | 33 | 110 | 116 |
| Binary | 11101111 | 11000010 | 10011110 | 0 | 10011 | 100010 | 110 | 11011 | 1001000 | 1001110 |
Color Harmonies of #EFC29E
Complementary color
Monochromatic Colors of #EFC29E
Black with #EFC29E
Text Example
Text Example
White with #EFC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC29E; }
p { color: rgb(239,194,158); }
H1.HeaderClassName
{
color: #EFC29E;
}
.AnyTagClassName
{
color: #EFC29E;
}
</style>
background-color css
<style>
a { background-color: #EFC29E; }
a { background-color: rgb(239,194,158); }
div.DivClassName
{
background-color: #EFC29E;
}
.BgClassName
{
background-color: #EFC29E;
}
</style>
border-color css
<style>
span { border-color: #EFC29E; }
span { border-color: rgb(239,194,158); }
td.TdClassName
{
border-color: #EFC29E;
}
.TagClassName
{
border-color: #EFC29E;
}
</style>