Shades of Negroni #EFCBA3
Tints of Negroni #EFCBA3
RGB
CMYK
RGB Variations
Color information
#EFCBA3 (or 0xEFCBA3) is known color: Negroni. HEX triplet: EF, CB and A3. RGB value is (239,203,163). Sum of RGB (Red+Green+Blue) = 239+203+163=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA3 is #10345C. Grayscale: #D1D1D1. Windows color (decimal): -1061981 or 10734575. OLE color: 10734575.
HSL color Cylindrical-coordinate representation of color #EFCBA3: hue angle of 31.58º degrees, saturation: 0.7, 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 #EFCBA3 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 163 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.06 |
| HSL | 31.58º | 0.7% | 0.79% | - |
| HSV(B) | 31.58º | 0.32% | 0.94% | - |
| XYZ | 63.56 | 63.71 | 43.6 | - |
| YUV | 209.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 163 | 0 | 0.15 | 0.32 | 0.06 | 31.58 | 0.7 | 0.79 |
| Hex | EF | CB | A3 | 0 | F | 20 | 6 | 20 | 46 | 4F |
| Octal | 357 | 313 | 243 | 0 | 17 | 40 | 6 | 40 | 106 | 117 |
| Binary | 11101111 | 11001011 | 10100011 | 0 | 1111 | 100000 | 110 | 100000 | 1000110 | 1001111 |
Color Harmonies of #EFCBA3
Complementary color
Monochromatic Colors of #EFCBA3
Black with #EFCBA3
Text Example
Text Example
White with #EFCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBA3; }
p { color: rgb(239,203,163); }
H1.HeaderClassName
{
color: #EFCBA3;
}
.AnyTagClassName
{
color: #EFCBA3;
}
</style>
background-color css
<style>
a { background-color: #EFCBA3; }
a { background-color: rgb(239,203,163); }
div.DivClassName
{
background-color: #EFCBA3;
}
.BgClassName
{
background-color: #EFCBA3;
}
</style>
border-color css
<style>
span { border-color: #EFCBA3; }
span { border-color: rgb(239,203,163); }
td.TdClassName
{
border-color: #EFCBA3;
}
.TagClassName
{
border-color: #EFCBA3;
}
</style>