Shades of Tulip Tree #E0B746
Tints of Tulip Tree #E0B746
RGB
CMYK
RGB Variations
Color information
#E0B746 (or 0xE0B746) is known color: Tulip Tree. HEX triplet: E0, B7 and 46. RGB value is (224,183,70). Sum of RGB (Red+Green+Blue) = 224+183+70=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B746 is #1F48B9. Grayscale: #B6B6B6. Windows color (decimal): -2050234 or 4634592. OLE color: 4634592.
HSL color Cylindrical-coordinate representation of color #E0B746: hue angle of 44.03º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0B746 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 70 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.12 |
| HSL | 44.03º | 0.71% | 0.58% | - |
| HSV(B) | 44.03º | 0.69% | 0.88% | - |
| XYZ | 48.78 | 50.16 | 12.9 | - |
| YUV | 182.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 70 | 0 | 0.18 | 0.69 | 0.12 | 44.03 | 0.71 | 0.58 |
| Hex | E0 | B7 | 46 | 0 | 12 | 45 | C | 2C | 47 | 3A |
| Octal | 340 | 267 | 106 | 0 | 22 | 105 | 14 | 54 | 107 | 72 |
| Binary | 11100000 | 10110111 | 1000110 | 0 | 10010 | 1000101 | 1100 | 101100 | 1000111 | 111010 |
Color Harmonies of #E0B746
Complementary color
Monochromatic Colors of #E0B746
Black with #E0B746
Text Example
Text Example
White with #E0B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B746; }
p { color: rgb(224,183,70); }
H1.HeaderClassName
{
color: #E0B746;
}
.AnyTagClassName
{
color: #E0B746;
}
</style>
background-color css
<style>
a { background-color: #E0B746; }
a { background-color: rgb(224,183,70); }
div.DivClassName
{
background-color: #E0B746;
}
.BgClassName
{
background-color: #E0B746;
}
</style>
border-color css
<style>
span { border-color: #E0B746; }
span { border-color: rgb(224,183,70); }
td.TdClassName
{
border-color: #E0B746;
}
.TagClassName
{
border-color: #E0B746;
}
</style>