Shades of Negroni #EFCAA1
Tints of Negroni #EFCAA1
RGB
CMYK
RGB Variations
Color information
#EFCAA1 (or 0xEFCAA1) is known color: Negroni. HEX triplet: EF, CA and A1. RGB value is (239,202,161). Sum of RGB (Red+Green+Blue) = 239+202+161=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA1 is #10355E. Grayscale: #D0D0D0. Windows color (decimal): -1062239 or 10603247. OLE color: 10603247.
HSL color Cylindrical-coordinate representation of color #EFCAA1: hue angle of 31.54º 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 #EFCAA1 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 161 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.06 |
| HSL | 31.54º | 0.71% | 0.78% | - |
| HSV(B) | 31.54º | 0.33% | 0.94% | - |
| XYZ | 63.15 | 63.16 | 42.58 | - |
| YUV | 208.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 161 | 0 | 0.15 | 0.33 | 0.06 | 31.54 | 0.71 | 0.78 |
| Hex | EF | CA | A1 | 0 | F | 21 | 6 | 20 | 47 | 4E |
| Octal | 357 | 312 | 241 | 0 | 17 | 41 | 6 | 40 | 107 | 116 |
| Binary | 11101111 | 11001010 | 10100001 | 0 | 1111 | 100001 | 110 | 100000 | 1000111 | 1001110 |
Color Harmonies of #EFCAA1
Complementary color
Monochromatic Colors of #EFCAA1
Black with #EFCAA1
Text Example
Text Example
White with #EFCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAA1; }
p { color: rgb(239,202,161); }
H1.HeaderClassName
{
color: #EFCAA1;
}
.AnyTagClassName
{
color: #EFCAA1;
}
</style>
background-color css
<style>
a { background-color: #EFCAA1; }
a { background-color: rgb(239,202,161); }
div.DivClassName
{
background-color: #EFCAA1;
}
.BgClassName
{
background-color: #EFCAA1;
}
</style>
border-color css
<style>
span { border-color: #EFCAA1; }
span { border-color: rgb(239,202,161); }
td.TdClassName
{
border-color: #EFCAA1;
}
.TagClassName
{
border-color: #EFCAA1;
}
</style>