Shades of Brandy #E1B08C
Tints of Brandy #E1B08C
RGB
CMYK
RGB Variations
Color information
#E1B08C (or 0xE1B08C) is known color: Brandy. HEX triplet: E1, B0 and 8C. RGB value is (225,176,140). Sum of RGB (Red+Green+Blue) = 225+176+140=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B08C is #1E4F73. Grayscale: #BABABA. Windows color (decimal): -1986420 or 9220321. OLE color: 9220321.
HSL color Cylindrical-coordinate representation of color #E1B08C: hue angle of 25.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1B08C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 140 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.12 |
| HSL | 25.41º | 0.59% | 0.72% | - |
| HSV(B) | 25.41º | 0.38% | 0.88% | - |
| XYZ | 51.31 | 48.95 | 31.56 | - |
| YUV | 186.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 140 | 0 | 0.22 | 0.38 | 0.12 | 25.41 | 0.59 | 0.72 |
| Hex | E1 | B0 | 8C | 0 | 16 | 26 | C | 19 | 3B | 48 |
| Octal | 341 | 260 | 214 | 0 | 26 | 46 | 14 | 31 | 73 | 110 |
| Binary | 11100001 | 10110000 | 10001100 | 0 | 10110 | 100110 | 1100 | 11001 | 111011 | 1001000 |
Color Harmonies of #E1B08C
Complementary color
Monochromatic Colors of #E1B08C
Black with #E1B08C
Text Example
Text Example
White with #E1B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B08C; }
p { color: rgb(225,176,140); }
H1.HeaderClassName
{
color: #E1B08C;
}
.AnyTagClassName
{
color: #E1B08C;
}
</style>
background-color css
<style>
a { background-color: #E1B08C; }
a { background-color: rgb(225,176,140); }
div.DivClassName
{
background-color: #E1B08C;
}
.BgClassName
{
background-color: #E1B08C;
}
</style>
border-color css
<style>
span { border-color: #E1B08C; }
span { border-color: rgb(225,176,140); }
td.TdClassName
{
border-color: #E1B08C;
}
.TagClassName
{
border-color: #E1B08C;
}
</style>