Shades of Brandy #E2B78A
Tints of Brandy #E2B78A
RGB
CMYK
RGB Variations
Color information
#E2B78A (or 0xE2B78A) is known color: Brandy. HEX triplet: E2, B7 and 8A. RGB value is (226,183,138). Sum of RGB (Red+Green+Blue) = 226+183+138=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B78A is #1D4875. Grayscale: #BEBEBE. Windows color (decimal): -1919094 or 9091042. OLE color: 9091042.
HSL color Cylindrical-coordinate representation of color #E2B78A: hue angle of 30.68º 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 #E2B78A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 138 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.11 |
| HSL | 30.68º | 0.6% | 0.71% | - |
| HSV(B) | 30.68º | 0.39% | 0.89% | - |
| XYZ | 52.88 | 51.87 | 31.27 | - |
| YUV | 190.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 138 | 0 | 0.19 | 0.39 | 0.11 | 30.68 | 0.6 | 0.71 |
| Hex | E2 | B7 | 8A | 0 | 13 | 27 | B | 1F | 3C | 47 |
| Octal | 342 | 267 | 212 | 0 | 23 | 47 | 13 | 37 | 74 | 107 |
| Binary | 11100010 | 10110111 | 10001010 | 0 | 10011 | 100111 | 1011 | 11111 | 111100 | 1000111 |
Color Harmonies of #E2B78A
Complementary color
Monochromatic Colors of #E2B78A
Black with #E2B78A
Text Example
Text Example
White with #E2B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B78A; }
p { color: rgb(226,183,138); }
H1.HeaderClassName
{
color: #E2B78A;
}
.AnyTagClassName
{
color: #E2B78A;
}
</style>
background-color css
<style>
a { background-color: #E2B78A; }
a { background-color: rgb(226,183,138); }
div.DivClassName
{
background-color: #E2B78A;
}
.BgClassName
{
background-color: #E2B78A;
}
</style>
border-color css
<style>
span { border-color: #E2B78A; }
span { border-color: rgb(226,183,138); }
td.TdClassName
{
border-color: #E2B78A;
}
.TagClassName
{
border-color: #E2B78A;
}
</style>