Shades of Negroni #EFC3A1
Tints of Negroni #EFC3A1
RGB
CMYK
RGB Variations
Color information
#EFC3A1 (or 0xEFC3A1) is known color: Negroni. HEX triplet: EF, C3 and A1. RGB value is (239,195,161). Sum of RGB (Red+Green+Blue) = 239+195+161=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC3A1 is #103C5E. Grayscale: #CCCCCC. Windows color (decimal): -1064031 or 10601455. OLE color: 10601455.
HSL color Cylindrical-coordinate representation of color #EFC3A1: hue angle of 26.15º 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 #EFC3A1 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 161 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.06 |
| HSL | 26.15º | 0.71% | 0.78% | - |
| HSV(B) | 26.15º | 0.33% | 0.94% | - |
| XYZ | 61.54 | 59.95 | 42.05 | - |
| YUV | 204.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 161 | 0 | 0.18 | 0.33 | 0.06 | 26.15 | 0.71 | 0.78 |
| Hex | EF | C3 | A1 | 0 | 12 | 21 | 6 | 1A | 47 | 4E |
| Octal | 357 | 303 | 241 | 0 | 22 | 41 | 6 | 32 | 107 | 116 |
| Binary | 11101111 | 11000011 | 10100001 | 0 | 10010 | 100001 | 110 | 11010 | 1000111 | 1001110 |
Color Harmonies of #EFC3A1
Complementary color
Monochromatic Colors of #EFC3A1
Black with #EFC3A1
Text Example
Text Example
White with #EFC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3A1; }
p { color: rgb(239,195,161); }
H1.HeaderClassName
{
color: #EFC3A1;
}
.AnyTagClassName
{
color: #EFC3A1;
}
</style>
background-color css
<style>
a { background-color: #EFC3A1; }
a { background-color: rgb(239,195,161); }
div.DivClassName
{
background-color: #EFC3A1;
}
.BgClassName
{
background-color: #EFC3A1;
}
</style>
border-color css
<style>
span { border-color: #EFC3A1; }
span { border-color: rgb(239,195,161); }
td.TdClassName
{
border-color: #EFC3A1;
}
.TagClassName
{
border-color: #EFC3A1;
}
</style>