Shades of Brandy #E2B28B
Tints of Brandy #E2B28B
RGB
CMYK
RGB Variations
Color information
#E2B28B (or 0xE2B28B) is known color: Brandy. HEX triplet: E2, B2 and 8B. RGB value is (226,178,139). Sum of RGB (Red+Green+Blue) = 226+178+139=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B28B is #1D4D74. Grayscale: #BCBCBC. Windows color (decimal): -1920373 or 9155298. OLE color: 9155298.
HSL color Cylindrical-coordinate representation of color #E2B28B: hue angle of 26.9º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B28B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 139 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.11 |
| HSL | 26.9º | 0.6% | 0.72% | - |
| HSV(B) | 26.9º | 0.38% | 0.89% | - |
| XYZ | 51.94 | 49.87 | 31.31 | - |
| YUV | 187.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 139 | 0 | 0.21 | 0.38 | 0.11 | 26.9 | 0.6 | 0.72 |
| Hex | E2 | B2 | 8B | 0 | 15 | 26 | B | 1B | 3C | 48 |
| Octal | 342 | 262 | 213 | 0 | 25 | 46 | 13 | 33 | 74 | 110 |
| Binary | 11100010 | 10110010 | 10001011 | 0 | 10101 | 100110 | 1011 | 11011 | 111100 | 1001000 |
Color Harmonies of #E2B28B
Complementary color
Monochromatic Colors of #E2B28B
Black with #E2B28B
Text Example
Text Example
White with #E2B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B28B; }
p { color: rgb(226,178,139); }
H1.HeaderClassName
{
color: #E2B28B;
}
.AnyTagClassName
{
color: #E2B28B;
}
</style>
background-color css
<style>
a { background-color: #E2B28B; }
a { background-color: rgb(226,178,139); }
div.DivClassName
{
background-color: #E2B28B;
}
.BgClassName
{
background-color: #E2B28B;
}
</style>
border-color css
<style>
span { border-color: #E2B28B; }
span { border-color: rgb(226,178,139); }
td.TdClassName
{
border-color: #E2B28B;
}
.TagClassName
{
border-color: #E2B28B;
}
</style>