Shades of Tulip Tree #E5A930
Tints of Tulip Tree #E5A930
RGB
CMYK
RGB Variations
Color information
#E5A930 (or 0xE5A930) is known color: Tulip Tree. HEX triplet: E5, A9 and 30. RGB value is (229,169,48). Sum of RGB (Red+Green+Blue) = 229+169+48=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A930 is #1A56CF. Grayscale: #ADADAD. Windows color (decimal): -1726160 or 3189221. OLE color: 3189221.
HSL color Cylindrical-coordinate representation of color #E5A930: hue angle of 40.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5A930 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 48 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.10 |
| HSL | 40.11º | 0.78% | 0.54% | - |
| HSV(B) | 40.11º | 0.79% | 0.9% | - |
| XYZ | 47.03 | 45.25 | 9.05 | - |
| YUV | 173.15 | 57.38 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 48 | 0 | 0.26 | 0.79 | 0.10 | 40.11 | 0.78 | 0.54 |
| Hex | E5 | A9 | 30 | 0 | 1A | 4F | A | 28 | 4E | 36 |
| Octal | 345 | 251 | 60 | 0 | 32 | 117 | 12 | 50 | 116 | 66 |
| Binary | 11100101 | 10101001 | 110000 | 0 | 11010 | 1001111 | 1010 | 101000 | 1001110 | 110110 |
Color Harmonies of #E5A930
Complementary color
Monochromatic Colors of #E5A930
Black with #E5A930
Text Example
Text Example
White with #E5A930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A930; }
p { color: rgb(229,169,48); }
H1.HeaderClassName
{
color: #E5A930;
}
.AnyTagClassName
{
color: #E5A930;
}
</style>
background-color css
<style>
a { background-color: #E5A930; }
a { background-color: rgb(229,169,48); }
div.DivClassName
{
background-color: #E5A930;
}
.BgClassName
{
background-color: #E5A930;
}
</style>
border-color css
<style>
span { border-color: #E5A930; }
span { border-color: rgb(229,169,48); }
td.TdClassName
{
border-color: #E5A930;
}
.TagClassName
{
border-color: #E5A930;
}
</style>