Shades of Negroni #EFC49E
Tints of Negroni #EFC49E
RGB
CMYK
RGB Variations
Color information
#EFC49E (or 0xEFC49E) is known color: Negroni. HEX triplet: EF, C4 and 9E. RGB value is (239,196,158). Sum of RGB (Red+Green+Blue) = 239+196+158=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49E is #103B61. Grayscale: #CCCCCC. Windows color (decimal): -1063778 or 10405103. OLE color: 10405103.
HSL color Cylindrical-coordinate representation of color #EFC49E: hue angle of 28.15º 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 #EFC49E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 158 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.06 |
| HSL | 28.15º | 0.72% | 0.78% | - |
| HSV(B) | 28.15º | 0.34% | 0.94% | - |
| XYZ | 61.51 | 60.3 | 40.74 | - |
| YUV | 204.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 158 | 0 | 0.18 | 0.34 | 0.06 | 28.15 | 0.72 | 0.78 |
| Hex | EF | C4 | 9E | 0 | 12 | 22 | 6 | 1C | 48 | 4E |
| Octal | 357 | 304 | 236 | 0 | 22 | 42 | 6 | 34 | 110 | 116 |
| Binary | 11101111 | 11000100 | 10011110 | 0 | 10010 | 100010 | 110 | 11100 | 1001000 | 1001110 |
Color Harmonies of #EFC49E
Complementary color
Monochromatic Colors of #EFC49E
Black with #EFC49E
Text Example
Text Example
White with #EFC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC49E; }
p { color: rgb(239,196,158); }
H1.HeaderClassName
{
color: #EFC49E;
}
.AnyTagClassName
{
color: #EFC49E;
}
</style>
background-color css
<style>
a { background-color: #EFC49E; }
a { background-color: rgb(239,196,158); }
div.DivClassName
{
background-color: #EFC49E;
}
.BgClassName
{
background-color: #EFC49E;
}
</style>
border-color css
<style>
span { border-color: #EFC49E; }
span { border-color: rgb(239,196,158); }
td.TdClassName
{
border-color: #EFC49E;
}
.TagClassName
{
border-color: #EFC49E;
}
</style>