Shades of Negroni #EFCBA8
Tints of Negroni #EFCBA8
RGB
CMYK
RGB Variations
Color information
#EFCBA8 (or 0xEFCBA8) is known color: Negroni. HEX triplet: EF, CB and A8. RGB value is (239,203,168). Sum of RGB (Red+Green+Blue) = 239+203+168=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA8 is #103457. Grayscale: #D1D1D1. Windows color (decimal): -1061976 or 11062255. OLE color: 11062255.
HSL color Cylindrical-coordinate representation of color #EFCBA8: hue angle of 29.58º 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 #EFCBA8 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 168 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.06 |
| HSL | 29.58º | 0.69% | 0.8% | - |
| HSV(B) | 29.58º | 0.3% | 0.94% | - |
| XYZ | 64.02 | 63.89 | 46 | - |
| YUV | 209.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 168 | 0 | 0.15 | 0.30 | 0.06 | 29.58 | 0.69 | 0.8 |
| Hex | EF | CB | A8 | 0 | F | 1E | 6 | 1E | 45 | 50 |
| Octal | 357 | 313 | 250 | 0 | 17 | 36 | 6 | 36 | 105 | 120 |
| Binary | 11101111 | 11001011 | 10101000 | 0 | 1111 | 11110 | 110 | 11110 | 1000101 | 1010000 |
Color Harmonies of #EFCBA8
Complementary color
Monochromatic Colors of #EFCBA8
Black with #EFCBA8
Text Example
Text Example
White with #EFCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBA8; }
p { color: rgb(239,203,168); }
H1.HeaderClassName
{
color: #EFCBA8;
}
.AnyTagClassName
{
color: #EFCBA8;
}
</style>
background-color css
<style>
a { background-color: #EFCBA8; }
a { background-color: rgb(239,203,168); }
div.DivClassName
{
background-color: #EFCBA8;
}
.BgClassName
{
background-color: #EFCBA8;
}
</style>
border-color css
<style>
span { border-color: #EFCBA8; }
span { border-color: rgb(239,203,168); }
td.TdClassName
{
border-color: #EFCBA8;
}
.TagClassName
{
border-color: #EFCBA8;
}
</style>