Shades of Tulip Tree #E0AD33
Tints of Tulip Tree #E0AD33
RGB
CMYK
RGB Variations
Color information
#E0AD33 (or 0xE0AD33) is known color: Tulip Tree. HEX triplet: E0, AD and 33. RGB value is (224,173,51). Sum of RGB (Red+Green+Blue) = 224+173+51=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD33 is #1F52CC. Grayscale: #AEAEAE. Windows color (decimal): -2052813 or 3386848. OLE color: 3386848.
HSL color Cylindrical-coordinate representation of color #E0AD33: hue angle of 42.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0AD33 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 51 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.12 |
| HSL | 42.31º | 0.74% | 0.54% | - |
| HSV(B) | 42.31º | 0.77% | 0.88% | - |
| XYZ | 46.28 | 45.97 | 9.57 | - |
| YUV | 174.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 51 | 0 | 0.23 | 0.77 | 0.12 | 42.31 | 0.74 | 0.54 |
| Hex | E0 | AD | 33 | 0 | 17 | 4D | C | 2A | 4A | 36 |
| Octal | 340 | 255 | 63 | 0 | 27 | 115 | 14 | 52 | 112 | 66 |
| Binary | 11100000 | 10101101 | 110011 | 0 | 10111 | 1001101 | 1100 | 101010 | 1001010 | 110110 |
Color Harmonies of #E0AD33
Complementary color
Monochromatic Colors of #E0AD33
Black with #E0AD33
Text Example
Text Example
White with #E0AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD33; }
p { color: rgb(224,173,51); }
H1.HeaderClassName
{
color: #E0AD33;
}
.AnyTagClassName
{
color: #E0AD33;
}
</style>
background-color css
<style>
a { background-color: #E0AD33; }
a { background-color: rgb(224,173,51); }
div.DivClassName
{
background-color: #E0AD33;
}
.BgClassName
{
background-color: #E0AD33;
}
</style>
border-color css
<style>
span { border-color: #E0AD33; }
span { border-color: rgb(224,173,51); }
td.TdClassName
{
border-color: #E0AD33;
}
.TagClassName
{
border-color: #E0AD33;
}
</style>