Shades of Tulip Tree #E6AA36
Tints of Tulip Tree #E6AA36
RGB
CMYK
RGB Variations
Color information
#E6AA36 (or 0xE6AA36) is known color: Tulip Tree. HEX triplet: E6, AA and 36. RGB value is (230,170,54). Sum of RGB (Red+Green+Blue) = 230+170+54=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AA36 is #1955C9. Grayscale: #AFAFAF. Windows color (decimal): -1660362 or 3582694. OLE color: 3582694.
HSL color Cylindrical-coordinate representation of color #E6AA36: hue angle of 39.55º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6AA36 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 54 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.10 |
| HSL | 39.55º | 0.78% | 0.56% | - |
| HSV(B) | 39.55º | 0.77% | 0.9% | - |
| XYZ | 47.67 | 45.84 | 9.83 | - |
| YUV | 174.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 54 | 0 | 0.26 | 0.77 | 0.10 | 39.55 | 0.78 | 0.56 |
| Hex | E6 | AA | 36 | 0 | 1A | 4D | A | 28 | 4E | 38 |
| Octal | 346 | 252 | 66 | 0 | 32 | 115 | 12 | 50 | 116 | 70 |
| Binary | 11100110 | 10101010 | 110110 | 0 | 11010 | 1001101 | 1010 | 101000 | 1001110 | 111000 |
Color Harmonies of #E6AA36
Complementary color
Monochromatic Colors of #E6AA36
Black with #E6AA36
Text Example
Text Example
White with #E6AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA36; }
p { color: rgb(230,170,54); }
H1.HeaderClassName
{
color: #E6AA36;
}
.AnyTagClassName
{
color: #E6AA36;
}
</style>
background-color css
<style>
a { background-color: #E6AA36; }
a { background-color: rgb(230,170,54); }
div.DivClassName
{
background-color: #E6AA36;
}
.BgClassName
{
background-color: #E6AA36;
}
</style>
border-color css
<style>
span { border-color: #E6AA36; }
span { border-color: rgb(230,170,54); }
td.TdClassName
{
border-color: #E6AA36;
}
.TagClassName
{
border-color: #E6AA36;
}
</style>