Shades of Negroni #EBC3A4
Tints of Negroni #EBC3A4
RGB
CMYK
RGB Variations
Color information
#EBC3A4 (or 0xEBC3A4) is known color: Negroni. HEX triplet: EB, C3 and A4. RGB value is (235,195,164). Sum of RGB (Red+Green+Blue) = 235+195+164=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3A4 is #143C5B. Grayscale: #CBCBCB. Windows color (decimal): -1326172 or 10798059. OLE color: 10798059.
HSL color Cylindrical-coordinate representation of color #EBC3A4: hue angle of 26.2º degrees, saturation: 0.64, 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 #EBC3A4 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 164 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.08 |
| HSL | 26.2º | 0.64% | 0.78% | - |
| HSV(B) | 26.2º | 0.3% | 0.92% | - |
| XYZ | 60.48 | 59.37 | 43.39 | - |
| YUV | 203.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 164 | 0 | 0.17 | 0.30 | 0.08 | 26.2 | 0.64 | 0.78 |
| Hex | EB | C3 | A4 | 0 | 11 | 1E | 8 | 1A | 40 | 4E |
| Octal | 353 | 303 | 244 | 0 | 21 | 36 | 10 | 32 | 100 | 116 |
| Binary | 11101011 | 11000011 | 10100100 | 0 | 10001 | 11110 | 1000 | 11010 | 1000000 | 1001110 |
Color Harmonies of #EBC3A4
Complementary color
Monochromatic Colors of #EBC3A4
Black with #EBC3A4
Text Example
Text Example
White with #EBC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3A4; }
p { color: rgb(235,195,164); }
H1.HeaderClassName
{
color: #EBC3A4;
}
.AnyTagClassName
{
color: #EBC3A4;
}
</style>
background-color css
<style>
a { background-color: #EBC3A4; }
a { background-color: rgb(235,195,164); }
div.DivClassName
{
background-color: #EBC3A4;
}
.BgClassName
{
background-color: #EBC3A4;
}
</style>
border-color css
<style>
span { border-color: #EBC3A4; }
span { border-color: rgb(235,195,164); }
td.TdClassName
{
border-color: #EBC3A4;
}
.TagClassName
{
border-color: #EBC3A4;
}
</style>