Shades of Brandy #E2B58B
Tints of Brandy #E2B58B
RGB
CMYK
RGB Variations
Color information
#E2B58B (or 0xE2B58B) is known color: Brandy. HEX triplet: E2, B5 and 8B. RGB value is (226,181,139). Sum of RGB (Red+Green+Blue) = 226+181+139=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B58B is #1D4A74. Grayscale: #BDBDBD. Windows color (decimal): -1919605 or 9156066. OLE color: 9156066.
HSL color Cylindrical-coordinate representation of color #E2B58B: hue angle of 28.97º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B58B is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 139 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.11 |
| HSL | 28.97º | 0.6% | 0.72% | - |
| HSV(B) | 28.97º | 0.38% | 0.89% | - |
| XYZ | 52.55 | 51.08 | 31.52 | - |
| YUV | 189.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 139 | 0 | 0.20 | 0.38 | 0.11 | 28.97 | 0.6 | 0.72 |
| Hex | E2 | B5 | 8B | 0 | 14 | 26 | B | 1D | 3C | 48 |
| Octal | 342 | 265 | 213 | 0 | 24 | 46 | 13 | 35 | 74 | 110 |
| Binary | 11100010 | 10110101 | 10001011 | 0 | 10100 | 100110 | 1011 | 11101 | 111100 | 1001000 |
Color Harmonies of #E2B58B
Complementary color
Monochromatic Colors of #E2B58B
Black with #E2B58B
Text Example
Text Example
White with #E2B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B58B; }
p { color: rgb(226,181,139); }
H1.HeaderClassName
{
color: #E2B58B;
}
.AnyTagClassName
{
color: #E2B58B;
}
</style>
background-color css
<style>
a { background-color: #E2B58B; }
a { background-color: rgb(226,181,139); }
div.DivClassName
{
background-color: #E2B58B;
}
.BgClassName
{
background-color: #E2B58B;
}
</style>
border-color css
<style>
span { border-color: #E2B58B; }
span { border-color: rgb(226,181,139); }
td.TdClassName
{
border-color: #E2B58B;
}
.TagClassName
{
border-color: #E2B58B;
}
</style>