Shades of Negroni #EBC4A5
Tints of Negroni #EBC4A5
RGB
CMYK
RGB Variations
Color information
#EBC4A5 (or 0xEBC4A5) is known color: Negroni. HEX triplet: EB, C4 and A5. RGB value is (235,196,165). Sum of RGB (Red+Green+Blue) = 235+196+165=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4A5 is #143B5A. Grayscale: #CCCCCC. Windows color (decimal): -1325915 or 10863851. OLE color: 10863851.
HSL color Cylindrical-coordinate representation of color #EBC4A5: hue angle of 26.57º 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 #EBC4A5 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 165 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.08 |
| HSL | 26.57º | 0.64% | 0.78% | - |
| HSV(B) | 26.57º | 0.3% | 0.92% | - |
| XYZ | 60.79 | 59.86 | 43.95 | - |
| YUV | 204.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 165 | 0 | 0.17 | 0.30 | 0.08 | 26.57 | 0.64 | 0.78 |
| Hex | EB | C4 | A5 | 0 | 11 | 1E | 8 | 1B | 40 | 4E |
| Octal | 353 | 304 | 245 | 0 | 21 | 36 | 10 | 33 | 100 | 116 |
| Binary | 11101011 | 11000100 | 10100101 | 0 | 10001 | 11110 | 1000 | 11011 | 1000000 | 1001110 |
Color Harmonies of #EBC4A5
Complementary color
Monochromatic Colors of #EBC4A5
Black with #EBC4A5
Text Example
Text Example
White with #EBC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4A5; }
p { color: rgb(235,196,165); }
H1.HeaderClassName
{
color: #EBC4A5;
}
.AnyTagClassName
{
color: #EBC4A5;
}
</style>
background-color css
<style>
a { background-color: #EBC4A5; }
a { background-color: rgb(235,196,165); }
div.DivClassName
{
background-color: #EBC4A5;
}
.BgClassName
{
background-color: #EBC4A5;
}
</style>
border-color css
<style>
span { border-color: #EBC4A5; }
span { border-color: rgb(235,196,165); }
td.TdClassName
{
border-color: #EBC4A5;
}
.TagClassName
{
border-color: #EBC4A5;
}
</style>