Shades of Brandy #E6B58A
Tints of Brandy #E6B58A
RGB
CMYK
RGB Variations
Color information
#E6B58A (or 0xE6B58A) is known color: Brandy. HEX triplet: E6, B5 and 8A. RGB value is (230,181,138). Sum of RGB (Red+Green+Blue) = 230+181+138=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B58A is #194A75. Grayscale: #BEBEBE. Windows color (decimal): -1657462 or 9090534. OLE color: 9090534.
HSL color Cylindrical-coordinate representation of color #E6B58A: hue angle of 28.04º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6B58A is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 138 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.10 |
| HSL | 28.04º | 0.65% | 0.72% | - |
| HSV(B) | 28.04º | 0.4% | 0.9% | - |
| XYZ | 53.74 | 51.71 | 31.19 | - |
| YUV | 190.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 138 | 0 | 0.21 | 0.4 | 0.10 | 28.04 | 0.65 | 0.72 |
| Hex | E6 | B5 | 8A | 0 | 15 | 28 | A | 1C | 41 | 48 |
| Octal | 346 | 265 | 212 | 0 | 25 | 50 | 12 | 34 | 101 | 110 |
| Binary | 11100110 | 10110101 | 10001010 | 0 | 10101 | 101000 | 1010 | 11100 | 1000001 | 1001000 |
Color Harmonies of #E6B58A
Complementary color
Monochromatic Colors of #E6B58A
Black with #E6B58A
Text Example
Text Example
White with #E6B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B58A; }
p { color: rgb(230,181,138); }
H1.HeaderClassName
{
color: #E6B58A;
}
.AnyTagClassName
{
color: #E6B58A;
}
</style>
background-color css
<style>
a { background-color: #E6B58A; }
a { background-color: rgb(230,181,138); }
div.DivClassName
{
background-color: #E6B58A;
}
.BgClassName
{
background-color: #E6B58A;
}
</style>
border-color css
<style>
span { border-color: #E6B58A; }
span { border-color: rgb(230,181,138); }
td.TdClassName
{
border-color: #E6B58A;
}
.TagClassName
{
border-color: #E6B58A;
}
</style>