Shades of Brandy #E2B28C
Tints of Brandy #E2B28C
RGB
CMYK
RGB Variations
Color information
#E2B28C (or 0xE2B28C) is known color: Brandy. HEX triplet: E2, B2 and 8C. RGB value is (226,178,140). Sum of RGB (Red+Green+Blue) = 226+178+140=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B28C is #1D4D73. Grayscale: #BCBCBC. Windows color (decimal): -1920372 or 9220834. OLE color: 9220834.
HSL color Cylindrical-coordinate representation of color #E2B28C: hue angle of 26.51º 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 #E2B28C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 140 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.11 |
| HSL | 26.51º | 0.6% | 0.72% | - |
| HSV(B) | 26.51º | 0.38% | 0.89% | - |
| XYZ | 52.02 | 49.9 | 31.7 | - |
| YUV | 188.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 140 | 0 | 0.21 | 0.38 | 0.11 | 26.51 | 0.6 | 0.72 |
| Hex | E2 | B2 | 8C | 0 | 15 | 26 | B | 1B | 3C | 48 |
| Octal | 342 | 262 | 214 | 0 | 25 | 46 | 13 | 33 | 74 | 110 |
| Binary | 11100010 | 10110010 | 10001100 | 0 | 10101 | 100110 | 1011 | 11011 | 111100 | 1001000 |
Color Harmonies of #E2B28C
Complementary color
Monochromatic Colors of #E2B28C
Black with #E2B28C
Text Example
Text Example
White with #E2B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B28C; }
p { color: rgb(226,178,140); }
H1.HeaderClassName
{
color: #E2B28C;
}
.AnyTagClassName
{
color: #E2B28C;
}
</style>
background-color css
<style>
a { background-color: #E2B28C; }
a { background-color: rgb(226,178,140); }
div.DivClassName
{
background-color: #E2B28C;
}
.BgClassName
{
background-color: #E2B28C;
}
</style>
border-color css
<style>
span { border-color: #E2B28C; }
span { border-color: rgb(226,178,140); }
td.TdClassName
{
border-color: #E2B28C;
}
.TagClassName
{
border-color: #E2B28C;
}
</style>