Shades of Negroni #EEBF9D
Tints of Negroni #EEBF9D
RGB
CMYK
RGB Variations
Color information
#EEBF9D (or 0xEEBF9D) is known color: Negroni. HEX triplet: EE, BF and 9D. RGB value is (238,191,157). Sum of RGB (Red+Green+Blue) = 238+191+157=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF9D is #114062. Grayscale: #C9C9C9. Windows color (decimal): -1130595 or 10338286. OLE color: 10338286.
HSL color Cylindrical-coordinate representation of color #EEBF9D: hue angle of 25.19º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEBF9D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 157 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.07 |
| HSL | 25.19º | 0.7% | 0.77% | - |
| HSV(B) | 25.19º | 0.34% | 0.93% | - |
| XYZ | 59.98 | 57.87 | 39.91 | - |
| YUV | 201.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 157 | 0 | 0.20 | 0.34 | 0.07 | 25.19 | 0.7 | 0.77 |
| Hex | EE | BF | 9D | 0 | 14 | 22 | 7 | 19 | 46 | 4D |
| Octal | 356 | 277 | 235 | 0 | 24 | 42 | 7 | 31 | 106 | 115 |
| Binary | 11101110 | 10111111 | 10011101 | 0 | 10100 | 100010 | 111 | 11001 | 1000110 | 1001101 |
Color Harmonies of #EEBF9D
Complementary color
Monochromatic Colors of #EEBF9D
Black with #EEBF9D
Text Example
Text Example
White with #EEBF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF9D; }
p { color: rgb(238,191,157); }
H1.HeaderClassName
{
color: #EEBF9D;
}
.AnyTagClassName
{
color: #EEBF9D;
}
</style>
background-color css
<style>
a { background-color: #EEBF9D; }
a { background-color: rgb(238,191,157); }
div.DivClassName
{
background-color: #EEBF9D;
}
.BgClassName
{
background-color: #EEBF9D;
}
</style>
border-color css
<style>
span { border-color: #EEBF9D; }
span { border-color: rgb(238,191,157); }
td.TdClassName
{
border-color: #EEBF9D;
}
.TagClassName
{
border-color: #EEBF9D;
}
</style>