Shades of Negroni #EFC2A2
Tints of Negroni #EFC2A2
RGB
CMYK
RGB Variations
Color information
#EFC2A2 (or 0xEFC2A2) is known color: Negroni. HEX triplet: EF, C2 and A2. RGB value is (239,194,162). Sum of RGB (Red+Green+Blue) = 239+194+162=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2A2 is #103D5D. Grayscale: #CBCBCB. Windows color (decimal): -1064286 or 10666735. OLE color: 10666735.
HSL color Cylindrical-coordinate representation of color #EFC2A2: hue angle of 24.94º 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 #EFC2A2 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 162 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.06 |
| HSL | 24.94º | 0.71% | 0.79% | - |
| HSV(B) | 24.94º | 0.32% | 0.94% | - |
| XYZ | 61.41 | 59.54 | 42.44 | - |
| YUV | 203.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 162 | 0 | 0.19 | 0.32 | 0.06 | 24.94 | 0.71 | 0.79 |
| Hex | EF | C2 | A2 | 0 | 13 | 20 | 6 | 19 | 47 | 4F |
| Octal | 357 | 302 | 242 | 0 | 23 | 40 | 6 | 31 | 107 | 117 |
| Binary | 11101111 | 11000010 | 10100010 | 0 | 10011 | 100000 | 110 | 11001 | 1000111 | 1001111 |
Color Harmonies of #EFC2A2
Complementary color
Monochromatic Colors of #EFC2A2
Black with #EFC2A2
Text Example
Text Example
White with #EFC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2A2; }
p { color: rgb(239,194,162); }
H1.HeaderClassName
{
color: #EFC2A2;
}
.AnyTagClassName
{
color: #EFC2A2;
}
</style>
background-color css
<style>
a { background-color: #EFC2A2; }
a { background-color: rgb(239,194,162); }
div.DivClassName
{
background-color: #EFC2A2;
}
.BgClassName
{
background-color: #EFC2A2;
}
</style>
border-color css
<style>
span { border-color: #EFC2A2; }
span { border-color: rgb(239,194,162); }
td.TdClassName
{
border-color: #EFC2A2;
}
.TagClassName
{
border-color: #EFC2A2;
}
</style>