Shades of Negroni #EFC6A3
Tints of Negroni #EFC6A3
RGB
CMYK
RGB Variations
Color information
#EFC6A3 (or 0xEFC6A3) is known color: Negroni. HEX triplet: EF, C6 and A3. RGB value is (239,198,163). Sum of RGB (Red+Green+Blue) = 239+198+163=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6A3 is #10395C. Grayscale: #CECECE. Windows color (decimal): -1063261 or 10733295. OLE color: 10733295.
HSL color Cylindrical-coordinate representation of color #EFC6A3: hue angle of 27.63º 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 #EFC6A3 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 163 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.06 |
| HSL | 27.63º | 0.7% | 0.79% | - |
| HSV(B) | 27.63º | 0.32% | 0.94% | - |
| XYZ | 62.4 | 61.38 | 43.21 | - |
| YUV | 206.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 163 | 0 | 0.17 | 0.32 | 0.06 | 27.63 | 0.7 | 0.79 |
| Hex | EF | C6 | A3 | 0 | 11 | 20 | 6 | 1C | 46 | 4F |
| Octal | 357 | 306 | 243 | 0 | 21 | 40 | 6 | 34 | 106 | 117 |
| Binary | 11101111 | 11000110 | 10100011 | 0 | 10001 | 100000 | 110 | 11100 | 1000110 | 1001111 |
Color Harmonies of #EFC6A3
Complementary color
Monochromatic Colors of #EFC6A3
Black with #EFC6A3
Text Example
Text Example
White with #EFC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6A3; }
p { color: rgb(239,198,163); }
H1.HeaderClassName
{
color: #EFC6A3;
}
.AnyTagClassName
{
color: #EFC6A3;
}
</style>
background-color css
<style>
a { background-color: #EFC6A3; }
a { background-color: rgb(239,198,163); }
div.DivClassName
{
background-color: #EFC6A3;
}
.BgClassName
{
background-color: #EFC6A3;
}
</style>
border-color css
<style>
span { border-color: #EFC6A3; }
span { border-color: rgb(239,198,163); }
td.TdClassName
{
border-color: #EFC6A3;
}
.TagClassName
{
border-color: #EFC6A3;
}
</style>