Shades of Brandy #E1B487
Tints of Brandy #E1B487
RGB
CMYK
RGB Variations
Color information
#E1B487 (or 0xE1B487) is known color: Brandy. HEX triplet: E1, B4 and 87. RGB value is (225,180,135). Sum of RGB (Red+Green+Blue) = 225+180+135=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B487 is #1E4B78. Grayscale: #BCBCBC. Windows color (decimal): -1985401 or 8893665. OLE color: 8893665.
HSL color Cylindrical-coordinate representation of color #E1B487: hue angle of 30º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1B487 is Cyan = 0, Magento = 0.2, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 135 | - |
| CMYK | 0 | 0.2 | 0.4 | 0.12 |
| HSL | 30º | 0.6% | 0.71% | - |
| HSV(B) | 30º | 0.4% | 0.88% | - |
| XYZ | 51.75 | 50.4 | 29.92 | - |
| YUV | 188.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 135 | 0 | 0.2 | 0.4 | 0.12 | 30 | 0.6 | 0.71 |
| Hex | E1 | B4 | 87 | 0 | 14 | 28 | C | 1E | 3C | 47 |
| Octal | 341 | 264 | 207 | 0 | 24 | 50 | 14 | 36 | 74 | 107 |
| Binary | 11100001 | 10110100 | 10000111 | 0 | 10100 | 101000 | 1100 | 11110 | 111100 | 1000111 |
Color Harmonies of #E1B487
Complementary color
Monochromatic Colors of #E1B487
Black with #E1B487
Text Example
Text Example
White with #E1B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B487; }
p { color: rgb(225,180,135); }
H1.HeaderClassName
{
color: #E1B487;
}
.AnyTagClassName
{
color: #E1B487;
}
</style>
background-color css
<style>
a { background-color: #E1B487; }
a { background-color: rgb(225,180,135); }
div.DivClassName
{
background-color: #E1B487;
}
.BgClassName
{
background-color: #E1B487;
}
</style>
border-color css
<style>
span { border-color: #E1B487; }
span { border-color: rgb(225,180,135); }
td.TdClassName
{
border-color: #E1B487;
}
.TagClassName
{
border-color: #E1B487;
}
</style>