Shades of Negroni #EBCBA5
Tints of Negroni #EBCBA5
RGB
CMYK
RGB Variations
Color information
#EBCBA5 (or 0xEBCBA5) is known color: Negroni. HEX triplet: EB, CB and A5. RGB value is (235,203,165). Sum of RGB (Red+Green+Blue) = 235+203+165=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBA5 is #14345A. Grayscale: #D0D0D0. Windows color (decimal): -1324123 or 10865643. OLE color: 10865643.
HSL color Cylindrical-coordinate representation of color #EBCBA5: hue angle of 32.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBCBA5 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 165 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.08 |
| HSL | 32.57º | 0.64% | 0.78% | - |
| HSV(B) | 32.57º | 0.3% | 0.92% | - |
| XYZ | 62.41 | 63.09 | 44.49 | - |
| YUV | 208.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 165 | 0 | 0.14 | 0.30 | 0.08 | 32.57 | 0.64 | 0.78 |
| Hex | EB | CB | A5 | 0 | E | 1E | 8 | 21 | 40 | 4E |
| Octal | 353 | 313 | 245 | 0 | 16 | 36 | 10 | 41 | 100 | 116 |
| Binary | 11101011 | 11001011 | 10100101 | 0 | 1110 | 11110 | 1000 | 100001 | 1000000 | 1001110 |
Color Harmonies of #EBCBA5
Complementary color
Monochromatic Colors of #EBCBA5
Black with #EBCBA5
Text Example
Text Example
White with #EBCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBA5; }
p { color: rgb(235,203,165); }
H1.HeaderClassName
{
color: #EBCBA5;
}
.AnyTagClassName
{
color: #EBCBA5;
}
</style>
background-color css
<style>
a { background-color: #EBCBA5; }
a { background-color: rgb(235,203,165); }
div.DivClassName
{
background-color: #EBCBA5;
}
.BgClassName
{
background-color: #EBCBA5;
}
</style>
border-color css
<style>
span { border-color: #EBCBA5; }
span { border-color: rgb(235,203,165); }
td.TdClassName
{
border-color: #EBCBA5;
}
.TagClassName
{
border-color: #EBCBA5;
}
</style>