Shades of Negroni #EFC49D
Tints of Negroni #EFC49D
RGB
CMYK
RGB Variations
Color information
#EFC49D (or 0xEFC49D) is known color: Negroni. HEX triplet: EF, C4 and 9D. RGB value is (239,196,157). Sum of RGB (Red+Green+Blue) = 239+196+157=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49D is #103B62. Grayscale: #CCCCCC. Windows color (decimal): -1063779 or 10339567. OLE color: 10339567.
HSL color Cylindrical-coordinate representation of color #EFC49D: hue angle of 28.54º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC49D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 157 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.06 |
| HSL | 28.54º | 0.72% | 0.78% | - |
| HSV(B) | 28.54º | 0.34% | 0.94% | - |
| XYZ | 61.42 | 60.26 | 40.29 | - |
| YUV | 204.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 157 | 0 | 0.18 | 0.34 | 0.06 | 28.54 | 0.72 | 0.78 |
| Hex | EF | C4 | 9D | 0 | 12 | 22 | 6 | 1D | 48 | 4E |
| Octal | 357 | 304 | 235 | 0 | 22 | 42 | 6 | 35 | 110 | 116 |
| Binary | 11101111 | 11000100 | 10011101 | 0 | 10010 | 100010 | 110 | 11101 | 1001000 | 1001110 |
Color Harmonies of #EFC49D
Complementary color
Monochromatic Colors of #EFC49D
Black with #EFC49D
Text Example
Text Example
White with #EFC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC49D; }
p { color: rgb(239,196,157); }
H1.HeaderClassName
{
color: #EFC49D;
}
.AnyTagClassName
{
color: #EFC49D;
}
</style>
background-color css
<style>
a { background-color: #EFC49D; }
a { background-color: rgb(239,196,157); }
div.DivClassName
{
background-color: #EFC49D;
}
.BgClassName
{
background-color: #EFC49D;
}
</style>
border-color css
<style>
span { border-color: #EFC49D; }
span { border-color: rgb(239,196,157); }
td.TdClassName
{
border-color: #EFC49D;
}
.TagClassName
{
border-color: #EFC49D;
}
</style>