Shades of Tulip Tree #E2B035
Tints of Tulip Tree #E2B035
RGB
CMYK
RGB Variations
Color information
#E2B035 (or 0xE2B035) is known color: Tulip Tree. HEX triplet: E2, B0 and 35. RGB value is (226,176,53). Sum of RGB (Red+Green+Blue) = 226+176+53=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B035 is #1D4FCA. Grayscale: #B1B1B1. Windows color (decimal): -1920971 or 3518690. OLE color: 3518690.
HSL color Cylindrical-coordinate representation of color #E2B035: hue angle of 42.66º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2B035 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 53 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.11 |
| HSL | 42.66º | 0.75% | 0.55% | - |
| HSV(B) | 42.66º | 0.77% | 0.89% | - |
| XYZ | 47.53 | 47.48 | 10.03 | - |
| YUV | 176.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 53 | 0 | 0.22 | 0.77 | 0.11 | 42.66 | 0.75 | 0.55 |
| Hex | E2 | B0 | 35 | 0 | 16 | 4D | B | 2B | 4B | 37 |
| Octal | 342 | 260 | 65 | 0 | 26 | 115 | 13 | 53 | 113 | 67 |
| Binary | 11100010 | 10110000 | 110101 | 0 | 10110 | 1001101 | 1011 | 101011 | 1001011 | 110111 |
Color Harmonies of #E2B035
Complementary color
Monochromatic Colors of #E2B035
Black with #E2B035
Text Example
Text Example
White with #E2B035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B035; }
p { color: rgb(226,176,53); }
H1.HeaderClassName
{
color: #E2B035;
}
.AnyTagClassName
{
color: #E2B035;
}
</style>
background-color css
<style>
a { background-color: #E2B035; }
a { background-color: rgb(226,176,53); }
div.DivClassName
{
background-color: #E2B035;
}
.BgClassName
{
background-color: #E2B035;
}
</style>
border-color css
<style>
span { border-color: #E2B035; }
span { border-color: rgb(226,176,53); }
td.TdClassName
{
border-color: #E2B035;
}
.TagClassName
{
border-color: #E2B035;
}
</style>