Shades of Negroni #EECAA6
Tints of Negroni #EECAA6
RGB
CMYK
RGB Variations
Color information
#EECAA6 (or 0xEECAA6) is known color: Negroni. HEX triplet: EE, CA and A6. RGB value is (238,202,166). Sum of RGB (Red+Green+Blue) = 238+202+166=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA6 is #113559. Grayscale: #D0D0D0. Windows color (decimal): -1127770 or 10930926. OLE color: 10930926.
HSL color Cylindrical-coordinate representation of color #EECAA6: hue angle of 30º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EECAA6 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 166 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.07 |
| HSL | 30º | 0.68% | 0.79% | - |
| HSV(B) | 30º | 0.3% | 0.93% | - |
| XYZ | 63.26 | 63.17 | 44.94 | - |
| YUV | 208.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 166 | 0 | 0.15 | 0.30 | 0.07 | 30 | 0.68 | 0.79 |
| Hex | EE | CA | A6 | 0 | F | 1E | 7 | 1E | 44 | 4F |
| Octal | 356 | 312 | 246 | 0 | 17 | 36 | 7 | 36 | 104 | 117 |
| Binary | 11101110 | 11001010 | 10100110 | 0 | 1111 | 11110 | 111 | 11110 | 1000100 | 1001111 |
Color Harmonies of #EECAA6
Complementary color
Monochromatic Colors of #EECAA6
Black with #EECAA6
Text Example
Text Example
White with #EECAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAA6; }
p { color: rgb(238,202,166); }
H1.HeaderClassName
{
color: #EECAA6;
}
.AnyTagClassName
{
color: #EECAA6;
}
</style>
background-color css
<style>
a { background-color: #EECAA6; }
a { background-color: rgb(238,202,166); }
div.DivClassName
{
background-color: #EECAA6;
}
.BgClassName
{
background-color: #EECAA6;
}
</style>
border-color css
<style>
span { border-color: #EECAA6; }
span { border-color: rgb(238,202,166); }
td.TdClassName
{
border-color: #EECAA6;
}
.TagClassName
{
border-color: #EECAA6;
}
</style>