Shades of Brandy #E2B389
Tints of Brandy #E2B389
RGB
CMYK
RGB Variations
Color information
#E2B389 (or 0xE2B389) is known color: Brandy. HEX triplet: E2, B3 and 89. RGB value is (226,179,137). Sum of RGB (Red+Green+Blue) = 226+179+137=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B389 is #1D4C76. Grayscale: #BCBCBC. Windows color (decimal): -1920119 or 9024482. OLE color: 9024482.
HSL color Cylindrical-coordinate representation of color #E2B389: hue angle of 28.31º 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 #E2B389 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 137 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.11 |
| HSL | 28.31º | 0.61% | 0.71% | - |
| HSV(B) | 28.31º | 0.39% | 0.89% | - |
| XYZ | 52 | 50.22 | 30.62 | - |
| YUV | 188.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 137 | 0 | 0.21 | 0.39 | 0.11 | 28.31 | 0.61 | 0.71 |
| Hex | E2 | B3 | 89 | 0 | 15 | 27 | B | 1C | 3D | 47 |
| Octal | 342 | 263 | 211 | 0 | 25 | 47 | 13 | 34 | 75 | 107 |
| Binary | 11100010 | 10110011 | 10001001 | 0 | 10101 | 100111 | 1011 | 11100 | 111101 | 1000111 |
Color Harmonies of #E2B389
Complementary color
Monochromatic Colors of #E2B389
Black with #E2B389
Text Example
Text Example
White with #E2B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B389; }
p { color: rgb(226,179,137); }
H1.HeaderClassName
{
color: #E2B389;
}
.AnyTagClassName
{
color: #E2B389;
}
</style>
background-color css
<style>
a { background-color: #E2B389; }
a { background-color: rgb(226,179,137); }
div.DivClassName
{
background-color: #E2B389;
}
.BgClassName
{
background-color: #E2B389;
}
</style>
border-color css
<style>
span { border-color: #E2B389; }
span { border-color: rgb(226,179,137); }
td.TdClassName
{
border-color: #E2B389;
}
.TagClassName
{
border-color: #E2B389;
}
</style>