Shades of Negroni #EAC3A3
Tints of Negroni #EAC3A3
RGB
CMYK
RGB Variations
Color information
#EAC3A3 (or 0xEAC3A3) is known color: Negroni. HEX triplet: EA, C3 and A3. RGB value is (234,195,163). Sum of RGB (Red+Green+Blue) = 234+195+163=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3A3 is #153C5C. Grayscale: #CBCBCB. Windows color (decimal): -1391709 or 10732522. OLE color: 10732522.
HSL color Cylindrical-coordinate representation of color #EAC3A3: hue angle of 27.04º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAC3A3 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 163 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.08 |
| HSL | 27.04º | 0.63% | 0.78% | - |
| HSV(B) | 27.04º | 0.3% | 0.92% | - |
| XYZ | 60.06 | 59.17 | 42.91 | - |
| YUV | 203.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 163 | 0 | 0.17 | 0.30 | 0.08 | 27.04 | 0.63 | 0.78 |
| Hex | EA | C3 | A3 | 0 | 11 | 1E | 8 | 1B | 3F | 4E |
| Octal | 352 | 303 | 243 | 0 | 21 | 36 | 10 | 33 | 77 | 116 |
| Binary | 11101010 | 11000011 | 10100011 | 0 | 10001 | 11110 | 1000 | 11011 | 111111 | 1001110 |
Color Harmonies of #EAC3A3
Complementary color
Monochromatic Colors of #EAC3A3
Black with #EAC3A3
Text Example
Text Example
White with #EAC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3A3; }
p { color: rgb(234,195,163); }
H1.HeaderClassName
{
color: #EAC3A3;
}
.AnyTagClassName
{
color: #EAC3A3;
}
</style>
background-color css
<style>
a { background-color: #EAC3A3; }
a { background-color: rgb(234,195,163); }
div.DivClassName
{
background-color: #EAC3A3;
}
.BgClassName
{
background-color: #EAC3A3;
}
</style>
border-color css
<style>
span { border-color: #EAC3A3; }
span { border-color: rgb(234,195,163); }
td.TdClassName
{
border-color: #EAC3A3;
}
.TagClassName
{
border-color: #EAC3A3;
}
</style>