Shades of Negroni #EFC4A0
Tints of Negroni #EFC4A0
RGB
CMYK
RGB Variations
Color information
#EFC4A0 (or 0xEFC4A0) is known color: Negroni. HEX triplet: EF, C4 and A0. RGB value is (239,196,160). Sum of RGB (Red+Green+Blue) = 239+196+160=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC4A0 is #103B5F. Grayscale: #CCCCCC. Windows color (decimal): -1063776 or 10536175. OLE color: 10536175.
HSL color Cylindrical-coordinate representation of color #EFC4A0: hue angle of 27.34º 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 #EFC4A0 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 160 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.06 |
| HSL | 27.34º | 0.71% | 0.78% | - |
| HSV(B) | 27.34º | 0.33% | 0.94% | - |
| XYZ | 61.68 | 60.37 | 41.66 | - |
| YUV | 204.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 160 | 0 | 0.18 | 0.33 | 0.06 | 27.34 | 0.71 | 0.78 |
| Hex | EF | C4 | A0 | 0 | 12 | 21 | 6 | 1B | 47 | 4E |
| Octal | 357 | 304 | 240 | 0 | 22 | 41 | 6 | 33 | 107 | 116 |
| Binary | 11101111 | 11000100 | 10100000 | 0 | 10010 | 100001 | 110 | 11011 | 1000111 | 1001110 |
Color Harmonies of #EFC4A0
Complementary color
Monochromatic Colors of #EFC4A0
Black with #EFC4A0
Text Example
Text Example
White with #EFC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4A0; }
p { color: rgb(239,196,160); }
H1.HeaderClassName
{
color: #EFC4A0;
}
.AnyTagClassName
{
color: #EFC4A0;
}
</style>
background-color css
<style>
a { background-color: #EFC4A0; }
a { background-color: rgb(239,196,160); }
div.DivClassName
{
background-color: #EFC4A0;
}
.BgClassName
{
background-color: #EFC4A0;
}
</style>
border-color css
<style>
span { border-color: #EFC4A0; }
span { border-color: rgb(239,196,160); }
td.TdClassName
{
border-color: #EFC4A0;
}
.TagClassName
{
border-color: #EFC4A0;
}
</style>