Shades of Negroni #EEBEA1
Tints of Negroni #EEBEA1
RGB
CMYK
RGB Variations
Color information
#EEBEA1 (or 0xEEBEA1) is known color: Negroni. HEX triplet: EE, BE and A1. RGB value is (238,190,161). Sum of RGB (Red+Green+Blue) = 238+190+161=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEA1 is #11415E. Grayscale: #C9C9C9. Windows color (decimal): -1130847 or 10600174. OLE color: 10600174.
HSL color Cylindrical-coordinate representation of color #EEBEA1: hue angle of 22.6º 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 #EEBEA1 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 161 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.07 |
| HSL | 22.6º | 0.69% | 0.78% | - |
| HSV(B) | 22.6º | 0.32% | 0.93% | - |
| XYZ | 60.11 | 57.58 | 41.66 | - |
| YUV | 201.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 161 | 0 | 0.20 | 0.32 | 0.07 | 22.6 | 0.69 | 0.78 |
| Hex | EE | BE | A1 | 0 | 14 | 20 | 7 | 17 | 45 | 4E |
| Octal | 356 | 276 | 241 | 0 | 24 | 40 | 7 | 27 | 105 | 116 |
| Binary | 11101110 | 10111110 | 10100001 | 0 | 10100 | 100000 | 111 | 10111 | 1000101 | 1001110 |
Color Harmonies of #EEBEA1
Complementary color
Monochromatic Colors of #EEBEA1
Black with #EEBEA1
Text Example
Text Example
White with #EEBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEA1; }
p { color: rgb(238,190,161); }
H1.HeaderClassName
{
color: #EEBEA1;
}
.AnyTagClassName
{
color: #EEBEA1;
}
</style>
background-color css
<style>
a { background-color: #EEBEA1; }
a { background-color: rgb(238,190,161); }
div.DivClassName
{
background-color: #EEBEA1;
}
.BgClassName
{
background-color: #EEBEA1;
}
</style>
border-color css
<style>
span { border-color: #EEBEA1; }
span { border-color: rgb(238,190,161); }
td.TdClassName
{
border-color: #EEBEA1;
}
.TagClassName
{
border-color: #EEBEA1;
}
</style>