Shades of Brandy #E2B689
Tints of Brandy #E2B689
RGB
CMYK
RGB Variations
Color information
#E2B689 (or 0xE2B689) is known color: Brandy. HEX triplet: E2, B6 and 89. RGB value is (226,182,137). Sum of RGB (Red+Green+Blue) = 226+182+137=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B689 is #1D4976. Grayscale: #BEBEBE. Windows color (decimal): -1919351 or 9025250. OLE color: 9025250.
HSL color Cylindrical-coordinate representation of color #E2B689: hue angle of 30.34º 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 #E2B689 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 137 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.11 |
| HSL | 30.34º | 0.61% | 0.71% | - |
| HSV(B) | 30.34º | 0.39% | 0.89% | - |
| XYZ | 52.61 | 51.43 | 30.82 | - |
| YUV | 190.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 137 | 0 | 0.19 | 0.39 | 0.11 | 30.34 | 0.61 | 0.71 |
| Hex | E2 | B6 | 89 | 0 | 13 | 27 | B | 1E | 3D | 47 |
| Octal | 342 | 266 | 211 | 0 | 23 | 47 | 13 | 36 | 75 | 107 |
| Binary | 11100010 | 10110110 | 10001001 | 0 | 10011 | 100111 | 1011 | 11110 | 111101 | 1000111 |
Color Harmonies of #E2B689
Complementary color
Monochromatic Colors of #E2B689
Black with #E2B689
Text Example
Text Example
White with #E2B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B689; }
p { color: rgb(226,182,137); }
H1.HeaderClassName
{
color: #E2B689;
}
.AnyTagClassName
{
color: #E2B689;
}
</style>
background-color css
<style>
a { background-color: #E2B689; }
a { background-color: rgb(226,182,137); }
div.DivClassName
{
background-color: #E2B689;
}
.BgClassName
{
background-color: #E2B689;
}
</style>
border-color css
<style>
span { border-color: #E2B689; }
span { border-color: rgb(226,182,137); }
td.TdClassName
{
border-color: #E2B689;
}
.TagClassName
{
border-color: #E2B689;
}
</style>