Shades of Tulip Tree #E1AE36
Tints of Tulip Tree #E1AE36
RGB
CMYK
RGB Variations
Color information
#E1AE36 (or 0xE1AE36) is known color: Tulip Tree. HEX triplet: E1, AE and 36. RGB value is (225,174,54). Sum of RGB (Red+Green+Blue) = 225+174+54=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AE36 is #1E51C9. Grayscale: #B0B0B0. Windows color (decimal): -1987018 or 3583713. OLE color: 3583713.
HSL color Cylindrical-coordinate representation of color #E1AE36: hue angle of 42.11º 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 #E1AE36 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 54 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.12 |
| HSL | 42.11º | 0.74% | 0.55% | - |
| HSV(B) | 42.11º | 0.76% | 0.88% | - |
| XYZ | 46.85 | 46.55 | 10 | - |
| YUV | 175.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 54 | 0 | 0.23 | 0.76 | 0.12 | 42.11 | 0.74 | 0.55 |
| Hex | E1 | AE | 36 | 0 | 17 | 4C | C | 2A | 4A | 37 |
| Octal | 341 | 256 | 66 | 0 | 27 | 114 | 14 | 52 | 112 | 67 |
| Binary | 11100001 | 10101110 | 110110 | 0 | 10111 | 1001100 | 1100 | 101010 | 1001010 | 110111 |
Color Harmonies of #E1AE36
Complementary color
Monochromatic Colors of #E1AE36
Black with #E1AE36
Text Example
Text Example
White with #E1AE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AE36; }
p { color: rgb(225,174,54); }
H1.HeaderClassName
{
color: #E1AE36;
}
.AnyTagClassName
{
color: #E1AE36;
}
</style>
background-color css
<style>
a { background-color: #E1AE36; }
a { background-color: rgb(225,174,54); }
div.DivClassName
{
background-color: #E1AE36;
}
.BgClassName
{
background-color: #E1AE36;
}
</style>
border-color css
<style>
span { border-color: #E1AE36; }
span { border-color: rgb(225,174,54); }
td.TdClassName
{
border-color: #E1AE36;
}
.TagClassName
{
border-color: #E1AE36;
}
</style>