Shades of Negroni #EFCBA1
Tints of Negroni #EFCBA1
RGB
CMYK
RGB Variations
Color information
#EFCBA1 (or 0xEFCBA1) is known color: Negroni. HEX triplet: EF, CB and A1. RGB value is (239,203,161). Sum of RGB (Red+Green+Blue) = 239+203+161=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA1 is #10345E. Grayscale: #D1D1D1. Windows color (decimal): -1061983 or 10603503. OLE color: 10603503.
HSL color Cylindrical-coordinate representation of color #EFCBA1: hue angle of 32.31º 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 #EFCBA1 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 161 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.06 |
| HSL | 32.31º | 0.71% | 0.78% | - |
| HSV(B) | 32.31º | 0.33% | 0.94% | - |
| XYZ | 63.39 | 63.64 | 42.66 | - |
| YUV | 208.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 161 | 0 | 0.15 | 0.33 | 0.06 | 32.31 | 0.71 | 0.78 |
| Hex | EF | CB | A1 | 0 | F | 21 | 6 | 20 | 47 | 4E |
| Octal | 357 | 313 | 241 | 0 | 17 | 41 | 6 | 40 | 107 | 116 |
| Binary | 11101111 | 11001011 | 10100001 | 0 | 1111 | 100001 | 110 | 100000 | 1000111 | 1001110 |
Color Harmonies of #EFCBA1
Complementary color
Monochromatic Colors of #EFCBA1
Black with #EFCBA1
Text Example
Text Example
White with #EFCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBA1; }
p { color: rgb(239,203,161); }
H1.HeaderClassName
{
color: #EFCBA1;
}
.AnyTagClassName
{
color: #EFCBA1;
}
</style>
background-color css
<style>
a { background-color: #EFCBA1; }
a { background-color: rgb(239,203,161); }
div.DivClassName
{
background-color: #EFCBA1;
}
.BgClassName
{
background-color: #EFCBA1;
}
</style>
border-color css
<style>
span { border-color: #EFCBA1; }
span { border-color: rgb(239,203,161); }
td.TdClassName
{
border-color: #EFCBA1;
}
.TagClassName
{
border-color: #EFCBA1;
}
</style>