Shades of Negroni #EEBFA1
Tints of Negroni #EEBFA1
RGB
CMYK
RGB Variations
Color information
#EEBFA1 (or 0xEEBFA1) is known color: Negroni. HEX triplet: EE, BF and A1. RGB value is (238,191,161). Sum of RGB (Red+Green+Blue) = 238+191+161=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFA1 is #11405E. Grayscale: #C9C9C9. Windows color (decimal): -1130591 or 10600430. OLE color: 10600430.
HSL color Cylindrical-coordinate representation of color #EEBFA1: hue angle of 23.38º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEBFA1 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 161 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.07 |
| HSL | 23.38º | 0.69% | 0.78% | - |
| HSV(B) | 23.38º | 0.32% | 0.93% | - |
| XYZ | 60.32 | 58.01 | 41.74 | - |
| YUV | 201.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 161 | 0 | 0.20 | 0.32 | 0.07 | 23.38 | 0.69 | 0.78 |
| Hex | EE | BF | A1 | 0 | 14 | 20 | 7 | 17 | 45 | 4E |
| Octal | 356 | 277 | 241 | 0 | 24 | 40 | 7 | 27 | 105 | 116 |
| Binary | 11101110 | 10111111 | 10100001 | 0 | 10100 | 100000 | 111 | 10111 | 1000101 | 1001110 |
Color Harmonies of #EEBFA1
Complementary color
Monochromatic Colors of #EEBFA1
Black with #EEBFA1
Text Example
Text Example
White with #EEBFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFA1; }
p { color: rgb(238,191,161); }
H1.HeaderClassName
{
color: #EEBFA1;
}
.AnyTagClassName
{
color: #EEBFA1;
}
</style>
background-color css
<style>
a { background-color: #EEBFA1; }
a { background-color: rgb(238,191,161); }
div.DivClassName
{
background-color: #EEBFA1;
}
.BgClassName
{
background-color: #EEBFA1;
}
</style>
border-color css
<style>
span { border-color: #EEBFA1; }
span { border-color: rgb(238,191,161); }
td.TdClassName
{
border-color: #EEBFA1;
}
.TagClassName
{
border-color: #EEBFA1;
}
</style>