Shades of Negroni #EECAA7
Tints of Negroni #EECAA7
RGB
CMYK
RGB Variations
Color information
#EECAA7 (or 0xEECAA7) is known color: Negroni. HEX triplet: EE, CA and A7. RGB value is (238,202,167). Sum of RGB (Red+Green+Blue) = 238+202+167=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA7 is #113558. Grayscale: #D0D0D0. Windows color (decimal): -1127769 or 10996462. OLE color: 10996462.
HSL color Cylindrical-coordinate representation of color #EECAA7: hue angle of 29.58º 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 #EECAA7 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 167 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.07 |
| HSL | 29.58º | 0.68% | 0.79% | - |
| HSV(B) | 29.58º | 0.3% | 0.93% | - |
| XYZ | 63.36 | 63.21 | 45.42 | - |
| YUV | 208.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 167 | 0 | 0.15 | 0.30 | 0.07 | 29.58 | 0.68 | 0.79 |
| Hex | EE | CA | A7 | 0 | F | 1E | 7 | 1E | 44 | 4F |
| Octal | 356 | 312 | 247 | 0 | 17 | 36 | 7 | 36 | 104 | 117 |
| Binary | 11101110 | 11001010 | 10100111 | 0 | 1111 | 11110 | 111 | 11110 | 1000100 | 1001111 |
Color Harmonies of #EECAA7
Complementary color
Monochromatic Colors of #EECAA7
Black with #EECAA7
Text Example
Text Example
White with #EECAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAA7; }
p { color: rgb(238,202,167); }
H1.HeaderClassName
{
color: #EECAA7;
}
.AnyTagClassName
{
color: #EECAA7;
}
</style>
background-color css
<style>
a { background-color: #EECAA7; }
a { background-color: rgb(238,202,167); }
div.DivClassName
{
background-color: #EECAA7;
}
.BgClassName
{
background-color: #EECAA7;
}
</style>
border-color css
<style>
span { border-color: #EECAA7; }
span { border-color: rgb(238,202,167); }
td.TdClassName
{
border-color: #EECAA7;
}
.TagClassName
{
border-color: #EECAA7;
}
</style>