Shades of Tulip Tree #E2AB31
Tints of Tulip Tree #E2AB31
RGB
CMYK
RGB Variations
Color information
#E2AB31 (or 0xE2AB31) is known color: Tulip Tree. HEX triplet: E2, AB and 31. RGB value is (226,171,49). Sum of RGB (Red+Green+Blue) = 226+171+49=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AB31 is #1D54CE. Grayscale: #AEAEAE. Windows color (decimal): -1922255 or 3255266. OLE color: 3255266.
HSL color Cylindrical-coordinate representation of color #E2AB31: hue angle of 41.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2AB31 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 49 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.11 |
| HSL | 41.36º | 0.75% | 0.54% | - |
| HSV(B) | 41.36º | 0.78% | 0.89% | - |
| XYZ | 46.48 | 45.52 | 9.24 | - |
| YUV | 173.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 49 | 0 | 0.24 | 0.78 | 0.11 | 41.36 | 0.75 | 0.54 |
| Hex | E2 | AB | 31 | 0 | 18 | 4E | B | 29 | 4B | 36 |
| Octal | 342 | 253 | 61 | 0 | 30 | 116 | 13 | 51 | 113 | 66 |
| Binary | 11100010 | 10101011 | 110001 | 0 | 11000 | 1001110 | 1011 | 101001 | 1001011 | 110110 |
Color Harmonies of #E2AB31
Complementary color
Monochromatic Colors of #E2AB31
Black with #E2AB31
Text Example
Text Example
White with #E2AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB31; }
p { color: rgb(226,171,49); }
H1.HeaderClassName
{
color: #E2AB31;
}
.AnyTagClassName
{
color: #E2AB31;
}
</style>
background-color css
<style>
a { background-color: #E2AB31; }
a { background-color: rgb(226,171,49); }
div.DivClassName
{
background-color: #E2AB31;
}
.BgClassName
{
background-color: #E2AB31;
}
</style>
border-color css
<style>
span { border-color: #E2AB31; }
span { border-color: rgb(226,171,49); }
td.TdClassName
{
border-color: #E2AB31;
}
.TagClassName
{
border-color: #E2AB31;
}
</style>