Shades of Negroni #EEBEA2
Tints of Negroni #EEBEA2
RGB
CMYK
RGB Variations
Color information
#EEBEA2 (or 0xEEBEA2) is known color: Negroni. HEX triplet: EE, BE and A2. RGB value is (238,190,162). Sum of RGB (Red+Green+Blue) = 238+190+162=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEA2 is #11415D. Grayscale: #C9C9C9. Windows color (decimal): -1130846 or 10665710. OLE color: 10665710.
HSL color Cylindrical-coordinate representation of color #EEBEA2: hue angle of 22.11º 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 #EEBEA2 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 162 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.07 |
| HSL | 22.11º | 0.69% | 0.78% | - |
| HSV(B) | 22.11º | 0.32% | 0.93% | - |
| XYZ | 60.19 | 57.61 | 42.13 | - |
| YUV | 201.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 162 | 0 | 0.20 | 0.32 | 0.07 | 22.11 | 0.69 | 0.78 |
| Hex | EE | BE | A2 | 0 | 14 | 20 | 7 | 16 | 45 | 4E |
| Octal | 356 | 276 | 242 | 0 | 24 | 40 | 7 | 26 | 105 | 116 |
| Binary | 11101110 | 10111110 | 10100010 | 0 | 10100 | 100000 | 111 | 10110 | 1000101 | 1001110 |
Color Harmonies of #EEBEA2
Complementary color
Monochromatic Colors of #EEBEA2
Black with #EEBEA2
Text Example
Text Example
White with #EEBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEA2; }
p { color: rgb(238,190,162); }
H1.HeaderClassName
{
color: #EEBEA2;
}
.AnyTagClassName
{
color: #EEBEA2;
}
</style>
background-color css
<style>
a { background-color: #EEBEA2; }
a { background-color: rgb(238,190,162); }
div.DivClassName
{
background-color: #EEBEA2;
}
.BgClassName
{
background-color: #EEBEA2;
}
</style>
border-color css
<style>
span { border-color: #EEBEA2; }
span { border-color: rgb(238,190,162); }
td.TdClassName
{
border-color: #EEBEA2;
}
.TagClassName
{
border-color: #EEBEA2;
}
</style>