Shades of Tulip Tree #E1AD36
Tints of Tulip Tree #E1AD36
RGB
CMYK
RGB Variations
Color information
#E1AD36 (or 0xE1AD36) is known color: Tulip Tree. HEX triplet: E1, AD and 36. RGB value is (225,173,54). Sum of RGB (Red+Green+Blue) = 225+173+54=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD36 is #1E52C9. Grayscale: #AFAFAF. Windows color (decimal): -1987274 or 3583457. OLE color: 3583457.
HSL color Cylindrical-coordinate representation of color #E1AD36: hue angle of 41.75º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1AD36 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 54 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.12 |
| HSL | 41.75º | 0.74% | 0.55% | - |
| HSV(B) | 41.75º | 0.76% | 0.88% | - |
| XYZ | 46.66 | 46.16 | 9.94 | - |
| YUV | 174.98 | 59.73 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 54 | 0 | 0.23 | 0.76 | 0.12 | 41.75 | 0.74 | 0.55 |
| Hex | E1 | AD | 36 | 0 | 17 | 4C | C | 2A | 4A | 37 |
| Octal | 341 | 255 | 66 | 0 | 27 | 114 | 14 | 52 | 112 | 67 |
| Binary | 11100001 | 10101101 | 110110 | 0 | 10111 | 1001100 | 1100 | 101010 | 1001010 | 110111 |
Color Harmonies of #E1AD36
Complementary color
Monochromatic Colors of #E1AD36
Black with #E1AD36
Text Example
Text Example
White with #E1AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD36; }
p { color: rgb(225,173,54); }
H1.HeaderClassName
{
color: #E1AD36;
}
.AnyTagClassName
{
color: #E1AD36;
}
</style>
background-color css
<style>
a { background-color: #E1AD36; }
a { background-color: rgb(225,173,54); }
div.DivClassName
{
background-color: #E1AD36;
}
.BgClassName
{
background-color: #E1AD36;
}
</style>
border-color css
<style>
span { border-color: #E1AD36; }
span { border-color: rgb(225,173,54); }
td.TdClassName
{
border-color: #E1AD36;
}
.TagClassName
{
border-color: #E1AD36;
}
</style>