Shades of Negroni #EEBFA2
Tints of Negroni #EEBFA2
RGB
CMYK
RGB Variations
Color information
#EEBFA2 (or 0xEEBFA2) is known color: Negroni. HEX triplet: EE, BF and A2. RGB value is (238,191,162). Sum of RGB (Red+Green+Blue) = 238+191+162=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFA2 is #11405D. Grayscale: #C9C9C9. Windows color (decimal): -1130590 or 10665966. OLE color: 10665966.
HSL color Cylindrical-coordinate representation of color #EEBFA2: hue angle of 22.89º 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 #EEBFA2 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 162 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.07 |
| HSL | 22.89º | 0.69% | 0.78% | - |
| HSV(B) | 22.89º | 0.32% | 0.93% | - |
| XYZ | 60.41 | 58.05 | 42.2 | - |
| YUV | 201.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 162 | 0 | 0.20 | 0.32 | 0.07 | 22.89 | 0.69 | 0.78 |
| Hex | EE | BF | A2 | 0 | 14 | 20 | 7 | 17 | 45 | 4E |
| Octal | 356 | 277 | 242 | 0 | 24 | 40 | 7 | 27 | 105 | 116 |
| Binary | 11101110 | 10111111 | 10100010 | 0 | 10100 | 100000 | 111 | 10111 | 1000101 | 1001110 |
Color Harmonies of #EEBFA2
Complementary color
Monochromatic Colors of #EEBFA2
Black with #EEBFA2
Text Example
Text Example
White with #EEBFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFA2; }
p { color: rgb(238,191,162); }
H1.HeaderClassName
{
color: #EEBFA2;
}
.AnyTagClassName
{
color: #EEBFA2;
}
</style>
background-color css
<style>
a { background-color: #EEBFA2; }
a { background-color: rgb(238,191,162); }
div.DivClassName
{
background-color: #EEBFA2;
}
.BgClassName
{
background-color: #EEBFA2;
}
</style>
border-color css
<style>
span { border-color: #EEBFA2; }
span { border-color: rgb(238,191,162); }
td.TdClassName
{
border-color: #EEBFA2;
}
.TagClassName
{
border-color: #EEBFA2;
}
</style>