Shades of Tulip Tree #E2A533
Tints of Tulip Tree #E2A533
RGB
CMYK
RGB Variations
Color information
#E2A533 (or 0xE2A533) is known color: Tulip Tree. HEX triplet: E2, A5 and 33. RGB value is (226,165,51). Sum of RGB (Red+Green+Blue) = 226+165+51=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A533 is #1D5ACC. Grayscale: #AAAAAA. Windows color (decimal): -1923789 or 3384802. OLE color: 3384802.
HSL color Cylindrical-coordinate representation of color #E2A533: hue angle of 39.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2A533 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 51 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.11 |
| HSL | 39.09º | 0.75% | 0.54% | - |
| HSV(B) | 39.09º | 0.77% | 0.89% | - |
| XYZ | 45.42 | 43.32 | 9.1 | - |
| YUV | 170.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 51 | 0 | 0.27 | 0.77 | 0.11 | 39.09 | 0.75 | 0.54 |
| Hex | E2 | A5 | 33 | 0 | 1B | 4D | B | 27 | 4B | 36 |
| Octal | 342 | 245 | 63 | 0 | 33 | 115 | 13 | 47 | 113 | 66 |
| Binary | 11100010 | 10100101 | 110011 | 0 | 11011 | 1001101 | 1011 | 100111 | 1001011 | 110110 |
Color Harmonies of #E2A533
Complementary color
Monochromatic Colors of #E2A533
Black with #E2A533
Text Example
Text Example
White with #E2A533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A533; }
p { color: rgb(226,165,51); }
H1.HeaderClassName
{
color: #E2A533;
}
.AnyTagClassName
{
color: #E2A533;
}
</style>
background-color css
<style>
a { background-color: #E2A533; }
a { background-color: rgb(226,165,51); }
div.DivClassName
{
background-color: #E2A533;
}
.BgClassName
{
background-color: #E2A533;
}
</style>
border-color css
<style>
span { border-color: #E2A533; }
span { border-color: rgb(226,165,51); }
td.TdClassName
{
border-color: #E2A533;
}
.TagClassName
{
border-color: #E2A533;
}
</style>