Shades of Negroni #EBC9A3
Tints of Negroni #EBC9A3
RGB
CMYK
RGB Variations
Color information
#EBC9A3 (or 0xEBC9A3) is known color: Negroni. HEX triplet: EB, C9 and A3. RGB value is (235,201,163). Sum of RGB (Red+Green+Blue) = 235+201+163=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A3 is #14365C. Grayscale: #CFCFCF. Windows color (decimal): -1324637 or 10734059. OLE color: 10734059.
HSL color Cylindrical-coordinate representation of color #EBC9A3: hue angle of 31.67º degrees, saturation: 0.64, 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 #EBC9A3 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 163 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.08 |
| HSL | 31.67º | 0.64% | 0.78% | - |
| HSV(B) | 31.67º | 0.31% | 0.92% | - |
| XYZ | 61.76 | 62.08 | 43.38 | - |
| YUV | 206.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 163 | 0 | 0.14 | 0.31 | 0.08 | 31.67 | 0.64 | 0.78 |
| Hex | EB | C9 | A3 | 0 | E | 1F | 8 | 20 | 40 | 4E |
| Octal | 353 | 311 | 243 | 0 | 16 | 37 | 10 | 40 | 100 | 116 |
| Binary | 11101011 | 11001001 | 10100011 | 0 | 1110 | 11111 | 1000 | 100000 | 1000000 | 1001110 |
Color Harmonies of #EBC9A3
Complementary color
Monochromatic Colors of #EBC9A3
Black with #EBC9A3
Text Example
Text Example
White with #EBC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9A3; }
p { color: rgb(235,201,163); }
H1.HeaderClassName
{
color: #EBC9A3;
}
.AnyTagClassName
{
color: #EBC9A3;
}
</style>
background-color css
<style>
a { background-color: #EBC9A3; }
a { background-color: rgb(235,201,163); }
div.DivClassName
{
background-color: #EBC9A3;
}
.BgClassName
{
background-color: #EBC9A3;
}
</style>
border-color css
<style>
span { border-color: #EBC9A3; }
span { border-color: rgb(235,201,163); }
td.TdClassName
{
border-color: #EBC9A3;
}
.TagClassName
{
border-color: #EBC9A3;
}
</style>