Shades of Brandy #E2B489
Tints of Brandy #E2B489
RGB
CMYK
RGB Variations
Color information
#E2B489 (or 0xE2B489) is known color: Brandy. HEX triplet: E2, B4 and 89. RGB value is (226,180,137). Sum of RGB (Red+Green+Blue) = 226+180+137=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B489 is #1D4B76. Grayscale: #BDBDBD. Windows color (decimal): -1919863 or 9024738. OLE color: 9024738.
HSL color Cylindrical-coordinate representation of color #E2B489: hue angle of 28.99º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2B489 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 137 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.11 |
| HSL | 28.99º | 0.61% | 0.71% | - |
| HSV(B) | 28.99º | 0.39% | 0.89% | - |
| XYZ | 52.2 | 50.62 | 30.69 | - |
| YUV | 188.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 137 | 0 | 0.20 | 0.39 | 0.11 | 28.99 | 0.61 | 0.71 |
| Hex | E2 | B4 | 89 | 0 | 14 | 27 | B | 1D | 3D | 47 |
| Octal | 342 | 264 | 211 | 0 | 24 | 47 | 13 | 35 | 75 | 107 |
| Binary | 11100010 | 10110100 | 10001001 | 0 | 10100 | 100111 | 1011 | 11101 | 111101 | 1000111 |
Color Harmonies of #E2B489
Complementary color
Monochromatic Colors of #E2B489
Black with #E2B489
Text Example
Text Example
White with #E2B489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B489; }
p { color: rgb(226,180,137); }
H1.HeaderClassName
{
color: #E2B489;
}
.AnyTagClassName
{
color: #E2B489;
}
</style>
background-color css
<style>
a { background-color: #E2B489; }
a { background-color: rgb(226,180,137); }
div.DivClassName
{
background-color: #E2B489;
}
.BgClassName
{
background-color: #E2B489;
}
</style>
border-color css
<style>
span { border-color: #E2B489; }
span { border-color: rgb(226,180,137); }
td.TdClassName
{
border-color: #E2B489;
}
.TagClassName
{
border-color: #E2B489;
}
</style>