Shades of Negroni #EFCAA0
Tints of Negroni #EFCAA0
RGB
CMYK
RGB Variations
Color information
#EFCAA0 (or 0xEFCAA0) is known color: Negroni. HEX triplet: EF, CA and A0. RGB value is (239,202,160). Sum of RGB (Red+Green+Blue) = 239+202+160=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA0 is #10355F. Grayscale: #D0D0D0. Windows color (decimal): -1062240 or 10537711. OLE color: 10537711.
HSL color Cylindrical-coordinate representation of color #EFCAA0: hue angle of 31.9º 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 #EFCAA0 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 160 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.06 |
| HSL | 31.9º | 0.71% | 0.78% | - |
| HSV(B) | 31.9º | 0.33% | 0.94% | - |
| XYZ | 63.06 | 63.13 | 42.12 | - |
| YUV | 208.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 160 | 0 | 0.15 | 0.33 | 0.06 | 31.9 | 0.71 | 0.78 |
| Hex | EF | CA | A0 | 0 | F | 21 | 6 | 20 | 47 | 4E |
| Octal | 357 | 312 | 240 | 0 | 17 | 41 | 6 | 40 | 107 | 116 |
| Binary | 11101111 | 11001010 | 10100000 | 0 | 1111 | 100001 | 110 | 100000 | 1000111 | 1001110 |
Color Harmonies of #EFCAA0
Complementary color
Monochromatic Colors of #EFCAA0
Black with #EFCAA0
Text Example
Text Example
White with #EFCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAA0; }
p { color: rgb(239,202,160); }
H1.HeaderClassName
{
color: #EFCAA0;
}
.AnyTagClassName
{
color: #EFCAA0;
}
</style>
background-color css
<style>
a { background-color: #EFCAA0; }
a { background-color: rgb(239,202,160); }
div.DivClassName
{
background-color: #EFCAA0;
}
.BgClassName
{
background-color: #EFCAA0;
}
</style>
border-color css
<style>
span { border-color: #EFCAA0; }
span { border-color: rgb(239,202,160); }
td.TdClassName
{
border-color: #EFCAA0;
}
.TagClassName
{
border-color: #EFCAA0;
}
</style>