Shades of Negroni #EFC2A1
Tints of Negroni #EFC2A1
RGB
CMYK
RGB Variations
Color information
#EFC2A1 (or 0xEFC2A1) is known color: Negroni. HEX triplet: EF, C2 and A1. RGB value is (239,194,161). Sum of RGB (Red+Green+Blue) = 239+194+161=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2A1 is #103D5E. Grayscale: #CBCBCB. Windows color (decimal): -1064287 or 10601199. OLE color: 10601199.
HSL color Cylindrical-coordinate representation of color #EFC2A1: hue angle of 25.38º 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 #EFC2A1 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 161 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.06 |
| HSL | 25.38º | 0.71% | 0.78% | - |
| HSV(B) | 25.38º | 0.33% | 0.94% | - |
| XYZ | 61.32 | 59.51 | 41.97 | - |
| YUV | 203.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 161 | 0 | 0.19 | 0.33 | 0.06 | 25.38 | 0.71 | 0.78 |
| Hex | EF | C2 | A1 | 0 | 13 | 21 | 6 | 19 | 47 | 4E |
| Octal | 357 | 302 | 241 | 0 | 23 | 41 | 6 | 31 | 107 | 116 |
| Binary | 11101111 | 11000010 | 10100001 | 0 | 10011 | 100001 | 110 | 11001 | 1000111 | 1001110 |
Color Harmonies of #EFC2A1
Complementary color
Monochromatic Colors of #EFC2A1
Black with #EFC2A1
Text Example
Text Example
White with #EFC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2A1; }
p { color: rgb(239,194,161); }
H1.HeaderClassName
{
color: #EFC2A1;
}
.AnyTagClassName
{
color: #EFC2A1;
}
</style>
background-color css
<style>
a { background-color: #EFC2A1; }
a { background-color: rgb(239,194,161); }
div.DivClassName
{
background-color: #EFC2A1;
}
.BgClassName
{
background-color: #EFC2A1;
}
</style>
border-color css
<style>
span { border-color: #EFC2A1; }
span { border-color: rgb(239,194,161); }
td.TdClassName
{
border-color: #EFC2A1;
}
.TagClassName
{
border-color: #EFC2A1;
}
</style>