Shades of Negroni #EEBFA0
Tints of Negroni #EEBFA0
RGB
CMYK
RGB Variations
Color information
#EEBFA0 (or 0xEEBFA0) is known color: Negroni. HEX triplet: EE, BF and A0. RGB value is (238,191,160). Sum of RGB (Red+Green+Blue) = 238+191+160=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFA0 is #11405F. Grayscale: #C9C9C9. Windows color (decimal): -1130592 or 10534894. OLE color: 10534894.
HSL color Cylindrical-coordinate representation of color #EEBFA0: hue angle of 23.85º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBFA0 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 160 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.07 |
| HSL | 23.85º | 0.7% | 0.78% | - |
| HSV(B) | 23.85º | 0.33% | 0.93% | - |
| XYZ | 60.24 | 57.98 | 41.27 | - |
| YUV | 201.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 160 | 0 | 0.20 | 0.33 | 0.07 | 23.85 | 0.7 | 0.78 |
| Hex | EE | BF | A0 | 0 | 14 | 21 | 7 | 18 | 46 | 4E |
| Octal | 356 | 277 | 240 | 0 | 24 | 41 | 7 | 30 | 106 | 116 |
| Binary | 11101110 | 10111111 | 10100000 | 0 | 10100 | 100001 | 111 | 11000 | 1000110 | 1001110 |
Color Harmonies of #EEBFA0
Complementary color
Monochromatic Colors of #EEBFA0
Black with #EEBFA0
Text Example
Text Example
White with #EEBFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFA0; }
p { color: rgb(238,191,160); }
H1.HeaderClassName
{
color: #EEBFA0;
}
.AnyTagClassName
{
color: #EEBFA0;
}
</style>
background-color css
<style>
a { background-color: #EEBFA0; }
a { background-color: rgb(238,191,160); }
div.DivClassName
{
background-color: #EEBFA0;
}
.BgClassName
{
background-color: #EEBFA0;
}
</style>
border-color css
<style>
span { border-color: #EEBFA0; }
span { border-color: rgb(238,191,160); }
td.TdClassName
{
border-color: #EEBFA0;
}
.TagClassName
{
border-color: #EEBFA0;
}
</style>