Shades of Brandy #E2B58A
Tints of Brandy #E2B58A
RGB
CMYK
RGB Variations
Color information
#E2B58A (or 0xE2B58A) is known color: Brandy. HEX triplet: E2, B5 and 8A. RGB value is (226,181,138). Sum of RGB (Red+Green+Blue) = 226+181+138=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B58A is #1D4A75. Grayscale: #BDBDBD. Windows color (decimal): -1919606 or 9090530. OLE color: 9090530.
HSL color Cylindrical-coordinate representation of color #E2B58A: hue angle of 29.32º degrees, saturation: 0.6, 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 #E2B58A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 138 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.11 |
| HSL | 29.32º | 0.6% | 0.71% | - |
| HSV(B) | 29.32º | 0.39% | 0.89% | - |
| XYZ | 52.48 | 51.05 | 31.13 | - |
| YUV | 189.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 138 | 0 | 0.20 | 0.39 | 0.11 | 29.32 | 0.6 | 0.71 |
| Hex | E2 | B5 | 8A | 0 | 14 | 27 | B | 1D | 3C | 47 |
| Octal | 342 | 265 | 212 | 0 | 24 | 47 | 13 | 35 | 74 | 107 |
| Binary | 11100010 | 10110101 | 10001010 | 0 | 10100 | 100111 | 1011 | 11101 | 111100 | 1000111 |
Color Harmonies of #E2B58A
Complementary color
Monochromatic Colors of #E2B58A
Black with #E2B58A
Text Example
Text Example
White with #E2B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B58A; }
p { color: rgb(226,181,138); }
H1.HeaderClassName
{
color: #E2B58A;
}
.AnyTagClassName
{
color: #E2B58A;
}
</style>
background-color css
<style>
a { background-color: #E2B58A; }
a { background-color: rgb(226,181,138); }
div.DivClassName
{
background-color: #E2B58A;
}
.BgClassName
{
background-color: #E2B58A;
}
</style>
border-color css
<style>
span { border-color: #E2B58A; }
span { border-color: rgb(226,181,138); }
td.TdClassName
{
border-color: #E2B58A;
}
.TagClassName
{
border-color: #E2B58A;
}
</style>