Shades of Negroni #EFC5A0
Tints of Negroni #EFC5A0
RGB
CMYK
RGB Variations
Color information
#EFC5A0 (or 0xEFC5A0) is known color: Negroni. HEX triplet: EF, C5 and A0. RGB value is (239,197,160). Sum of RGB (Red+Green+Blue) = 239+197+160=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5A0 is #103A5F. Grayscale: #CDCDCD. Windows color (decimal): -1063520 or 10536431. OLE color: 10536431.
HSL color Cylindrical-coordinate representation of color #EFC5A0: hue angle of 28.1º 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 #EFC5A0 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 160 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.06 |
| HSL | 28.1º | 0.71% | 0.78% | - |
| HSV(B) | 28.1º | 0.33% | 0.94% | - |
| XYZ | 61.91 | 60.82 | 41.73 | - |
| YUV | 205.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 160 | 0 | 0.18 | 0.33 | 0.06 | 28.1 | 0.71 | 0.78 |
| Hex | EF | C5 | A0 | 0 | 12 | 21 | 6 | 1C | 47 | 4E |
| Octal | 357 | 305 | 240 | 0 | 22 | 41 | 6 | 34 | 107 | 116 |
| Binary | 11101111 | 11000101 | 10100000 | 0 | 10010 | 100001 | 110 | 11100 | 1000111 | 1001110 |
Color Harmonies of #EFC5A0
Complementary color
Monochromatic Colors of #EFC5A0
Black with #EFC5A0
Text Example
Text Example
White with #EFC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5A0; }
p { color: rgb(239,197,160); }
H1.HeaderClassName
{
color: #EFC5A0;
}
.AnyTagClassName
{
color: #EFC5A0;
}
</style>
background-color css
<style>
a { background-color: #EFC5A0; }
a { background-color: rgb(239,197,160); }
div.DivClassName
{
background-color: #EFC5A0;
}
.BgClassName
{
background-color: #EFC5A0;
}
</style>
border-color css
<style>
span { border-color: #EFC5A0; }
span { border-color: rgb(239,197,160); }
td.TdClassName
{
border-color: #EFC5A0;
}
.TagClassName
{
border-color: #EFC5A0;
}
</style>