Shades of Tulip Tree #E6B536
Tints of Tulip Tree #E6B536
RGB
CMYK
RGB Variations
Color information
#E6B536 (or 0xE6B536) is known color: Tulip Tree. HEX triplet: E6, B5 and 36. RGB value is (230,181,54). Sum of RGB (Red+Green+Blue) = 230+181+54=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B536 is #194AC9. Grayscale: #B5B5B5. Windows color (decimal): -1657546 or 3585510. OLE color: 3585510.
HSL color Cylindrical-coordinate representation of color #E6B536: hue angle of 43.3º 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 #E6B536 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 54 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.10 |
| HSL | 43.3º | 0.78% | 0.56% | - |
| HSV(B) | 43.3º | 0.77% | 0.9% | - |
| XYZ | 49.82 | 50.14 | 10.54 | - |
| YUV | 181.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 54 | 0 | 0.21 | 0.77 | 0.10 | 43.3 | 0.78 | 0.56 |
| Hex | E6 | B5 | 36 | 0 | 15 | 4D | A | 2B | 4E | 38 |
| Octal | 346 | 265 | 66 | 0 | 25 | 115 | 12 | 53 | 116 | 70 |
| Binary | 11100110 | 10110101 | 110110 | 0 | 10101 | 1001101 | 1010 | 101011 | 1001110 | 111000 |
Color Harmonies of #E6B536
Complementary color
Monochromatic Colors of #E6B536
Black with #E6B536
Text Example
Text Example
White with #E6B536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B536; }
p { color: rgb(230,181,54); }
H1.HeaderClassName
{
color: #E6B536;
}
.AnyTagClassName
{
color: #E6B536;
}
</style>
background-color css
<style>
a { background-color: #E6B536; }
a { background-color: rgb(230,181,54); }
div.DivClassName
{
background-color: #E6B536;
}
.BgClassName
{
background-color: #E6B536;
}
</style>
border-color css
<style>
span { border-color: #E6B536; }
span { border-color: rgb(230,181,54); }
td.TdClassName
{
border-color: #E6B536;
}
.TagClassName
{
border-color: #E6B536;
}
</style>