Shades of Negroni #EBC9A5
Tints of Negroni #EBC9A5
RGB
CMYK
RGB Variations
Color information
#EBC9A5 (or 0xEBC9A5) is known color: Negroni. HEX triplet: EB, C9 and A5. RGB value is (235,201,165). Sum of RGB (Red+Green+Blue) = 235+201+165=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A5 is #14365A. Grayscale: #CFCFCF. Windows color (decimal): -1324635 or 10865131. OLE color: 10865131.
HSL color Cylindrical-coordinate representation of color #EBC9A5: hue angle of 30.86º 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 #EBC9A5 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 165 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.08 |
| HSL | 30.86º | 0.64% | 0.78% | - |
| HSV(B) | 30.86º | 0.3% | 0.92% | - |
| XYZ | 61.94 | 62.15 | 44.33 | - |
| YUV | 207.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 165 | 0 | 0.14 | 0.30 | 0.08 | 30.86 | 0.64 | 0.78 |
| Hex | EB | C9 | A5 | 0 | E | 1E | 8 | 1F | 40 | 4E |
| Octal | 353 | 311 | 245 | 0 | 16 | 36 | 10 | 37 | 100 | 116 |
| Binary | 11101011 | 11001001 | 10100101 | 0 | 1110 | 11110 | 1000 | 11111 | 1000000 | 1001110 |
Color Harmonies of #EBC9A5
Complementary color
Monochromatic Colors of #EBC9A5
Black with #EBC9A5
Text Example
Text Example
White with #EBC9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9A5; }
p { color: rgb(235,201,165); }
H1.HeaderClassName
{
color: #EBC9A5;
}
.AnyTagClassName
{
color: #EBC9A5;
}
</style>
background-color css
<style>
a { background-color: #EBC9A5; }
a { background-color: rgb(235,201,165); }
div.DivClassName
{
background-color: #EBC9A5;
}
.BgClassName
{
background-color: #EBC9A5;
}
</style>
border-color css
<style>
span { border-color: #EBC9A5; }
span { border-color: rgb(235,201,165); }
td.TdClassName
{
border-color: #EBC9A5;
}
.TagClassName
{
border-color: #EBC9A5;
}
</style>