Shades of Brandy #E2B78B
Tints of Brandy #E2B78B
RGB
CMYK
RGB Variations
Color information
#E2B78B (or 0xE2B78B) is known color: Brandy. HEX triplet: E2, B7 and 8B. RGB value is (226,183,139). Sum of RGB (Red+Green+Blue) = 226+183+139=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B78B is #1D4874. Grayscale: #BFBFBF. Windows color (decimal): -1919093 or 9156578. OLE color: 9156578.
HSL color Cylindrical-coordinate representation of color #E2B78B: hue angle of 30.34º 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 #E2B78B is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 139 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.11 |
| HSL | 30.34º | 0.6% | 0.72% | - |
| HSV(B) | 30.34º | 0.38% | 0.89% | - |
| XYZ | 52.96 | 51.9 | 31.65 | - |
| YUV | 190.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 139 | 0 | 0.19 | 0.38 | 0.11 | 30.34 | 0.6 | 0.72 |
| Hex | E2 | B7 | 8B | 0 | 13 | 26 | B | 1E | 3C | 48 |
| Octal | 342 | 267 | 213 | 0 | 23 | 46 | 13 | 36 | 74 | 110 |
| Binary | 11100010 | 10110111 | 10001011 | 0 | 10011 | 100110 | 1011 | 11110 | 111100 | 1001000 |
Color Harmonies of #E2B78B
Complementary color
Monochromatic Colors of #E2B78B
Black with #E2B78B
Text Example
Text Example
White with #E2B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B78B; }
p { color: rgb(226,183,139); }
H1.HeaderClassName
{
color: #E2B78B;
}
.AnyTagClassName
{
color: #E2B78B;
}
</style>
background-color css
<style>
a { background-color: #E2B78B; }
a { background-color: rgb(226,183,139); }
div.DivClassName
{
background-color: #E2B78B;
}
.BgClassName
{
background-color: #E2B78B;
}
</style>
border-color css
<style>
span { border-color: #E2B78B; }
span { border-color: rgb(226,183,139); }
td.TdClassName
{
border-color: #E2B78B;
}
.TagClassName
{
border-color: #E2B78B;
}
</style>