Shades of Negroni #EFC7A0
Tints of Negroni #EFC7A0
RGB
CMYK
RGB Variations
Color information
#EFC7A0 (or 0xEFC7A0) is known color: Negroni. HEX triplet: EF, C7 and A0. RGB value is (239,199,160). Sum of RGB (Red+Green+Blue) = 239+199+160=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7A0 is #10385F. Grayscale: #CECECE. Windows color (decimal): -1063008 or 10536943. OLE color: 10536943.
HSL color Cylindrical-coordinate representation of color #EFC7A0: hue angle of 29.62º 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 #EFC7A0 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 160 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.06 |
| HSL | 29.62º | 0.71% | 0.78% | - |
| HSV(B) | 29.62º | 0.33% | 0.94% | - |
| XYZ | 62.37 | 61.74 | 41.89 | - |
| YUV | 206.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 160 | 0 | 0.17 | 0.33 | 0.06 | 29.62 | 0.71 | 0.78 |
| Hex | EF | C7 | A0 | 0 | 11 | 21 | 6 | 1E | 47 | 4E |
| Octal | 357 | 307 | 240 | 0 | 21 | 41 | 6 | 36 | 107 | 116 |
| Binary | 11101111 | 11000111 | 10100000 | 0 | 10001 | 100001 | 110 | 11110 | 1000111 | 1001110 |
Color Harmonies of #EFC7A0
Complementary color
Monochromatic Colors of #EFC7A0
Black with #EFC7A0
Text Example
Text Example
White with #EFC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7A0; }
p { color: rgb(239,199,160); }
H1.HeaderClassName
{
color: #EFC7A0;
}
.AnyTagClassName
{
color: #EFC7A0;
}
</style>
background-color css
<style>
a { background-color: #EFC7A0; }
a { background-color: rgb(239,199,160); }
div.DivClassName
{
background-color: #EFC7A0;
}
.BgClassName
{
background-color: #EFC7A0;
}
</style>
border-color css
<style>
span { border-color: #EFC7A0; }
span { border-color: rgb(239,199,160); }
td.TdClassName
{
border-color: #EFC7A0;
}
.TagClassName
{
border-color: #EFC7A0;
}
</style>