Shades of Brandy #E2B38A
Tints of Brandy #E2B38A
RGB
CMYK
RGB Variations
Color information
#E2B38A (or 0xE2B38A) is known color: Brandy. HEX triplet: E2, B3 and 8A. RGB value is (226,179,138). Sum of RGB (Red+Green+Blue) = 226+179+138=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B38A is #1D4C75. Grayscale: #BCBCBC. Windows color (decimal): -1920118 or 9090018. OLE color: 9090018.
HSL color Cylindrical-coordinate representation of color #E2B38A: hue angle of 27.95º 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 #E2B38A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 138 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.11 |
| HSL | 27.95º | 0.6% | 0.71% | - |
| HSV(B) | 27.95º | 0.39% | 0.89% | - |
| XYZ | 52.07 | 50.24 | 31 | - |
| YUV | 188.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 138 | 0 | 0.21 | 0.39 | 0.11 | 27.95 | 0.6 | 0.71 |
| Hex | E2 | B3 | 8A | 0 | 15 | 27 | B | 1C | 3C | 47 |
| Octal | 342 | 263 | 212 | 0 | 25 | 47 | 13 | 34 | 74 | 107 |
| Binary | 11100010 | 10110011 | 10001010 | 0 | 10101 | 100111 | 1011 | 11100 | 111100 | 1000111 |
Color Harmonies of #E2B38A
Complementary color
Monochromatic Colors of #E2B38A
Black with #E2B38A
Text Example
Text Example
White with #E2B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B38A; }
p { color: rgb(226,179,138); }
H1.HeaderClassName
{
color: #E2B38A;
}
.AnyTagClassName
{
color: #E2B38A;
}
</style>
background-color css
<style>
a { background-color: #E2B38A; }
a { background-color: rgb(226,179,138); }
div.DivClassName
{
background-color: #E2B38A;
}
.BgClassName
{
background-color: #E2B38A;
}
</style>
border-color css
<style>
span { border-color: #E2B38A; }
span { border-color: rgb(226,179,138); }
td.TdClassName
{
border-color: #E2B38A;
}
.TagClassName
{
border-color: #E2B38A;
}
</style>