Shades of Tulip Tree #E2A53A
Tints of Tulip Tree #E2A53A
RGB
CMYK
RGB Variations
Color information
#E2A53A (or 0xE2A53A) is known color: Tulip Tree. HEX triplet: E2, A5 and 3A. RGB value is (226,165,58). Sum of RGB (Red+Green+Blue) = 226+165+58=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A53A is #1D5AC5. Grayscale: #ABABAB. Windows color (decimal): -1923782 or 3843554. OLE color: 3843554.
HSL color Cylindrical-coordinate representation of color #E2A53A: hue angle of 38.21º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2A53A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 58 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.11 |
| HSL | 38.21º | 0.74% | 0.56% | - |
| HSV(B) | 38.21º | 0.74% | 0.89% | - |
| XYZ | 45.58 | 43.38 | 9.97 | - |
| YUV | 171.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 58 | 0 | 0.27 | 0.74 | 0.11 | 38.21 | 0.74 | 0.56 |
| Hex | E2 | A5 | 3A | 0 | 1B | 4A | B | 26 | 4A | 38 |
| Octal | 342 | 245 | 72 | 0 | 33 | 112 | 13 | 46 | 112 | 70 |
| Binary | 11100010 | 10100101 | 111010 | 0 | 11011 | 1001010 | 1011 | 100110 | 1001010 | 111000 |
Color Harmonies of #E2A53A
Complementary color
Monochromatic Colors of #E2A53A
Black with #E2A53A
Text Example
Text Example
White with #E2A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A53A; }
p { color: rgb(226,165,58); }
H1.HeaderClassName
{
color: #E2A53A;
}
.AnyTagClassName
{
color: #E2A53A;
}
</style>
background-color css
<style>
a { background-color: #E2A53A; }
a { background-color: rgb(226,165,58); }
div.DivClassName
{
background-color: #E2A53A;
}
.BgClassName
{
background-color: #E2A53A;
}
</style>
border-color css
<style>
span { border-color: #E2A53A; }
span { border-color: rgb(226,165,58); }
td.TdClassName
{
border-color: #E2A53A;
}
.TagClassName
{
border-color: #E2A53A;
}
</style>