Shades of Brandy #E2B68A
Tints of Brandy #E2B68A
RGB
CMYK
RGB Variations
Color information
#E2B68A (or 0xE2B68A) is known color: Brandy. HEX triplet: E2, B6 and 8A. RGB value is (226,182,138). Sum of RGB (Red+Green+Blue) = 226+182+138=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B68A is #1D4975. Grayscale: #BEBEBE. Windows color (decimal): -1919350 or 9090786. OLE color: 9090786.
HSL color Cylindrical-coordinate representation of color #E2B68A: hue angle of 30º 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 #E2B68A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 138 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.11 |
| HSL | 30º | 0.6% | 0.71% | - |
| HSV(B) | 30º | 0.39% | 0.89% | - |
| XYZ | 52.68 | 51.46 | 31.2 | - |
| YUV | 190.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 138 | 0 | 0.19 | 0.39 | 0.11 | 30 | 0.6 | 0.71 |
| Hex | E2 | B6 | 8A | 0 | 13 | 27 | B | 1E | 3C | 47 |
| Octal | 342 | 266 | 212 | 0 | 23 | 47 | 13 | 36 | 74 | 107 |
| Binary | 11100010 | 10110110 | 10001010 | 0 | 10011 | 100111 | 1011 | 11110 | 111100 | 1000111 |
Color Harmonies of #E2B68A
Complementary color
Monochromatic Colors of #E2B68A
Black with #E2B68A
Text Example
Text Example
White with #E2B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B68A; }
p { color: rgb(226,182,138); }
H1.HeaderClassName
{
color: #E2B68A;
}
.AnyTagClassName
{
color: #E2B68A;
}
</style>
background-color css
<style>
a { background-color: #E2B68A; }
a { background-color: rgb(226,182,138); }
div.DivClassName
{
background-color: #E2B68A;
}
.BgClassName
{
background-color: #E2B68A;
}
</style>
border-color css
<style>
span { border-color: #E2B68A; }
span { border-color: rgb(226,182,138); }
td.TdClassName
{
border-color: #E2B68A;
}
.TagClassName
{
border-color: #E2B68A;
}
</style>