Shades of Tulip Tree #E0A546
Tints of Tulip Tree #E0A546
RGB
CMYK
RGB Variations
Color information
#E0A546 (or 0xE0A546) is known color: Tulip Tree. HEX triplet: E0, A5 and 46. RGB value is (224,165,70). Sum of RGB (Red+Green+Blue) = 224+165+70=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A546 is #1F5AB9. Grayscale: #ACACAC. Windows color (decimal): -2054842 or 4629984. OLE color: 4629984.
HSL color Cylindrical-coordinate representation of color #E0A546: hue angle of 37.01º 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 #E0A546 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 70 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.12 |
| HSL | 37.01º | 0.71% | 0.58% | - |
| HSV(B) | 37.01º | 0.69% | 0.88% | - |
| XYZ | 45.3 | 43.2 | 11.75 | - |
| YUV | 171.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 70 | 0 | 0.26 | 0.69 | 0.12 | 37.01 | 0.71 | 0.58 |
| Hex | E0 | A5 | 46 | 0 | 1A | 45 | C | 25 | 47 | 3A |
| Octal | 340 | 245 | 106 | 0 | 32 | 105 | 14 | 45 | 107 | 72 |
| Binary | 11100000 | 10100101 | 1000110 | 0 | 11010 | 1000101 | 1100 | 100101 | 1000111 | 111010 |
Color Harmonies of #E0A546
Complementary color
Monochromatic Colors of #E0A546
Black with #E0A546
Text Example
Text Example
White with #E0A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A546; }
p { color: rgb(224,165,70); }
H1.HeaderClassName
{
color: #E0A546;
}
.AnyTagClassName
{
color: #E0A546;
}
</style>
background-color css
<style>
a { background-color: #E0A546; }
a { background-color: rgb(224,165,70); }
div.DivClassName
{
background-color: #E0A546;
}
.BgClassName
{
background-color: #E0A546;
}
</style>
border-color css
<style>
span { border-color: #E0A546; }
span { border-color: rgb(224,165,70); }
td.TdClassName
{
border-color: #E0A546;
}
.TagClassName
{
border-color: #E0A546;
}
</style>