Shades of Brandy #E2B38C
Tints of Brandy #E2B38C
RGB
CMYK
RGB Variations
Color information
#E2B38C (or 0xE2B38C) is known color: Brandy. HEX triplet: E2, B3 and 8C. RGB value is (226,179,140). Sum of RGB (Red+Green+Blue) = 226+179+140=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B38C is #1D4C73. Grayscale: #BCBCBC. Windows color (decimal): -1920116 or 9221090. OLE color: 9221090.
HSL color Cylindrical-coordinate representation of color #E2B38C: hue angle of 27.21º 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 #E2B38C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 140 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.11 |
| HSL | 27.21º | 0.6% | 0.72% | - |
| HSV(B) | 27.21º | 0.38% | 0.89% | - |
| XYZ | 52.22 | 50.3 | 31.77 | - |
| YUV | 188.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 140 | 0 | 0.21 | 0.38 | 0.11 | 27.21 | 0.6 | 0.72 |
| Hex | E2 | B3 | 8C | 0 | 15 | 26 | B | 1B | 3C | 48 |
| Octal | 342 | 263 | 214 | 0 | 25 | 46 | 13 | 33 | 74 | 110 |
| Binary | 11100010 | 10110011 | 10001100 | 0 | 10101 | 100110 | 1011 | 11011 | 111100 | 1001000 |
Color Harmonies of #E2B38C
Complementary color
Monochromatic Colors of #E2B38C
Black with #E2B38C
Text Example
Text Example
White with #E2B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B38C; }
p { color: rgb(226,179,140); }
H1.HeaderClassName
{
color: #E2B38C;
}
.AnyTagClassName
{
color: #E2B38C;
}
</style>
background-color css
<style>
a { background-color: #E2B38C; }
a { background-color: rgb(226,179,140); }
div.DivClassName
{
background-color: #E2B38C;
}
.BgClassName
{
background-color: #E2B38C;
}
</style>
border-color css
<style>
span { border-color: #E2B38C; }
span { border-color: rgb(226,179,140); }
td.TdClassName
{
border-color: #E2B38C;
}
.TagClassName
{
border-color: #E2B38C;
}
</style>