Shades of Tulip Tree #E0A540
Tints of Tulip Tree #E0A540
RGB
CMYK
RGB Variations
Color information
#E0A540 (or 0xE0A540) is known color: Tulip Tree. HEX triplet: E0, A5 and 40. RGB value is (224,165,64). Sum of RGB (Red+Green+Blue) = 224+165+64=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A540 is #1F5ABF. Grayscale: #ABABAB. Windows color (decimal): -2054848 or 4236768. OLE color: 4236768.
HSL color Cylindrical-coordinate representation of color #E0A540: hue angle of 37.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0A540 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 64 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.12 |
| HSL | 37.88º | 0.72% | 0.56% | - |
| HSV(B) | 37.88º | 0.71% | 0.88% | - |
| XYZ | 45.12 | 43.13 | 10.8 | - |
| YUV | 171.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 64 | 0 | 0.26 | 0.71 | 0.12 | 37.88 | 0.72 | 0.56 |
| Hex | E0 | A5 | 40 | 0 | 1A | 47 | C | 26 | 48 | 38 |
| Octal | 340 | 245 | 100 | 0 | 32 | 107 | 14 | 46 | 110 | 70 |
| Binary | 11100000 | 10100101 | 1000000 | 0 | 11010 | 1000111 | 1100 | 100110 | 1001000 | 111000 |
Color Harmonies of #E0A540
Complementary color
Monochromatic Colors of #E0A540
Black with #E0A540
Text Example
Text Example
White with #E0A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A540; }
p { color: rgb(224,165,64); }
H1.HeaderClassName
{
color: #E0A540;
}
.AnyTagClassName
{
color: #E0A540;
}
</style>
background-color css
<style>
a { background-color: #E0A540; }
a { background-color: rgb(224,165,64); }
div.DivClassName
{
background-color: #E0A540;
}
.BgClassName
{
background-color: #E0A540;
}
</style>
border-color css
<style>
span { border-color: #E0A540; }
span { border-color: rgb(224,165,64); }
td.TdClassName
{
border-color: #E0A540;
}
.TagClassName
{
border-color: #E0A540;
}
</style>