Shades of Negroni #EECAA1
Tints of Negroni #EECAA1
RGB
CMYK
RGB Variations
Color information
#EECAA1 (or 0xEECAA1) is known color: Negroni. HEX triplet: EE, CA and A1. RGB value is (238,202,161). Sum of RGB (Red+Green+Blue) = 238+202+161=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA1 is #11355E. Grayscale: #D0D0D0. Windows color (decimal): -1127775 or 10603246. OLE color: 10603246.
HSL color Cylindrical-coordinate representation of color #EECAA1: hue angle of 31.95º 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 #EECAA1 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 161 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.07 |
| HSL | 31.95º | 0.69% | 0.78% | - |
| HSV(B) | 31.95º | 0.32% | 0.93% | - |
| XYZ | 62.81 | 62.99 | 42.57 | - |
| YUV | 208.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 161 | 0 | 0.15 | 0.32 | 0.07 | 31.95 | 0.69 | 0.78 |
| Hex | EE | CA | A1 | 0 | F | 20 | 7 | 20 | 45 | 4E |
| Octal | 356 | 312 | 241 | 0 | 17 | 40 | 7 | 40 | 105 | 116 |
| Binary | 11101110 | 11001010 | 10100001 | 0 | 1111 | 100000 | 111 | 100000 | 1000101 | 1001110 |
Color Harmonies of #EECAA1
Complementary color
Monochromatic Colors of #EECAA1
Black with #EECAA1
Text Example
Text Example
White with #EECAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAA1; }
p { color: rgb(238,202,161); }
H1.HeaderClassName
{
color: #EECAA1;
}
.AnyTagClassName
{
color: #EECAA1;
}
</style>
background-color css
<style>
a { background-color: #EECAA1; }
a { background-color: rgb(238,202,161); }
div.DivClassName
{
background-color: #EECAA1;
}
.BgClassName
{
background-color: #EECAA1;
}
</style>
border-color css
<style>
span { border-color: #EECAA1; }
span { border-color: rgb(238,202,161); }
td.TdClassName
{
border-color: #EECAA1;
}
.TagClassName
{
border-color: #EECAA1;
}
</style>