Shades of Tulip Tree #E2AA42
Tints of Tulip Tree #E2AA42
RGB
CMYK
RGB Variations
Color information
#E2AA42 (or 0xE2AA42) is known color: Tulip Tree. HEX triplet: E2, AA and 42. RGB value is (226,170,66). Sum of RGB (Red+Green+Blue) = 226+170+66=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA42 is #1D55BD. Grayscale: #AFAFAF. Windows color (decimal): -1922494 or 4369122. OLE color: 4369122.
HSL color Cylindrical-coordinate representation of color #E2AA42: hue angle of 39º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2AA42 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 66 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.11 |
| HSL | 39º | 0.73% | 0.57% | - |
| HSV(B) | 39º | 0.71% | 0.89% | - |
| XYZ | 46.72 | 45.31 | 11.44 | - |
| YUV | 174.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 66 | 0 | 0.25 | 0.71 | 0.11 | 39 | 0.73 | 0.57 |
| Hex | E2 | AA | 42 | 0 | 19 | 47 | B | 27 | 49 | 39 |
| Octal | 342 | 252 | 102 | 0 | 31 | 107 | 13 | 47 | 111 | 71 |
| Binary | 11100010 | 10101010 | 1000010 | 0 | 11001 | 1000111 | 1011 | 100111 | 1001001 | 111001 |
Color Harmonies of #E2AA42
Complementary color
Monochromatic Colors of #E2AA42
Black with #E2AA42
Text Example
Text Example
White with #E2AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA42; }
p { color: rgb(226,170,66); }
H1.HeaderClassName
{
color: #E2AA42;
}
.AnyTagClassName
{
color: #E2AA42;
}
</style>
background-color css
<style>
a { background-color: #E2AA42; }
a { background-color: rgb(226,170,66); }
div.DivClassName
{
background-color: #E2AA42;
}
.BgClassName
{
background-color: #E2AA42;
}
</style>
border-color css
<style>
span { border-color: #E2AA42; }
span { border-color: rgb(226,170,66); }
td.TdClassName
{
border-color: #E2AA42;
}
.TagClassName
{
border-color: #E2AA42;
}
</style>