Shades of Tulip Tree #E1A83A
Tints of Tulip Tree #E1A83A
RGB
CMYK
RGB Variations
Color information
#E1A83A (or 0xE1A83A) is known color: Tulip Tree. HEX triplet: E1, A8 and 3A. RGB value is (225,168,58). Sum of RGB (Red+Green+Blue) = 225+168+58=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A83A is #1E57C5. Grayscale: #ADADAD. Windows color (decimal): -1988550 or 3844321. OLE color: 3844321.
HSL color Cylindrical-coordinate representation of color #E1A83A: hue angle of 39.52º 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 #E1A83A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 58 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.12 |
| HSL | 39.52º | 0.74% | 0.55% | - |
| HSV(B) | 39.52º | 0.74% | 0.88% | - |
| XYZ | 45.82 | 44.32 | 10.14 | - |
| YUV | 172.5 | 63.38 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 58 | 0 | 0.25 | 0.74 | 0.12 | 39.52 | 0.74 | 0.55 |
| Hex | E1 | A8 | 3A | 0 | 19 | 4A | C | 28 | 4A | 37 |
| Octal | 341 | 250 | 72 | 0 | 31 | 112 | 14 | 50 | 112 | 67 |
| Binary | 11100001 | 10101000 | 111010 | 0 | 11001 | 1001010 | 1100 | 101000 | 1001010 | 110111 |
Color Harmonies of #E1A83A
Complementary color
Monochromatic Colors of #E1A83A
Black with #E1A83A
Text Example
Text Example
White with #E1A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A83A; }
p { color: rgb(225,168,58); }
H1.HeaderClassName
{
color: #E1A83A;
}
.AnyTagClassName
{
color: #E1A83A;
}
</style>
background-color css
<style>
a { background-color: #E1A83A; }
a { background-color: rgb(225,168,58); }
div.DivClassName
{
background-color: #E1A83A;
}
.BgClassName
{
background-color: #E1A83A;
}
</style>
border-color css
<style>
span { border-color: #E1A83A; }
span { border-color: rgb(225,168,58); }
td.TdClassName
{
border-color: #E1A83A;
}
.TagClassName
{
border-color: #E1A83A;
}
</style>