Shades of Negroni #EFCAA8
Tints of Negroni #EFCAA8
RGB
CMYK
RGB Variations
Color information
#EFCAA8 (or 0xEFCAA8) is known color: Negroni. HEX triplet: EF, CA and A8. RGB value is (239,202,168). Sum of RGB (Red+Green+Blue) = 239+202+168=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA8 is #103557. Grayscale: #D1D1D1. Windows color (decimal): -1062232 or 11061999. OLE color: 11061999.
HSL color Cylindrical-coordinate representation of color #EFCAA8: hue angle of 28.73º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCAA8 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 168 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.06 |
| HSL | 28.73º | 0.69% | 0.8% | - |
| HSV(B) | 28.73º | 0.3% | 0.94% | - |
| XYZ | 63.79 | 63.42 | 45.93 | - |
| YUV | 209.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 168 | 0 | 0.15 | 0.30 | 0.06 | 28.73 | 0.69 | 0.8 |
| Hex | EF | CA | A8 | 0 | F | 1E | 6 | 1D | 45 | 50 |
| Octal | 357 | 312 | 250 | 0 | 17 | 36 | 6 | 35 | 105 | 120 |
| Binary | 11101111 | 11001010 | 10101000 | 0 | 1111 | 11110 | 110 | 11101 | 1000101 | 1010000 |
Color Harmonies of #EFCAA8
Complementary color
Monochromatic Colors of #EFCAA8
Black with #EFCAA8
Text Example
Text Example
White with #EFCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAA8; }
p { color: rgb(239,202,168); }
H1.HeaderClassName
{
color: #EFCAA8;
}
.AnyTagClassName
{
color: #EFCAA8;
}
</style>
background-color css
<style>
a { background-color: #EFCAA8; }
a { background-color: rgb(239,202,168); }
div.DivClassName
{
background-color: #EFCAA8;
}
.BgClassName
{
background-color: #EFCAA8;
}
</style>
border-color css
<style>
span { border-color: #EFCAA8; }
span { border-color: rgb(239,202,168); }
td.TdClassName
{
border-color: #EFCAA8;
}
.TagClassName
{
border-color: #EFCAA8;
}
</style>