Shades of Tulip Tree #E2B242
Tints of Tulip Tree #E2B242
RGB
CMYK
RGB Variations
Color information
#E2B242 (or 0xE2B242) is known color: Tulip Tree. HEX triplet: E2, B2 and 42. RGB value is (226,178,66). Sum of RGB (Red+Green+Blue) = 226+178+66=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B242 is #1D4DBD. Grayscale: #B4B4B4. Windows color (decimal): -1920446 or 4371170. OLE color: 4371170.
HSL color Cylindrical-coordinate representation of color #E2B242: hue angle of 42º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2B242 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 66 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.11 |
| HSL | 42º | 0.73% | 0.57% | - |
| HSV(B) | 42º | 0.71% | 0.89% | - |
| XYZ | 48.27 | 48.4 | 11.95 | - |
| YUV | 179.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 66 | 0 | 0.21 | 0.71 | 0.11 | 42 | 0.73 | 0.57 |
| Hex | E2 | B2 | 42 | 0 | 15 | 47 | B | 2A | 49 | 39 |
| Octal | 342 | 262 | 102 | 0 | 25 | 107 | 13 | 52 | 111 | 71 |
| Binary | 11100010 | 10110010 | 1000010 | 0 | 10101 | 1000111 | 1011 | 101010 | 1001001 | 111001 |
Color Harmonies of #E2B242
Complementary color
Monochromatic Colors of #E2B242
Black with #E2B242
Text Example
Text Example
White with #E2B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B242; }
p { color: rgb(226,178,66); }
H1.HeaderClassName
{
color: #E2B242;
}
.AnyTagClassName
{
color: #E2B242;
}
</style>
background-color css
<style>
a { background-color: #E2B242; }
a { background-color: rgb(226,178,66); }
div.DivClassName
{
background-color: #E2B242;
}
.BgClassName
{
background-color: #E2B242;
}
</style>
border-color css
<style>
span { border-color: #E2B242; }
span { border-color: rgb(226,178,66); }
td.TdClassName
{
border-color: #E2B242;
}
.TagClassName
{
border-color: #E2B242;
}
</style>