Shades of Tulip Tree #E6B535
Tints of Tulip Tree #E6B535
RGB
CMYK
RGB Variations
Color information
#E6B535 (or 0xE6B535) is known color: Tulip Tree. HEX triplet: E6, B5 and 35. RGB value is (230,181,53). Sum of RGB (Red+Green+Blue) = 230+181+53=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B535 is #194ACA. Grayscale: #B5B5B5. Windows color (decimal): -1657547 or 3519974. OLE color: 3519974.
HSL color Cylindrical-coordinate representation of color #E6B535: hue angle of 43.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6B535 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 53 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.10 |
| HSL | 43.39º | 0.78% | 0.55% | - |
| HSV(B) | 43.39º | 0.77% | 0.9% | - |
| XYZ | 49.8 | 50.13 | 10.42 | - |
| YUV | 181.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 53 | 0 | 0.21 | 0.77 | 0.10 | 43.39 | 0.78 | 0.55 |
| Hex | E6 | B5 | 35 | 0 | 15 | 4D | A | 2B | 4E | 37 |
| Octal | 346 | 265 | 65 | 0 | 25 | 115 | 12 | 53 | 116 | 67 |
| Binary | 11100110 | 10110101 | 110101 | 0 | 10101 | 1001101 | 1010 | 101011 | 1001110 | 110111 |
Color Harmonies of #E6B535
Complementary color
Monochromatic Colors of #E6B535
Black with #E6B535
Text Example
Text Example
White with #E6B535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B535; }
p { color: rgb(230,181,53); }
H1.HeaderClassName
{
color: #E6B535;
}
.AnyTagClassName
{
color: #E6B535;
}
</style>
background-color css
<style>
a { background-color: #E6B535; }
a { background-color: rgb(230,181,53); }
div.DivClassName
{
background-color: #E6B535;
}
.BgClassName
{
background-color: #E6B535;
}
</style>
border-color css
<style>
span { border-color: #E6B535; }
span { border-color: rgb(230,181,53); }
td.TdClassName
{
border-color: #E6B535;
}
.TagClassName
{
border-color: #E6B535;
}
</style>