Shades of Negroni #EFC6A0
Tints of Negroni #EFC6A0
RGB
CMYK
RGB Variations
Color information
#EFC6A0 (or 0xEFC6A0) is known color: Negroni. HEX triplet: EF, C6 and A0. RGB value is (239,198,160). Sum of RGB (Red+Green+Blue) = 239+198+160=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6A0 is #10395F. Grayscale: #CECECE. Windows color (decimal): -1063264 or 10536687. OLE color: 10536687.
HSL color Cylindrical-coordinate representation of color #EFC6A0: hue angle of 28.86º 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 #EFC6A0 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 160 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.06 |
| HSL | 28.86º | 0.71% | 0.78% | - |
| HSV(B) | 28.86º | 0.33% | 0.94% | - |
| XYZ | 62.14 | 61.28 | 41.81 | - |
| YUV | 205.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 160 | 0 | 0.17 | 0.33 | 0.06 | 28.86 | 0.71 | 0.78 |
| Hex | EF | C6 | A0 | 0 | 11 | 21 | 6 | 1D | 47 | 4E |
| Octal | 357 | 306 | 240 | 0 | 21 | 41 | 6 | 35 | 107 | 116 |
| Binary | 11101111 | 11000110 | 10100000 | 0 | 10001 | 100001 | 110 | 11101 | 1000111 | 1001110 |
Color Harmonies of #EFC6A0
Complementary color
Monochromatic Colors of #EFC6A0
Black with #EFC6A0
Text Example
Text Example
White with #EFC6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6A0; }
p { color: rgb(239,198,160); }
H1.HeaderClassName
{
color: #EFC6A0;
}
.AnyTagClassName
{
color: #EFC6A0;
}
</style>
background-color css
<style>
a { background-color: #EFC6A0; }
a { background-color: rgb(239,198,160); }
div.DivClassName
{
background-color: #EFC6A0;
}
.BgClassName
{
background-color: #EFC6A0;
}
</style>
border-color css
<style>
span { border-color: #EFC6A0; }
span { border-color: rgb(239,198,160); }
td.TdClassName
{
border-color: #EFC6A0;
}
.TagClassName
{
border-color: #EFC6A0;
}
</style>