Shades of Negroni #EBC1A2
Tints of Negroni #EBC1A2
RGB
CMYK
RGB Variations
Color information
#EBC1A2 (or 0xEBC1A2) is known color: Negroni. HEX triplet: EB, C1 and A2. RGB value is (235,193,162). Sum of RGB (Red+Green+Blue) = 235+193+162=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1A2 is #143E5D. Grayscale: #CACACA. Windows color (decimal): -1326686 or 10666475. OLE color: 10666475.
HSL color Cylindrical-coordinate representation of color #EBC1A2: hue angle of 25.48º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBC1A2 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 162 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.08 |
| HSL | 25.48º | 0.65% | 0.78% | - |
| HSV(B) | 25.48º | 0.31% | 0.92% | - |
| XYZ | 59.85 | 58.41 | 42.3 | - |
| YUV | 202.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 162 | 0 | 0.18 | 0.31 | 0.08 | 25.48 | 0.65 | 0.78 |
| Hex | EB | C1 | A2 | 0 | 12 | 1F | 8 | 19 | 41 | 4E |
| Octal | 353 | 301 | 242 | 0 | 22 | 37 | 10 | 31 | 101 | 116 |
| Binary | 11101011 | 11000001 | 10100010 | 0 | 10010 | 11111 | 1000 | 11001 | 1000001 | 1001110 |
Color Harmonies of #EBC1A2
Complementary color
Monochromatic Colors of #EBC1A2
Black with #EBC1A2
Text Example
Text Example
White with #EBC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1A2; }
p { color: rgb(235,193,162); }
H1.HeaderClassName
{
color: #EBC1A2;
}
.AnyTagClassName
{
color: #EBC1A2;
}
</style>
background-color css
<style>
a { background-color: #EBC1A2; }
a { background-color: rgb(235,193,162); }
div.DivClassName
{
background-color: #EBC1A2;
}
.BgClassName
{
background-color: #EBC1A2;
}
</style>
border-color css
<style>
span { border-color: #EBC1A2; }
span { border-color: rgb(235,193,162); }
td.TdClassName
{
border-color: #EBC1A2;
}
.TagClassName
{
border-color: #EBC1A2;
}
</style>