Shades of Negroni #EBCAA8
Tints of Negroni #EBCAA8
RGB
CMYK
RGB Variations
Color information
#EBCAA8 (or 0xEBCAA8) is known color: Negroni. HEX triplet: EB, CA and A8. RGB value is (235,202,168). Sum of RGB (Red+Green+Blue) = 235+202+168=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA8 is #143557. Grayscale: #D0D0D0. Windows color (decimal): -1324376 or 11061995. OLE color: 11061995.
HSL color Cylindrical-coordinate representation of color #EBCAA8: hue angle of 30.45º 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 #EBCAA8 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 168 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.08 |
| HSL | 30.45º | 0.63% | 0.79% | - |
| HSV(B) | 30.45º | 0.29% | 0.92% | - |
| XYZ | 62.45 | 62.73 | 45.86 | - |
| YUV | 207.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 168 | 0 | 0.14 | 0.29 | 0.08 | 30.45 | 0.63 | 0.79 |
| Hex | EB | CA | A8 | 0 | E | 1D | 8 | 1E | 3F | 4F |
| Octal | 353 | 312 | 250 | 0 | 16 | 35 | 10 | 36 | 77 | 117 |
| Binary | 11101011 | 11001010 | 10101000 | 0 | 1110 | 11101 | 1000 | 11110 | 111111 | 1001111 |
Color Harmonies of #EBCAA8
Complementary color
Monochromatic Colors of #EBCAA8
Black with #EBCAA8
Text Example
Text Example
White with #EBCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAA8; }
p { color: rgb(235,202,168); }
H1.HeaderClassName
{
color: #EBCAA8;
}
.AnyTagClassName
{
color: #EBCAA8;
}
</style>
background-color css
<style>
a { background-color: #EBCAA8; }
a { background-color: rgb(235,202,168); }
div.DivClassName
{
background-color: #EBCAA8;
}
.BgClassName
{
background-color: #EBCAA8;
}
</style>
border-color css
<style>
span { border-color: #EBCAA8; }
span { border-color: rgb(235,202,168); }
td.TdClassName
{
border-color: #EBCAA8;
}
.TagClassName
{
border-color: #EBCAA8;
}
</style>