Shades of Negroni #EFC89F
Tints of Negroni #EFC89F
RGB
CMYK
RGB Variations
Color information
#EFC89F (or 0xEFC89F) is known color: Negroni. HEX triplet: EF, C8 and 9F. RGB value is (239,200,159). Sum of RGB (Red+Green+Blue) = 239+200+159=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC89F is #103760. Grayscale: #CFCFCF. Windows color (decimal): -1062753 or 10471663. OLE color: 10471663.
HSL color Cylindrical-coordinate representation of color #EFC89F: hue angle of 30.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFC89F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 159 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.06 |
| HSL | 30.75º | 0.71% | 0.78% | - |
| HSV(B) | 30.75º | 0.33% | 0.94% | - |
| XYZ | 62.51 | 62.16 | 41.5 | - |
| YUV | 206.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 159 | 0 | 0.16 | 0.33 | 0.06 | 30.75 | 0.71 | 0.78 |
| Hex | EF | C8 | 9F | 0 | 10 | 21 | 6 | 1F | 47 | 4E |
| Octal | 357 | 310 | 237 | 0 | 20 | 41 | 6 | 37 | 107 | 116 |
| Binary | 11101111 | 11001000 | 10011111 | 0 | 10000 | 100001 | 110 | 11111 | 1000111 | 1001110 |
Color Harmonies of #EFC89F
Complementary color
Monochromatic Colors of #EFC89F
Black with #EFC89F
Text Example
Text Example
White with #EFC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC89F; }
p { color: rgb(239,200,159); }
H1.HeaderClassName
{
color: #EFC89F;
}
.AnyTagClassName
{
color: #EFC89F;
}
</style>
background-color css
<style>
a { background-color: #EFC89F; }
a { background-color: rgb(239,200,159); }
div.DivClassName
{
background-color: #EFC89F;
}
.BgClassName
{
background-color: #EFC89F;
}
</style>
border-color css
<style>
span { border-color: #EFC89F; }
span { border-color: rgb(239,200,159); }
td.TdClassName
{
border-color: #EFC89F;
}
.TagClassName
{
border-color: #EFC89F;
}
</style>