Shades of Tulip Tree #E0AD37
Tints of Tulip Tree #E0AD37
RGB
CMYK
RGB Variations
Color information
#E0AD37 (or 0xE0AD37) is known color: Tulip Tree. HEX triplet: E0, AD and 37. RGB value is (224,173,55). Sum of RGB (Red+Green+Blue) = 224+173+55=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD37 is #1F52C8. Grayscale: #AFAFAF. Windows color (decimal): -2052809 or 3648992. OLE color: 3648992.
HSL color Cylindrical-coordinate representation of color #E0AD37: hue angle of 41.89º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0AD37 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 55 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.12 |
| HSL | 41.89º | 0.73% | 0.55% | - |
| HSV(B) | 41.89º | 0.75% | 0.88% | - |
| XYZ | 46.37 | 46.01 | 10.05 | - |
| YUV | 174.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 55 | 0 | 0.23 | 0.75 | 0.12 | 41.89 | 0.73 | 0.55 |
| Hex | E0 | AD | 37 | 0 | 17 | 4B | C | 2A | 49 | 37 |
| Octal | 340 | 255 | 67 | 0 | 27 | 113 | 14 | 52 | 111 | 67 |
| Binary | 11100000 | 10101101 | 110111 | 0 | 10111 | 1001011 | 1100 | 101010 | 1001001 | 110111 |
Color Harmonies of #E0AD37
Complementary color
Monochromatic Colors of #E0AD37
Black with #E0AD37
Text Example
Text Example
White with #E0AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD37; }
p { color: rgb(224,173,55); }
H1.HeaderClassName
{
color: #E0AD37;
}
.AnyTagClassName
{
color: #E0AD37;
}
</style>
background-color css
<style>
a { background-color: #E0AD37; }
a { background-color: rgb(224,173,55); }
div.DivClassName
{
background-color: #E0AD37;
}
.BgClassName
{
background-color: #E0AD37;
}
</style>
border-color css
<style>
span { border-color: #E0AD37; }
span { border-color: rgb(224,173,55); }
td.TdClassName
{
border-color: #E0AD37;
}
.TagClassName
{
border-color: #E0AD37;
}
</style>