Shades of Tulip Tree #E0AD41
Tints of Tulip Tree #E0AD41
RGB
CMYK
RGB Variations
Color information
#E0AD41 (or 0xE0AD41) is known color: Tulip Tree. HEX triplet: E0, AD and 41. RGB value is (224,173,65). Sum of RGB (Red+Green+Blue) = 224+173+65=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD41 is #1F52BE. Grayscale: #B0B0B0. Windows color (decimal): -2052799 or 4304352. OLE color: 4304352.
HSL color Cylindrical-coordinate representation of color #E0AD41: hue angle of 40.75º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0AD41 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 65 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.12 |
| HSL | 40.75º | 0.72% | 0.57% | - |
| HSV(B) | 40.75º | 0.71% | 0.88% | - |
| XYZ | 46.64 | 46.12 | 11.44 | - |
| YUV | 175.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 65 | 0 | 0.23 | 0.71 | 0.12 | 40.75 | 0.72 | 0.57 |
| Hex | E0 | AD | 41 | 0 | 17 | 47 | C | 29 | 48 | 39 |
| Octal | 340 | 255 | 101 | 0 | 27 | 107 | 14 | 51 | 110 | 71 |
| Binary | 11100000 | 10101101 | 1000001 | 0 | 10111 | 1000111 | 1100 | 101001 | 1001000 | 111001 |
Color Harmonies of #E0AD41
Complementary color
Monochromatic Colors of #E0AD41
Black with #E0AD41
Text Example
Text Example
White with #E0AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD41; }
p { color: rgb(224,173,65); }
H1.HeaderClassName
{
color: #E0AD41;
}
.AnyTagClassName
{
color: #E0AD41;
}
</style>
background-color css
<style>
a { background-color: #E0AD41; }
a { background-color: rgb(224,173,65); }
div.DivClassName
{
background-color: #E0AD41;
}
.BgClassName
{
background-color: #E0AD41;
}
</style>
border-color css
<style>
span { border-color: #E0AD41; }
span { border-color: rgb(224,173,65); }
td.TdClassName
{
border-color: #E0AD41;
}
.TagClassName
{
border-color: #E0AD41;
}
</style>