Shades of Negroni #EFCBA4
Tints of Negroni #EFCBA4
RGB
CMYK
RGB Variations
Color information
#EFCBA4 (or 0xEFCBA4) is known color: Negroni. HEX triplet: EF, CB and A4. RGB value is (239,203,164). Sum of RGB (Red+Green+Blue) = 239+203+164=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA4 is #10345B. Grayscale: #D1D1D1. Windows color (decimal): -1061980 or 10800111. OLE color: 10800111.
HSL color Cylindrical-coordinate representation of color #EFCBA4: hue angle of 31.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFCBA4 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 164 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.06 |
| HSL | 31.2º | 0.7% | 0.79% | - |
| HSV(B) | 31.2º | 0.31% | 0.94% | - |
| XYZ | 63.65 | 63.74 | 44.07 | - |
| YUV | 209.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 164 | 0 | 0.15 | 0.31 | 0.06 | 31.2 | 0.7 | 0.79 |
| Hex | EF | CB | A4 | 0 | F | 1F | 6 | 1F | 46 | 4F |
| Octal | 357 | 313 | 244 | 0 | 17 | 37 | 6 | 37 | 106 | 117 |
| Binary | 11101111 | 11001011 | 10100100 | 0 | 1111 | 11111 | 110 | 11111 | 1000110 | 1001111 |
Color Harmonies of #EFCBA4
Complementary color
Monochromatic Colors of #EFCBA4
Black with #EFCBA4
Text Example
Text Example
White with #EFCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBA4; }
p { color: rgb(239,203,164); }
H1.HeaderClassName
{
color: #EFCBA4;
}
.AnyTagClassName
{
color: #EFCBA4;
}
</style>
background-color css
<style>
a { background-color: #EFCBA4; }
a { background-color: rgb(239,203,164); }
div.DivClassName
{
background-color: #EFCBA4;
}
.BgClassName
{
background-color: #EFCBA4;
}
</style>
border-color css
<style>
span { border-color: #EFCBA4; }
span { border-color: rgb(239,203,164); }
td.TdClassName
{
border-color: #EFCBA4;
}
.TagClassName
{
border-color: #EFCBA4;
}
</style>