Shades of Negroni #EFC29C
Tints of Negroni #EFC29C
RGB
CMYK
RGB Variations
Color information
#EFC29C (or 0xEFC29C) is known color: Negroni. HEX triplet: EF, C2 and 9C. RGB value is (239,194,156). Sum of RGB (Red+Green+Blue) = 239+194+156=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29C is #103D63. Grayscale: #CBCBCB. Windows color (decimal): -1064292 or 10273519. OLE color: 10273519.
HSL color Cylindrical-coordinate representation of color #EFC29C: hue angle of 27.47º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFC29C is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 156 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.06 |
| HSL | 27.47º | 0.72% | 0.77% | - |
| HSV(B) | 27.47º | 0.35% | 0.94% | - |
| XYZ | 60.89 | 59.33 | 39.7 | - |
| YUV | 203.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 156 | 0 | 0.19 | 0.35 | 0.06 | 27.47 | 0.72 | 0.77 |
| Hex | EF | C2 | 9C | 0 | 13 | 23 | 6 | 1B | 48 | 4D |
| Octal | 357 | 302 | 234 | 0 | 23 | 43 | 6 | 33 | 110 | 115 |
| Binary | 11101111 | 11000010 | 10011100 | 0 | 10011 | 100011 | 110 | 11011 | 1001000 | 1001101 |
Color Harmonies of #EFC29C
Complementary color
Monochromatic Colors of #EFC29C
Black with #EFC29C
Text Example
Text Example
White with #EFC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC29C; }
p { color: rgb(239,194,156); }
H1.HeaderClassName
{
color: #EFC29C;
}
.AnyTagClassName
{
color: #EFC29C;
}
</style>
background-color css
<style>
a { background-color: #EFC29C; }
a { background-color: rgb(239,194,156); }
div.DivClassName
{
background-color: #EFC29C;
}
.BgClassName
{
background-color: #EFC29C;
}
</style>
border-color css
<style>
span { border-color: #EFC29C; }
span { border-color: rgb(239,194,156); }
td.TdClassName
{
border-color: #EFC29C;
}
.TagClassName
{
border-color: #EFC29C;
}
</style>