Shades of Brandy #E1B28A
Tints of Brandy #E1B28A
RGB
CMYK
RGB Variations
Color information
#E1B28A (or 0xE1B28A) is known color: Brandy. HEX triplet: E1, B2 and 8A. RGB value is (225,178,138). Sum of RGB (Red+Green+Blue) = 225+178+138=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B28A is #1E4D75. Grayscale: #BBBBBB. Windows color (decimal): -1985910 or 9089761. OLE color: 9089761.
HSL color Cylindrical-coordinate representation of color #E1B28A: hue angle of 27.59º 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 #E1B28A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 138 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.12 |
| HSL | 27.59º | 0.59% | 0.71% | - |
| HSV(B) | 27.59º | 0.39% | 0.88% | - |
| XYZ | 51.56 | 49.68 | 30.92 | - |
| YUV | 187.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 138 | 0 | 0.21 | 0.39 | 0.12 | 27.59 | 0.59 | 0.71 |
| Hex | E1 | B2 | 8A | 0 | 15 | 27 | C | 1C | 3B | 47 |
| Octal | 341 | 262 | 212 | 0 | 25 | 47 | 14 | 34 | 73 | 107 |
| Binary | 11100001 | 10110010 | 10001010 | 0 | 10101 | 100111 | 1100 | 11100 | 111011 | 1000111 |
Color Harmonies of #E1B28A
Complementary color
Monochromatic Colors of #E1B28A
Black with #E1B28A
Text Example
Text Example
White with #E1B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B28A; }
p { color: rgb(225,178,138); }
H1.HeaderClassName
{
color: #E1B28A;
}
.AnyTagClassName
{
color: #E1B28A;
}
</style>
background-color css
<style>
a { background-color: #E1B28A; }
a { background-color: rgb(225,178,138); }
div.DivClassName
{
background-color: #E1B28A;
}
.BgClassName
{
background-color: #E1B28A;
}
</style>
border-color css
<style>
span { border-color: #E1B28A; }
span { border-color: rgb(225,178,138); }
td.TdClassName
{
border-color: #E1B28A;
}
.TagClassName
{
border-color: #E1B28A;
}
</style>