Shades of Negroni #EECAA3
Tints of Negroni #EECAA3
RGB
CMYK
RGB Variations
Color information
#EECAA3 (or 0xEECAA3) is known color: Negroni. HEX triplet: EE, CA and A3. RGB value is (238,202,163). Sum of RGB (Red+Green+Blue) = 238+202+163=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA3 is #11355C. Grayscale: #D0D0D0. Windows color (decimal): -1127773 or 10734318. OLE color: 10734318.
HSL color Cylindrical-coordinate representation of color #EECAA3: hue angle of 31.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EECAA3 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 163 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.07 |
| HSL | 31.2º | 0.69% | 0.79% | - |
| HSV(B) | 31.2º | 0.32% | 0.93% | - |
| XYZ | 62.99 | 63.06 | 43.5 | - |
| YUV | 208.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 163 | 0 | 0.15 | 0.32 | 0.07 | 31.2 | 0.69 | 0.79 |
| Hex | EE | CA | A3 | 0 | F | 20 | 7 | 1F | 45 | 4F |
| Octal | 356 | 312 | 243 | 0 | 17 | 40 | 7 | 37 | 105 | 117 |
| Binary | 11101110 | 11001010 | 10100011 | 0 | 1111 | 100000 | 111 | 11111 | 1000101 | 1001111 |
Color Harmonies of #EECAA3
Complementary color
Monochromatic Colors of #EECAA3
Black with #EECAA3
Text Example
Text Example
White with #EECAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAA3; }
p { color: rgb(238,202,163); }
H1.HeaderClassName
{
color: #EECAA3;
}
.AnyTagClassName
{
color: #EECAA3;
}
</style>
background-color css
<style>
a { background-color: #EECAA3; }
a { background-color: rgb(238,202,163); }
div.DivClassName
{
background-color: #EECAA3;
}
.BgClassName
{
background-color: #EECAA3;
}
</style>
border-color css
<style>
span { border-color: #EECAA3; }
span { border-color: rgb(238,202,163); }
td.TdClassName
{
border-color: #EECAA3;
}
.TagClassName
{
border-color: #EECAA3;
}
</style>