Shades of Tulip Tree #E1AD3A
Tints of Tulip Tree #E1AD3A
RGB
CMYK
RGB Variations
Color information
#E1AD3A (or 0xE1AD3A) is known color: Tulip Tree. HEX triplet: E1, AD and 3A. RGB value is (225,173,58). Sum of RGB (Red+Green+Blue) = 225+173+58=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD3A is #1E52C5. Grayscale: #AFAFAF. Windows color (decimal): -1987270 or 3845601. OLE color: 3845601.
HSL color Cylindrical-coordinate representation of color #E1AD3A: hue angle of 41.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1AD3A is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 58 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.12 |
| HSL | 41.32º | 0.74% | 0.55% | - |
| HSV(B) | 41.32º | 0.74% | 0.88% | - |
| XYZ | 46.76 | 46.2 | 10.46 | - |
| YUV | 175.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 58 | 0 | 0.23 | 0.74 | 0.12 | 41.32 | 0.74 | 0.55 |
| Hex | E1 | AD | 3A | 0 | 17 | 4A | C | 29 | 4A | 37 |
| Octal | 341 | 255 | 72 | 0 | 27 | 112 | 14 | 51 | 112 | 67 |
| Binary | 11100001 | 10101101 | 111010 | 0 | 10111 | 1001010 | 1100 | 101001 | 1001010 | 110111 |
Color Harmonies of #E1AD3A
Complementary color
Monochromatic Colors of #E1AD3A
Black with #E1AD3A
Text Example
Text Example
White with #E1AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD3A; }
p { color: rgb(225,173,58); }
H1.HeaderClassName
{
color: #E1AD3A;
}
.AnyTagClassName
{
color: #E1AD3A;
}
</style>
background-color css
<style>
a { background-color: #E1AD3A; }
a { background-color: rgb(225,173,58); }
div.DivClassName
{
background-color: #E1AD3A;
}
.BgClassName
{
background-color: #E1AD3A;
}
</style>
border-color css
<style>
span { border-color: #E1AD3A; }
span { border-color: rgb(225,173,58); }
td.TdClassName
{
border-color: #E1AD3A;
}
.TagClassName
{
border-color: #E1AD3A;
}
</style>