Shades of Negroni #EACBAA
Tints of Negroni #EACBAA
RGB
CMYK
RGB Variations
Color information
#EACBAA (or 0xEACBAA) is known color: Negroni. HEX triplet: EA, CB and AA. RGB value is (234,203,170). Sum of RGB (Red+Green+Blue) = 234+203+170=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBAA is #153455. Grayscale: #D0D0D0. Windows color (decimal): -1389654 or 11193322. OLE color: 11193322.
HSL color Cylindrical-coordinate representation of color #EACBAA: hue angle of 30.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACBAA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 170 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.08 |
| HSL | 30.94º | 0.6% | 0.79% | - |
| HSV(B) | 30.94º | 0.27% | 0.92% | - |
| XYZ | 62.54 | 63.11 | 46.91 | - |
| YUV | 208.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 170 | 0 | 0.13 | 0.27 | 0.08 | 30.94 | 0.6 | 0.79 |
| Hex | EA | CB | AA | 0 | D | 1B | 8 | 1F | 3C | 4F |
| Octal | 352 | 313 | 252 | 0 | 15 | 33 | 10 | 37 | 74 | 117 |
| Binary | 11101010 | 11001011 | 10101010 | 0 | 1101 | 11011 | 1000 | 11111 | 111100 | 1001111 |
Color Harmonies of #EACBAA
Complementary color
Monochromatic Colors of #EACBAA
Black with #EACBAA
Text Example
Text Example
White with #EACBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBAA; }
p { color: rgb(234,203,170); }
H1.HeaderClassName
{
color: #EACBAA;
}
.AnyTagClassName
{
color: #EACBAA;
}
</style>
background-color css
<style>
a { background-color: #EACBAA; }
a { background-color: rgb(234,203,170); }
div.DivClassName
{
background-color: #EACBAA;
}
.BgClassName
{
background-color: #EACBAA;
}
</style>
border-color css
<style>
span { border-color: #EACBAA; }
span { border-color: rgb(234,203,170); }
td.TdClassName
{
border-color: #EACBAA;
}
.TagClassName
{
border-color: #EACBAA;
}
</style>