Shades of Brandy #E0B388
Tints of Brandy #E0B388
RGB
CMYK
RGB Variations
Color information
#E0B388 (or 0xE0B388) is known color: Brandy. HEX triplet: E0, B3 and 88. RGB value is (224,179,136). Sum of RGB (Red+Green+Blue) = 224+179+136=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B388 is #1F4C77. Grayscale: #BBBBBB. Windows color (decimal): -2051192 or 8958944. OLE color: 8958944.
HSL color Cylindrical-coordinate representation of color #E0B388: hue angle of 29.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0B388 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 136 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.12 |
| HSL | 29.32º | 0.59% | 0.71% | - |
| HSV(B) | 29.32º | 0.39% | 0.88% | - |
| XYZ | 51.3 | 49.87 | 30.21 | - |
| YUV | 187.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 136 | 0 | 0.20 | 0.39 | 0.12 | 29.32 | 0.59 | 0.71 |
| Hex | E0 | B3 | 88 | 0 | 14 | 27 | C | 1D | 3B | 47 |
| Octal | 340 | 263 | 210 | 0 | 24 | 47 | 14 | 35 | 73 | 107 |
| Binary | 11100000 | 10110011 | 10001000 | 0 | 10100 | 100111 | 1100 | 11101 | 111011 | 1000111 |
Color Harmonies of #E0B388
Complementary color
Monochromatic Colors of #E0B388
Black with #E0B388
Text Example
Text Example
White with #E0B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B388; }
p { color: rgb(224,179,136); }
H1.HeaderClassName
{
color: #E0B388;
}
.AnyTagClassName
{
color: #E0B388;
}
</style>
background-color css
<style>
a { background-color: #E0B388; }
a { background-color: rgb(224,179,136); }
div.DivClassName
{
background-color: #E0B388;
}
.BgClassName
{
background-color: #E0B388;
}
</style>
border-color css
<style>
span { border-color: #E0B388; }
span { border-color: rgb(224,179,136); }
td.TdClassName
{
border-color: #E0B388;
}
.TagClassName
{
border-color: #E0B388;
}
</style>