Shades of Negroni #EFBF99
Tints of Negroni #EFBF99
RGB
CMYK
RGB Variations
Color information
#EFBF99 (or 0xEFBF99) is known color: Negroni. HEX triplet: EF, BF and 99. RGB value is (239,191,153). Sum of RGB (Red+Green+Blue) = 239+191+153=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF99 is #104066. Grayscale: #C9C9C9. Windows color (decimal): -1065063 or 10076143. OLE color: 10076143.
HSL color Cylindrical-coordinate representation of color #EFBF99: hue angle of 26.51º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFBF99 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 153 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.06 |
| HSL | 26.51º | 0.73% | 0.77% | - |
| HSV(B) | 26.51º | 0.36% | 0.94% | - |
| XYZ | 59.98 | 57.91 | 38.15 | - |
| YUV | 201.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 153 | 0 | 0.20 | 0.36 | 0.06 | 26.51 | 0.73 | 0.77 |
| Hex | EF | BF | 99 | 0 | 14 | 24 | 6 | 1B | 49 | 4D |
| Octal | 357 | 277 | 231 | 0 | 24 | 44 | 6 | 33 | 111 | 115 |
| Binary | 11101111 | 10111111 | 10011001 | 0 | 10100 | 100100 | 110 | 11011 | 1001001 | 1001101 |
Color Harmonies of #EFBF99
Complementary color
Monochromatic Colors of #EFBF99
Black with #EFBF99
Text Example
Text Example
White with #EFBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF99; }
p { color: rgb(239,191,153); }
H1.HeaderClassName
{
color: #EFBF99;
}
.AnyTagClassName
{
color: #EFBF99;
}
</style>
background-color css
<style>
a { background-color: #EFBF99; }
a { background-color: rgb(239,191,153); }
div.DivClassName
{
background-color: #EFBF99;
}
.BgClassName
{
background-color: #EFBF99;
}
</style>
border-color css
<style>
span { border-color: #EFBF99; }
span { border-color: rgb(239,191,153); }
td.TdClassName
{
border-color: #EFBF99;
}
.TagClassName
{
border-color: #EFBF99;
}
</style>