Shades of Tulip Tree #E1A542
Tints of Tulip Tree #E1A542
RGB
CMYK
RGB Variations
Color information
#E1A542 (or 0xE1A542) is known color: Tulip Tree. HEX triplet: E1, A5 and 42. RGB value is (225,165,66). Sum of RGB (Red+Green+Blue) = 225+165+66=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A542 is #1E5ABD. Grayscale: #ACACAC. Windows color (decimal): -1989310 or 4367841. OLE color: 4367841.
HSL color Cylindrical-coordinate representation of color #E1A542: hue angle of 37.36º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1A542 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 66 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.12 |
| HSL | 37.36º | 0.73% | 0.57% | - |
| HSV(B) | 37.36º | 0.71% | 0.88% | - |
| XYZ | 45.49 | 43.31 | 11.12 | - |
| YUV | 171.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 66 | 0 | 0.27 | 0.71 | 0.12 | 37.36 | 0.73 | 0.57 |
| Hex | E1 | A5 | 42 | 0 | 1B | 47 | C | 25 | 49 | 39 |
| Octal | 341 | 245 | 102 | 0 | 33 | 107 | 14 | 45 | 111 | 71 |
| Binary | 11100001 | 10100101 | 1000010 | 0 | 11011 | 1000111 | 1100 | 100101 | 1001001 | 111001 |
Color Harmonies of #E1A542
Complementary color
Monochromatic Colors of #E1A542
Black with #E1A542
Text Example
Text Example
White with #E1A542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A542; }
p { color: rgb(225,165,66); }
H1.HeaderClassName
{
color: #E1A542;
}
.AnyTagClassName
{
color: #E1A542;
}
</style>
background-color css
<style>
a { background-color: #E1A542; }
a { background-color: rgb(225,165,66); }
div.DivClassName
{
background-color: #E1A542;
}
.BgClassName
{
background-color: #E1A542;
}
</style>
border-color css
<style>
span { border-color: #E1A542; }
span { border-color: rgb(225,165,66); }
td.TdClassName
{
border-color: #E1A542;
}
.TagClassName
{
border-color: #E1A542;
}
</style>