Shades of Negroni #EFC7A1
Tints of Negroni #EFC7A1
RGB
CMYK
RGB Variations
Color information
#EFC7A1 (or 0xEFC7A1) is known color: Negroni. HEX triplet: EF, C7 and A1. RGB value is (239,199,161). Sum of RGB (Red+Green+Blue) = 239+199+161=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7A1 is #10385E. Grayscale: #CECECE. Windows color (decimal): -1063007 or 10602479. OLE color: 10602479.
HSL color Cylindrical-coordinate representation of color #EFC7A1: hue angle of 29.23º 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 #EFC7A1 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 161 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.06 |
| HSL | 29.23º | 0.71% | 0.78% | - |
| HSV(B) | 29.23º | 0.33% | 0.94% | - |
| XYZ | 62.45 | 61.77 | 42.35 | - |
| YUV | 206.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 161 | 0 | 0.17 | 0.33 | 0.06 | 29.23 | 0.71 | 0.78 |
| Hex | EF | C7 | A1 | 0 | 11 | 21 | 6 | 1D | 47 | 4E |
| Octal | 357 | 307 | 241 | 0 | 21 | 41 | 6 | 35 | 107 | 116 |
| Binary | 11101111 | 11000111 | 10100001 | 0 | 10001 | 100001 | 110 | 11101 | 1000111 | 1001110 |
Color Harmonies of #EFC7A1
Complementary color
Monochromatic Colors of #EFC7A1
Black with #EFC7A1
Text Example
Text Example
White with #EFC7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7A1; }
p { color: rgb(239,199,161); }
H1.HeaderClassName
{
color: #EFC7A1;
}
.AnyTagClassName
{
color: #EFC7A1;
}
</style>
background-color css
<style>
a { background-color: #EFC7A1; }
a { background-color: rgb(239,199,161); }
div.DivClassName
{
background-color: #EFC7A1;
}
.BgClassName
{
background-color: #EFC7A1;
}
</style>
border-color css
<style>
span { border-color: #EFC7A1; }
span { border-color: rgb(239,199,161); }
td.TdClassName
{
border-color: #EFC7A1;
}
.TagClassName
{
border-color: #EFC7A1;
}
</style>