Shades of Negroni #EACBA7
Tints of Negroni #EACBA7
RGB
CMYK
RGB Variations
Color information
#EACBA7 (or 0xEACBA7) is known color: Negroni. HEX triplet: EA, CB and A7. RGB value is (234,203,167). Sum of RGB (Red+Green+Blue) = 234+203+167=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBA7 is #153458. Grayscale: #D0D0D0. Windows color (decimal): -1389657 or 10996714. OLE color: 10996714.
HSL color Cylindrical-coordinate representation of color #EACBA7: hue angle of 32.24º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACBA7 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 167 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.08 |
| HSL | 32.24º | 0.61% | 0.79% | - |
| HSV(B) | 32.24º | 0.29% | 0.92% | - |
| XYZ | 62.26 | 62.99 | 45.44 | - |
| YUV | 208.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 167 | 0 | 0.13 | 0.29 | 0.08 | 32.24 | 0.61 | 0.79 |
| Hex | EA | CB | A7 | 0 | D | 1D | 8 | 20 | 3D | 4F |
| Octal | 352 | 313 | 247 | 0 | 15 | 35 | 10 | 40 | 75 | 117 |
| Binary | 11101010 | 11001011 | 10100111 | 0 | 1101 | 11101 | 1000 | 100000 | 111101 | 1001111 |
Color Harmonies of #EACBA7
Complementary color
Monochromatic Colors of #EACBA7
Black with #EACBA7
Text Example
Text Example
White with #EACBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBA7; }
p { color: rgb(234,203,167); }
H1.HeaderClassName
{
color: #EACBA7;
}
.AnyTagClassName
{
color: #EACBA7;
}
</style>
background-color css
<style>
a { background-color: #EACBA7; }
a { background-color: rgb(234,203,167); }
div.DivClassName
{
background-color: #EACBA7;
}
.BgClassName
{
background-color: #EACBA7;
}
</style>
border-color css
<style>
span { border-color: #EACBA7; }
span { border-color: rgb(234,203,167); }
td.TdClassName
{
border-color: #EACBA7;
}
.TagClassName
{
border-color: #EACBA7;
}
</style>