Shades of Tulip Tree #E6B53E
Tints of Tulip Tree #E6B53E
RGB
CMYK
RGB Variations
Color information
#E6B53E (or 0xE6B53E) is known color: Tulip Tree. HEX triplet: E6, B5 and 3E. RGB value is (230,181,62). Sum of RGB (Red+Green+Blue) = 230+181+62=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B53E is #194AC1. Grayscale: #B6B6B6. Windows color (decimal): -1657538 or 4109798. OLE color: 4109798.
HSL color Cylindrical-coordinate representation of color #E6B53E: hue angle of 42.5º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6B53E is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 62 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.10 |
| HSL | 42.5º | 0.77% | 0.57% | - |
| HSV(B) | 42.5º | 0.73% | 0.9% | - |
| XYZ | 50.03 | 50.22 | 11.61 | - |
| YUV | 182.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 62 | 0 | 0.21 | 0.73 | 0.10 | 42.5 | 0.77 | 0.57 |
| Hex | E6 | B5 | 3E | 0 | 15 | 49 | A | 2A | 4D | 39 |
| Octal | 346 | 265 | 76 | 0 | 25 | 111 | 12 | 52 | 115 | 71 |
| Binary | 11100110 | 10110101 | 111110 | 0 | 10101 | 1001001 | 1010 | 101010 | 1001101 | 111001 |
Color Harmonies of #E6B53E
Complementary color
Monochromatic Colors of #E6B53E
Black with #E6B53E
Text Example
Text Example
White with #E6B53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B53E; }
p { color: rgb(230,181,62); }
H1.HeaderClassName
{
color: #E6B53E;
}
.AnyTagClassName
{
color: #E6B53E;
}
</style>
background-color css
<style>
a { background-color: #E6B53E; }
a { background-color: rgb(230,181,62); }
div.DivClassName
{
background-color: #E6B53E;
}
.BgClassName
{
background-color: #E6B53E;
}
</style>
border-color css
<style>
span { border-color: #E6B53E; }
span { border-color: rgb(230,181,62); }
td.TdClassName
{
border-color: #E6B53E;
}
.TagClassName
{
border-color: #E6B53E;
}
</style>