Shades of Tulip Tree #E0A530
Tints of Tulip Tree #E0A530
RGB
CMYK
RGB Variations
Color information
#E0A530 (or 0xE0A530) is known color: Tulip Tree. HEX triplet: E0, A5 and 30. RGB value is (224,165,48). Sum of RGB (Red+Green+Blue) = 224+165+48=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A530 is #1F5ACF. Grayscale: #A9A9A9. Windows color (decimal): -2054864 or 3188192. OLE color: 3188192.
HSL color Cylindrical-coordinate representation of color #E0A530: hue angle of 39.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0A530 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 48 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.12 |
| HSL | 39.89º | 0.74% | 0.53% | - |
| HSV(B) | 39.89º | 0.79% | 0.88% | - |
| XYZ | 44.73 | 42.97 | 8.73 | - |
| YUV | 169.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 48 | 0 | 0.26 | 0.79 | 0.12 | 39.89 | 0.74 | 0.53 |
| Hex | E0 | A5 | 30 | 0 | 1A | 4F | C | 28 | 4A | 35 |
| Octal | 340 | 245 | 60 | 0 | 32 | 117 | 14 | 50 | 112 | 65 |
| Binary | 11100000 | 10100101 | 110000 | 0 | 11010 | 1001111 | 1100 | 101000 | 1001010 | 110101 |
Color Harmonies of #E0A530
Complementary color
Monochromatic Colors of #E0A530
Black with #E0A530
Text Example
Text Example
White with #E0A530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A530; }
p { color: rgb(224,165,48); }
H1.HeaderClassName
{
color: #E0A530;
}
.AnyTagClassName
{
color: #E0A530;
}
</style>
background-color css
<style>
a { background-color: #E0A530; }
a { background-color: rgb(224,165,48); }
div.DivClassName
{
background-color: #E0A530;
}
.BgClassName
{
background-color: #E0A530;
}
</style>
border-color css
<style>
span { border-color: #E0A530; }
span { border-color: rgb(224,165,48); }
td.TdClassName
{
border-color: #E0A530;
}
.TagClassName
{
border-color: #E0A530;
}
</style>