Shades of Tulip Tree #E6A136
Tints of Tulip Tree #E6A136
RGB
CMYK
RGB Variations
Color information
#E6A136 (or 0xE6A136) is known color: Tulip Tree. HEX triplet: E6, A1 and 36. RGB value is (230,161,54). Sum of RGB (Red+Green+Blue) = 230+161+54=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A136 is #195EC9. Grayscale: #A9A9A9. Windows color (decimal): -1662666 or 3580390. OLE color: 3580390.
HSL color Cylindrical-coordinate representation of color #E6A136: hue angle of 36.48º 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 #E6A136 is Cyan = 0, Magento = 0.3, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 54 | - |
| CMYK | 0 | 0.3 | 0.77 | 0.10 |
| HSL | 36.48º | 0.78% | 0.56% | - |
| HSV(B) | 36.48º | 0.77% | 0.9% | - |
| XYZ | 46.04 | 42.58 | 9.28 | - |
| YUV | 169.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 54 | 0 | 0.3 | 0.77 | 0.10 | 36.48 | 0.78 | 0.56 |
| Hex | E6 | A1 | 36 | 0 | 1E | 4D | A | 24 | 4E | 38 |
| Octal | 346 | 241 | 66 | 0 | 36 | 115 | 12 | 44 | 116 | 70 |
| Binary | 11100110 | 10100001 | 110110 | 0 | 11110 | 1001101 | 1010 | 100100 | 1001110 | 111000 |
Color Harmonies of #E6A136
Complementary color
Monochromatic Colors of #E6A136
Black with #E6A136
Text Example
Text Example
White with #E6A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A136; }
p { color: rgb(230,161,54); }
H1.HeaderClassName
{
color: #E6A136;
}
.AnyTagClassName
{
color: #E6A136;
}
</style>
background-color css
<style>
a { background-color: #E6A136; }
a { background-color: rgb(230,161,54); }
div.DivClassName
{
background-color: #E6A136;
}
.BgClassName
{
background-color: #E6A136;
}
</style>
border-color css
<style>
span { border-color: #E6A136; }
span { border-color: rgb(230,161,54); }
td.TdClassName
{
border-color: #E6A136;
}
.TagClassName
{
border-color: #E6A136;
}
</style>