Shades of Negroni #EFCAA2
Tints of Negroni #EFCAA2
RGB
CMYK
RGB Variations
Color information
#EFCAA2 (or 0xEFCAA2) is known color: Negroni. HEX triplet: EF, CA and A2. RGB value is (239,202,162). Sum of RGB (Red+Green+Blue) = 239+202+162=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA2 is #10355D. Grayscale: #D0D0D0. Windows color (decimal): -1062238 or 10668783. OLE color: 10668783.
HSL color Cylindrical-coordinate representation of color #EFCAA2: hue angle of 31.17º 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 #EFCAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 162 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.06 |
| HSL | 31.17º | 0.71% | 0.79% | - |
| HSV(B) | 31.17º | 0.32% | 0.94% | - |
| XYZ | 63.24 | 63.2 | 43.05 | - |
| YUV | 208.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 162 | 0 | 0.15 | 0.32 | 0.06 | 31.17 | 0.71 | 0.79 |
| Hex | EF | CA | A2 | 0 | F | 20 | 6 | 1F | 47 | 4F |
| Octal | 357 | 312 | 242 | 0 | 17 | 40 | 6 | 37 | 107 | 117 |
| Binary | 11101111 | 11001010 | 10100010 | 0 | 1111 | 100000 | 110 | 11111 | 1000111 | 1001111 |
Color Harmonies of #EFCAA2
Complementary color
Monochromatic Colors of #EFCAA2
Black with #EFCAA2
Text Example
Text Example
White with #EFCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAA2; }
p { color: rgb(239,202,162); }
H1.HeaderClassName
{
color: #EFCAA2;
}
.AnyTagClassName
{
color: #EFCAA2;
}
</style>
background-color css
<style>
a { background-color: #EFCAA2; }
a { background-color: rgb(239,202,162); }
div.DivClassName
{
background-color: #EFCAA2;
}
.BgClassName
{
background-color: #EFCAA2;
}
</style>
border-color css
<style>
span { border-color: #EFCAA2; }
span { border-color: rgb(239,202,162); }
td.TdClassName
{
border-color: #EFCAA2;
}
.TagClassName
{
border-color: #EFCAA2;
}
</style>