Shades of Negroni #EFC6A7
Tints of Negroni #EFC6A7
RGB
CMYK
RGB Variations
Color information
#EFC6A7 (or 0xEFC6A7) is known color: Negroni. HEX triplet: EF, C6 and A7. RGB value is (239,198,167). Sum of RGB (Red+Green+Blue) = 239+198+167=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6A7 is #103958. Grayscale: #CECECE. Windows color (decimal): -1063257 or 10995439. OLE color: 10995439.
HSL color Cylindrical-coordinate representation of color #EFC6A7: hue angle of 25.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFC6A7 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 167 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.06 |
| HSL | 25.83º | 0.69% | 0.8% | - |
| HSV(B) | 25.83º | 0.3% | 0.94% | - |
| XYZ | 62.77 | 61.53 | 45.13 | - |
| YUV | 206.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 167 | 0 | 0.17 | 0.30 | 0.06 | 25.83 | 0.69 | 0.8 |
| Hex | EF | C6 | A7 | 0 | 11 | 1E | 6 | 1A | 45 | 50 |
| Octal | 357 | 306 | 247 | 0 | 21 | 36 | 6 | 32 | 105 | 120 |
| Binary | 11101111 | 11000110 | 10100111 | 0 | 10001 | 11110 | 110 | 11010 | 1000101 | 1010000 |
Color Harmonies of #EFC6A7
Complementary color
Monochromatic Colors of #EFC6A7
Black with #EFC6A7
Text Example
Text Example
White with #EFC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6A7; }
p { color: rgb(239,198,167); }
H1.HeaderClassName
{
color: #EFC6A7;
}
.AnyTagClassName
{
color: #EFC6A7;
}
</style>
background-color css
<style>
a { background-color: #EFC6A7; }
a { background-color: rgb(239,198,167); }
div.DivClassName
{
background-color: #EFC6A7;
}
.BgClassName
{
background-color: #EFC6A7;
}
</style>
border-color css
<style>
span { border-color: #EFC6A7; }
span { border-color: rgb(239,198,167); }
td.TdClassName
{
border-color: #EFC6A7;
}
.TagClassName
{
border-color: #EFC6A7;
}
</style>