Shades of Negroni #EBC9A8
Tints of Negroni #EBC9A8
RGB
CMYK
RGB Variations
Color information
#EBC9A8 (or 0xEBC9A8) is known color: Negroni. HEX triplet: EB, C9 and A8. RGB value is (235,201,168). Sum of RGB (Red+Green+Blue) = 235+201+168=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A8 is #143657. Grayscale: #CFCFCF. Windows color (decimal): -1324632 or 11061739. OLE color: 11061739.
HSL color Cylindrical-coordinate representation of color #EBC9A8: hue angle of 29.55º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBC9A8 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 168 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.08 |
| HSL | 29.55º | 0.63% | 0.79% | - |
| HSV(B) | 29.55º | 0.29% | 0.92% | - |
| XYZ | 62.22 | 62.26 | 45.78 | - |
| YUV | 207.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 168 | 0 | 0.14 | 0.29 | 0.08 | 29.55 | 0.63 | 0.79 |
| Hex | EB | C9 | A8 | 0 | E | 1D | 8 | 1E | 3F | 4F |
| Octal | 353 | 311 | 250 | 0 | 16 | 35 | 10 | 36 | 77 | 117 |
| Binary | 11101011 | 11001001 | 10101000 | 0 | 1110 | 11101 | 1000 | 11110 | 111111 | 1001111 |
Color Harmonies of #EBC9A8
Complementary color
Monochromatic Colors of #EBC9A8
Black with #EBC9A8
Text Example
Text Example
White with #EBC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9A8; }
p { color: rgb(235,201,168); }
H1.HeaderClassName
{
color: #EBC9A8;
}
.AnyTagClassName
{
color: #EBC9A8;
}
</style>
background-color css
<style>
a { background-color: #EBC9A8; }
a { background-color: rgb(235,201,168); }
div.DivClassName
{
background-color: #EBC9A8;
}
.BgClassName
{
background-color: #EBC9A8;
}
</style>
border-color css
<style>
span { border-color: #EBC9A8; }
span { border-color: rgb(235,201,168); }
td.TdClassName
{
border-color: #EBC9A8;
}
.TagClassName
{
border-color: #EBC9A8;
}
</style>