Shades of Tulip Tree #E0AD43
Tints of Tulip Tree #E0AD43
RGB
CMYK
RGB Variations
Color information
#E0AD43 (or 0xE0AD43) is known color: Tulip Tree. HEX triplet: E0, AD and 43. RGB value is (224,173,67). Sum of RGB (Red+Green+Blue) = 224+173+67=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD43 is #1F52BC. Grayscale: #B0B0B0. Windows color (decimal): -2052797 or 4435424. OLE color: 4435424.
HSL color Cylindrical-coordinate representation of color #E0AD43: hue angle of 40.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0AD43 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 67 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.12 |
| HSL | 40.51º | 0.72% | 0.57% | - |
| HSV(B) | 40.51º | 0.7% | 0.88% | - |
| XYZ | 46.7 | 46.14 | 11.75 | - |
| YUV | 176.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 67 | 0 | 0.23 | 0.70 | 0.12 | 40.51 | 0.72 | 0.57 |
| Hex | E0 | AD | 43 | 0 | 17 | 46 | C | 29 | 48 | 39 |
| Octal | 340 | 255 | 103 | 0 | 27 | 106 | 14 | 51 | 110 | 71 |
| Binary | 11100000 | 10101101 | 1000011 | 0 | 10111 | 1000110 | 1100 | 101001 | 1001000 | 111001 |
Color Harmonies of #E0AD43
Complementary color
Monochromatic Colors of #E0AD43
Black with #E0AD43
Text Example
Text Example
White with #E0AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD43; }
p { color: rgb(224,173,67); }
H1.HeaderClassName
{
color: #E0AD43;
}
.AnyTagClassName
{
color: #E0AD43;
}
</style>
background-color css
<style>
a { background-color: #E0AD43; }
a { background-color: rgb(224,173,67); }
div.DivClassName
{
background-color: #E0AD43;
}
.BgClassName
{
background-color: #E0AD43;
}
</style>
border-color css
<style>
span { border-color: #E0AD43; }
span { border-color: rgb(224,173,67); }
td.TdClassName
{
border-color: #E0AD43;
}
.TagClassName
{
border-color: #E0AD43;
}
</style>