Shades of Tulip Tree #E2B146
Tints of Tulip Tree #E2B146
RGB
CMYK
RGB Variations
Color information
#E2B146 (or 0xE2B146) is known color: Tulip Tree. HEX triplet: E2, B1 and 46. RGB value is (226,177,70). Sum of RGB (Red+Green+Blue) = 226+177+70=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B146 is #1D4EB9. Grayscale: #B3B3B3. Windows color (decimal): -1920698 or 4633058. OLE color: 4633058.
HSL color Cylindrical-coordinate representation of color #E2B146: hue angle of 41.15º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2B146 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 70 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.11 |
| HSL | 41.15º | 0.73% | 0.58% | - |
| HSV(B) | 41.15º | 0.69% | 0.89% | - |
| XYZ | 48.19 | 48.06 | 12.53 | - |
| YUV | 179.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 70 | 0 | 0.22 | 0.69 | 0.11 | 41.15 | 0.73 | 0.58 |
| Hex | E2 | B1 | 46 | 0 | 16 | 45 | B | 29 | 49 | 3A |
| Octal | 342 | 261 | 106 | 0 | 26 | 105 | 13 | 51 | 111 | 72 |
| Binary | 11100010 | 10110001 | 1000110 | 0 | 10110 | 1000101 | 1011 | 101001 | 1001001 | 111010 |
Color Harmonies of #E2B146
Complementary color
Monochromatic Colors of #E2B146
Black with #E2B146
Text Example
Text Example
White with #E2B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B146; }
p { color: rgb(226,177,70); }
H1.HeaderClassName
{
color: #E2B146;
}
.AnyTagClassName
{
color: #E2B146;
}
</style>
background-color css
<style>
a { background-color: #E2B146; }
a { background-color: rgb(226,177,70); }
div.DivClassName
{
background-color: #E2B146;
}
.BgClassName
{
background-color: #E2B146;
}
</style>
border-color css
<style>
span { border-color: #E2B146; }
span { border-color: rgb(226,177,70); }
td.TdClassName
{
border-color: #E2B146;
}
.TagClassName
{
border-color: #E2B146;
}
</style>