Shades of Negroni #EACBA8
Tints of Negroni #EACBA8
RGB
CMYK
RGB Variations
Color information
#EACBA8 (or 0xEACBA8) is known color: Negroni. HEX triplet: EA, CB and A8. RGB value is (234,203,168). Sum of RGB (Red+Green+Blue) = 234+203+168=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBA8 is #153457. Grayscale: #D0D0D0. Windows color (decimal): -1389656 or 11062250. OLE color: 11062250.
HSL color Cylindrical-coordinate representation of color #EACBA8: hue angle of 31.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EACBA8 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 168 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.08 |
| HSL | 31.82º | 0.61% | 0.79% | - |
| HSV(B) | 31.82º | 0.28% | 0.92% | - |
| XYZ | 62.36 | 63.03 | 45.93 | - |
| YUV | 208.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 168 | 0 | 0.13 | 0.28 | 0.08 | 31.82 | 0.61 | 0.79 |
| Hex | EA | CB | A8 | 0 | D | 1C | 8 | 20 | 3D | 4F |
| Octal | 352 | 313 | 250 | 0 | 15 | 34 | 10 | 40 | 75 | 117 |
| Binary | 11101010 | 11001011 | 10101000 | 0 | 1101 | 11100 | 1000 | 100000 | 111101 | 1001111 |
Color Harmonies of #EACBA8
Complementary color
Monochromatic Colors of #EACBA8
Black with #EACBA8
Text Example
Text Example
White with #EACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBA8; }
p { color: rgb(234,203,168); }
H1.HeaderClassName
{
color: #EACBA8;
}
.AnyTagClassName
{
color: #EACBA8;
}
</style>
background-color css
<style>
a { background-color: #EACBA8; }
a { background-color: rgb(234,203,168); }
div.DivClassName
{
background-color: #EACBA8;
}
.BgClassName
{
background-color: #EACBA8;
}
</style>
border-color css
<style>
span { border-color: #EACBA8; }
span { border-color: rgb(234,203,168); }
td.TdClassName
{
border-color: #EACBA8;
}
.TagClassName
{
border-color: #EACBA8;
}
</style>