Shades of Negroni #EFC9A2
Tints of Negroni #EFC9A2
RGB
CMYK
RGB Variations
Color information
#EFC9A2 (or 0xEFC9A2) is known color: Negroni. HEX triplet: EF, C9 and A2. RGB value is (239,201,162). Sum of RGB (Red+Green+Blue) = 239+201+162=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9A2 is #10365D. Grayscale: #D0D0D0. Windows color (decimal): -1062494 or 10668527. OLE color: 10668527.
HSL color Cylindrical-coordinate representation of color #EFC9A2: hue angle of 30.39º 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 #EFC9A2 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 162 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.06 |
| HSL | 30.39º | 0.71% | 0.79% | - |
| HSV(B) | 30.39º | 0.32% | 0.94% | - |
| XYZ | 63 | 62.73 | 42.97 | - |
| YUV | 207.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 162 | 0 | 0.16 | 0.32 | 0.06 | 30.39 | 0.71 | 0.79 |
| Hex | EF | C9 | A2 | 0 | 10 | 20 | 6 | 1E | 47 | 4F |
| Octal | 357 | 311 | 242 | 0 | 20 | 40 | 6 | 36 | 107 | 117 |
| Binary | 11101111 | 11001001 | 10100010 | 0 | 10000 | 100000 | 110 | 11110 | 1000111 | 1001111 |
Color Harmonies of #EFC9A2
Complementary color
Monochromatic Colors of #EFC9A2
Black with #EFC9A2
Text Example
Text Example
White with #EFC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9A2; }
p { color: rgb(239,201,162); }
H1.HeaderClassName
{
color: #EFC9A2;
}
.AnyTagClassName
{
color: #EFC9A2;
}
</style>
background-color css
<style>
a { background-color: #EFC9A2; }
a { background-color: rgb(239,201,162); }
div.DivClassName
{
background-color: #EFC9A2;
}
.BgClassName
{
background-color: #EFC9A2;
}
</style>
border-color css
<style>
span { border-color: #EFC9A2; }
span { border-color: rgb(239,201,162); }
td.TdClassName
{
border-color: #EFC9A2;
}
.TagClassName
{
border-color: #EFC9A2;
}
</style>