Shades of Negroni #EBC8A8
Tints of Negroni #EBC8A8
RGB
CMYK
RGB Variations
Color information
#EBC8A8 (or 0xEBC8A8) is known color: Negroni. HEX triplet: EB, C8 and A8. RGB value is (235,200,168). Sum of RGB (Red+Green+Blue) = 235+200+168=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8A8 is #143757. Grayscale: #CECECE. Windows color (decimal): -1324888 or 11061483. OLE color: 11061483.
HSL color Cylindrical-coordinate representation of color #EBC8A8: hue angle of 28.66º 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 #EBC8A8 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 168 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.08 |
| HSL | 28.66º | 0.63% | 0.79% | - |
| HSV(B) | 28.66º | 0.29% | 0.92% | - |
| XYZ | 61.98 | 61.8 | 45.71 | - |
| YUV | 206.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 168 | 0 | 0.15 | 0.29 | 0.08 | 28.66 | 0.63 | 0.79 |
| Hex | EB | C8 | A8 | 0 | F | 1D | 8 | 1D | 3F | 4F |
| Octal | 353 | 310 | 250 | 0 | 17 | 35 | 10 | 35 | 77 | 117 |
| Binary | 11101011 | 11001000 | 10101000 | 0 | 1111 | 11101 | 1000 | 11101 | 111111 | 1001111 |
Color Harmonies of #EBC8A8
Complementary color
Monochromatic Colors of #EBC8A8
Black with #EBC8A8
Text Example
Text Example
White with #EBC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8A8; }
p { color: rgb(235,200,168); }
H1.HeaderClassName
{
color: #EBC8A8;
}
.AnyTagClassName
{
color: #EBC8A8;
}
</style>
background-color css
<style>
a { background-color: #EBC8A8; }
a { background-color: rgb(235,200,168); }
div.DivClassName
{
background-color: #EBC8A8;
}
.BgClassName
{
background-color: #EBC8A8;
}
</style>
border-color css
<style>
span { border-color: #EBC8A8; }
span { border-color: rgb(235,200,168); }
td.TdClassName
{
border-color: #EBC8A8;
}
.TagClassName
{
border-color: #EBC8A8;
}
</style>