Shades of Negroni #EACAA6
Tints of Negroni #EACAA6
RGB
CMYK
RGB Variations
Color information
#EACAA6 (or 0xEACAA6) is known color: Negroni. HEX triplet: EA, CA and A6. RGB value is (234,202,166). Sum of RGB (Red+Green+Blue) = 234+202+166=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACAA6 is #153559. Grayscale: #CFCFCF. Windows color (decimal): -1389914 or 10930922. OLE color: 10930922.
HSL color Cylindrical-coordinate representation of color #EACAA6: hue angle of 31.76º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACAA6 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 166 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.08 |
| HSL | 31.76º | 0.62% | 0.78% | - |
| HSV(B) | 31.76º | 0.29% | 0.92% | - |
| XYZ | 61.94 | 62.49 | 44.87 | - |
| YUV | 207.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 166 | 0 | 0.14 | 0.29 | 0.08 | 31.76 | 0.62 | 0.78 |
| Hex | EA | CA | A6 | 0 | E | 1D | 8 | 20 | 3E | 4E |
| Octal | 352 | 312 | 246 | 0 | 16 | 35 | 10 | 40 | 76 | 116 |
| Binary | 11101010 | 11001010 | 10100110 | 0 | 1110 | 11101 | 1000 | 100000 | 111110 | 1001110 |
Color Harmonies of #EACAA6
Complementary color
Monochromatic Colors of #EACAA6
Black with #EACAA6
Text Example
Text Example
White with #EACAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAA6; }
p { color: rgb(234,202,166); }
H1.HeaderClassName
{
color: #EACAA6;
}
.AnyTagClassName
{
color: #EACAA6;
}
</style>
background-color css
<style>
a { background-color: #EACAA6; }
a { background-color: rgb(234,202,166); }
div.DivClassName
{
background-color: #EACAA6;
}
.BgClassName
{
background-color: #EACAA6;
}
</style>
border-color css
<style>
span { border-color: #EACAA6; }
span { border-color: rgb(234,202,166); }
td.TdClassName
{
border-color: #EACAA6;
}
.TagClassName
{
border-color: #EACAA6;
}
</style>