Shades of Brandy #E2B38B
Tints of Brandy #E2B38B
RGB
CMYK
RGB Variations
Color information
#E2B38B (or 0xE2B38B) is known color: Brandy. HEX triplet: E2, B3 and 8B. RGB value is (226,179,139). Sum of RGB (Red+Green+Blue) = 226+179+139=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B38B is #1D4C74. Grayscale: #BCBCBC. Windows color (decimal): -1920117 or 9155554. OLE color: 9155554.
HSL color Cylindrical-coordinate representation of color #E2B38B: hue angle of 27.59º 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 #E2B38B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 139 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.11 |
| HSL | 27.59º | 0.6% | 0.72% | - |
| HSV(B) | 27.59º | 0.38% | 0.89% | - |
| XYZ | 52.14 | 50.27 | 31.38 | - |
| YUV | 188.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 139 | 0 | 0.21 | 0.38 | 0.11 | 27.59 | 0.6 | 0.72 |
| Hex | E2 | B3 | 8B | 0 | 15 | 26 | B | 1C | 3C | 48 |
| Octal | 342 | 263 | 213 | 0 | 25 | 46 | 13 | 34 | 74 | 110 |
| Binary | 11100010 | 10110011 | 10001011 | 0 | 10101 | 100110 | 1011 | 11100 | 111100 | 1001000 |
Color Harmonies of #E2B38B
Complementary color
Monochromatic Colors of #E2B38B
Black with #E2B38B
Text Example
Text Example
White with #E2B38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B38B; }
p { color: rgb(226,179,139); }
H1.HeaderClassName
{
color: #E2B38B;
}
.AnyTagClassName
{
color: #E2B38B;
}
</style>
background-color css
<style>
a { background-color: #E2B38B; }
a { background-color: rgb(226,179,139); }
div.DivClassName
{
background-color: #E2B38B;
}
.BgClassName
{
background-color: #E2B38B;
}
</style>
border-color css
<style>
span { border-color: #E2B38B; }
span { border-color: rgb(226,179,139); }
td.TdClassName
{
border-color: #E2B38B;
}
.TagClassName
{
border-color: #E2B38B;
}
</style>