Shades of Negroni #EFC0A2
Tints of Negroni #EFC0A2
RGB
CMYK
RGB Variations
Color information
#EFC0A2 (or 0xEFC0A2) is known color: Negroni. HEX triplet: EF, C0 and A2. RGB value is (239,192,162). Sum of RGB (Red+Green+Blue) = 239+192+162=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0A2 is #103F5D. Grayscale: #CACACA. Windows color (decimal): -1064798 or 10666223. OLE color: 10666223.
HSL color Cylindrical-coordinate representation of color #EFC0A2: hue angle of 23.38º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFC0A2 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 162 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.06 |
| HSL | 23.38º | 0.71% | 0.79% | - |
| HSV(B) | 23.38º | 0.32% | 0.94% | - |
| XYZ | 60.97 | 58.66 | 42.29 | - |
| YUV | 202.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 162 | 0 | 0.20 | 0.32 | 0.06 | 23.38 | 0.71 | 0.79 |
| Hex | EF | C0 | A2 | 0 | 14 | 20 | 6 | 17 | 47 | 4F |
| Octal | 357 | 300 | 242 | 0 | 24 | 40 | 6 | 27 | 107 | 117 |
| Binary | 11101111 | 11000000 | 10100010 | 0 | 10100 | 100000 | 110 | 10111 | 1000111 | 1001111 |
Color Harmonies of #EFC0A2
Complementary color
Monochromatic Colors of #EFC0A2
Black with #EFC0A2
Text Example
Text Example
White with #EFC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0A2; }
p { color: rgb(239,192,162); }
H1.HeaderClassName
{
color: #EFC0A2;
}
.AnyTagClassName
{
color: #EFC0A2;
}
</style>
background-color css
<style>
a { background-color: #EFC0A2; }
a { background-color: rgb(239,192,162); }
div.DivClassName
{
background-color: #EFC0A2;
}
.BgClassName
{
background-color: #EFC0A2;
}
</style>
border-color css
<style>
span { border-color: #EFC0A2; }
span { border-color: rgb(239,192,162); }
td.TdClassName
{
border-color: #EFC0A2;
}
.TagClassName
{
border-color: #EFC0A2;
}
</style>