Shades of Negroni #EBCCA8
Tints of Negroni #EBCCA8
RGB
CMYK
RGB Variations
Color information
#EBCCA8 (or 0xEBCCA8) is known color: Negroni. HEX triplet: EB, CC and A8. RGB value is (235,204,168). Sum of RGB (Red+Green+Blue) = 235+204+168=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCA8 is #143357. Grayscale: #D1D1D1. Windows color (decimal): -1323864 or 11062507. OLE color: 11062507.
HSL color Cylindrical-coordinate representation of color #EBCCA8: hue angle of 32.24º 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 #EBCCA8 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 168 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.08 |
| HSL | 32.24º | 0.63% | 0.79% | - |
| HSV(B) | 32.24º | 0.29% | 0.92% | - |
| XYZ | 62.92 | 63.68 | 46.02 | - |
| YUV | 209.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 168 | 0 | 0.13 | 0.29 | 0.08 | 32.24 | 0.63 | 0.79 |
| Hex | EB | CC | A8 | 0 | D | 1D | 8 | 20 | 3F | 4F |
| Octal | 353 | 314 | 250 | 0 | 15 | 35 | 10 | 40 | 77 | 117 |
| Binary | 11101011 | 11001100 | 10101000 | 0 | 1101 | 11101 | 1000 | 100000 | 111111 | 1001111 |
Color Harmonies of #EBCCA8
Complementary color
Monochromatic Colors of #EBCCA8
Black with #EBCCA8
Text Example
Text Example
White with #EBCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCA8; }
p { color: rgb(235,204,168); }
H1.HeaderClassName
{
color: #EBCCA8;
}
.AnyTagClassName
{
color: #EBCCA8;
}
</style>
background-color css
<style>
a { background-color: #EBCCA8; }
a { background-color: rgb(235,204,168); }
div.DivClassName
{
background-color: #EBCCA8;
}
.BgClassName
{
background-color: #EBCCA8;
}
</style>
border-color css
<style>
span { border-color: #EBCCA8; }
span { border-color: rgb(235,204,168); }
td.TdClassName
{
border-color: #EBCCA8;
}
.TagClassName
{
border-color: #EBCCA8;
}
</style>