Shades of Tulip Tree #E2B049
Tints of Tulip Tree #E2B049
RGB
CMYK
RGB Variations
Color information
#E2B049 (or 0xE2B049) is known color: Tulip Tree. HEX triplet: E2, B0 and 49. RGB value is (226,176,73). Sum of RGB (Red+Green+Blue) = 226+176+73=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B049 is #1D4FB6. Grayscale: #B3B3B3. Windows color (decimal): -1920951 or 4829410. OLE color: 4829410.
HSL color Cylindrical-coordinate representation of color #E2B049: hue angle of 40.39º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2B049 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 73 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.11 |
| HSL | 40.39º | 0.73% | 0.59% | - |
| HSV(B) | 40.39º | 0.68% | 0.89% | - |
| XYZ | 48.09 | 47.7 | 12.98 | - |
| YUV | 179.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 73 | 0 | 0.22 | 0.68 | 0.11 | 40.39 | 0.73 | 0.59 |
| Hex | E2 | B0 | 49 | 0 | 16 | 44 | B | 28 | 49 | 3B |
| Octal | 342 | 260 | 111 | 0 | 26 | 104 | 13 | 50 | 111 | 73 |
| Binary | 11100010 | 10110000 | 1001001 | 0 | 10110 | 1000100 | 1011 | 101000 | 1001001 | 111011 |
Color Harmonies of #E2B049
Complementary color
Monochromatic Colors of #E2B049
Black with #E2B049
Text Example
Text Example
White with #E2B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B049; }
p { color: rgb(226,176,73); }
H1.HeaderClassName
{
color: #E2B049;
}
.AnyTagClassName
{
color: #E2B049;
}
</style>
background-color css
<style>
a { background-color: #E2B049; }
a { background-color: rgb(226,176,73); }
div.DivClassName
{
background-color: #E2B049;
}
.BgClassName
{
background-color: #E2B049;
}
</style>
border-color css
<style>
span { border-color: #E2B049; }
span { border-color: rgb(226,176,73); }
td.TdClassName
{
border-color: #E2B049;
}
.TagClassName
{
border-color: #E2B049;
}
</style>