Shades of Negroni #EFCBA2
Tints of Negroni #EFCBA2
RGB
CMYK
RGB Variations
Color information
#EFCBA2 (or 0xEFCBA2) is known color: Negroni. HEX triplet: EF, CB and A2. RGB value is (239,203,162). Sum of RGB (Red+Green+Blue) = 239+203+162=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA2 is #10345D. Grayscale: #D1D1D1. Windows color (decimal): -1061982 or 10669039. OLE color: 10669039.
HSL color Cylindrical-coordinate representation of color #EFCBA2: hue angle of 31.95º degrees, saturation: 0.71, 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 #EFCBA2 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 162 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.06 |
| HSL | 31.95º | 0.71% | 0.79% | - |
| HSV(B) | 31.95º | 0.32% | 0.94% | - |
| XYZ | 63.47 | 63.67 | 43.13 | - |
| YUV | 209.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 162 | 0 | 0.15 | 0.32 | 0.06 | 31.95 | 0.71 | 0.79 |
| Hex | EF | CB | A2 | 0 | F | 20 | 6 | 20 | 47 | 4F |
| Octal | 357 | 313 | 242 | 0 | 17 | 40 | 6 | 40 | 107 | 117 |
| Binary | 11101111 | 11001011 | 10100010 | 0 | 1111 | 100000 | 110 | 100000 | 1000111 | 1001111 |
Color Harmonies of #EFCBA2
Complementary color
Monochromatic Colors of #EFCBA2
Black with #EFCBA2
Text Example
Text Example
White with #EFCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBA2; }
p { color: rgb(239,203,162); }
H1.HeaderClassName
{
color: #EFCBA2;
}
.AnyTagClassName
{
color: #EFCBA2;
}
</style>
background-color css
<style>
a { background-color: #EFCBA2; }
a { background-color: rgb(239,203,162); }
div.DivClassName
{
background-color: #EFCBA2;
}
.BgClassName
{
background-color: #EFCBA2;
}
</style>
border-color css
<style>
span { border-color: #EFCBA2; }
span { border-color: rgb(239,203,162); }
td.TdClassName
{
border-color: #EFCBA2;
}
.TagClassName
{
border-color: #EFCBA2;
}
</style>