Shades of Negroni #EFCBA5
Tints of Negroni #EFCBA5
RGB
CMYK
RGB Variations
Color information
#EFCBA5 (or 0xEFCBA5) is known color: Negroni. HEX triplet: EF, CB and A5. RGB value is (239,203,165). Sum of RGB (Red+Green+Blue) = 239+203+165=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA5 is #10345A. Grayscale: #D1D1D1. Windows color (decimal): -1061979 or 10865647. OLE color: 10865647.
HSL color Cylindrical-coordinate representation of color #EFCBA5: hue angle of 30.81º 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 #EFCBA5 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 165 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.06 |
| HSL | 30.81º | 0.7% | 0.79% | - |
| HSV(B) | 30.81º | 0.31% | 0.94% | - |
| XYZ | 63.74 | 63.78 | 44.55 | - |
| YUV | 209.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 165 | 0 | 0.15 | 0.31 | 0.06 | 30.81 | 0.7 | 0.79 |
| Hex | EF | CB | A5 | 0 | F | 1F | 6 | 1F | 46 | 4F |
| Octal | 357 | 313 | 245 | 0 | 17 | 37 | 6 | 37 | 106 | 117 |
| Binary | 11101111 | 11001011 | 10100101 | 0 | 1111 | 11111 | 110 | 11111 | 1000110 | 1001111 |
Color Harmonies of #EFCBA5
Complementary color
Monochromatic Colors of #EFCBA5
Black with #EFCBA5
Text Example
Text Example
White with #EFCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBA5; }
p { color: rgb(239,203,165); }
H1.HeaderClassName
{
color: #EFCBA5;
}
.AnyTagClassName
{
color: #EFCBA5;
}
</style>
background-color css
<style>
a { background-color: #EFCBA5; }
a { background-color: rgb(239,203,165); }
div.DivClassName
{
background-color: #EFCBA5;
}
.BgClassName
{
background-color: #EFCBA5;
}
</style>
border-color css
<style>
span { border-color: #EFCBA5; }
span { border-color: rgb(239,203,165); }
td.TdClassName
{
border-color: #EFCBA5;
}
.TagClassName
{
border-color: #EFCBA5;
}
</style>