Shades of Negroni #EFC2A3
Tints of Negroni #EFC2A3
RGB
CMYK
RGB Variations
Color information
#EFC2A3 (or 0xEFC2A3) is known color: Negroni. HEX triplet: EF, C2 and A3. RGB value is (239,194,163). Sum of RGB (Red+Green+Blue) = 239+194+163=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2A3 is #103D5C. Grayscale: #CCCCCC. Windows color (decimal): -1064285 or 10732271. OLE color: 10732271.
HSL color Cylindrical-coordinate representation of color #EFC2A3: hue angle of 24.47º degrees, saturation: 0.7, 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 #EFC2A3 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 163 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.06 |
| HSL | 24.47º | 0.7% | 0.79% | - |
| HSV(B) | 24.47º | 0.32% | 0.94% | - |
| XYZ | 61.5 | 59.58 | 42.91 | - |
| YUV | 203.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 163 | 0 | 0.19 | 0.32 | 0.06 | 24.47 | 0.7 | 0.79 |
| Hex | EF | C2 | A3 | 0 | 13 | 20 | 6 | 18 | 46 | 4F |
| Octal | 357 | 302 | 243 | 0 | 23 | 40 | 6 | 30 | 106 | 117 |
| Binary | 11101111 | 11000010 | 10100011 | 0 | 10011 | 100000 | 110 | 11000 | 1000110 | 1001111 |
Color Harmonies of #EFC2A3
Complementary color
Monochromatic Colors of #EFC2A3
Black with #EFC2A3
Text Example
Text Example
White with #EFC2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2A3; }
p { color: rgb(239,194,163); }
H1.HeaderClassName
{
color: #EFC2A3;
}
.AnyTagClassName
{
color: #EFC2A3;
}
</style>
background-color css
<style>
a { background-color: #EFC2A3; }
a { background-color: rgb(239,194,163); }
div.DivClassName
{
background-color: #EFC2A3;
}
.BgClassName
{
background-color: #EFC2A3;
}
</style>
border-color css
<style>
span { border-color: #EFC2A3; }
span { border-color: rgb(239,194,163); }
td.TdClassName
{
border-color: #EFC2A3;
}
.TagClassName
{
border-color: #EFC2A3;
}
</style>