Shades of Tulip Tree #E6AB40
Tints of Tulip Tree #E6AB40
RGB
CMYK
RGB Variations
Color information
#E6AB40 (or 0xE6AB40) is known color: Tulip Tree. HEX triplet: E6, AB and 40. RGB value is (230,171,64). Sum of RGB (Red+Green+Blue) = 230+171+64=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AB40 is #1954BF. Grayscale: #B0B0B0. Windows color (decimal): -1660096 or 4238310. OLE color: 4238310.
HSL color Cylindrical-coordinate representation of color #E6AB40: hue angle of 38.67º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6AB40 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 64 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.10 |
| HSL | 38.67º | 0.77% | 0.58% | - |
| HSV(B) | 38.67º | 0.72% | 0.9% | - |
| XYZ | 48.12 | 46.32 | 11.25 | - |
| YUV | 176.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 64 | 0 | 0.26 | 0.72 | 0.10 | 38.67 | 0.77 | 0.58 |
| Hex | E6 | AB | 40 | 0 | 1A | 48 | A | 27 | 4D | 3A |
| Octal | 346 | 253 | 100 | 0 | 32 | 110 | 12 | 47 | 115 | 72 |
| Binary | 11100110 | 10101011 | 1000000 | 0 | 11010 | 1001000 | 1010 | 100111 | 1001101 | 111010 |
Color Harmonies of #E6AB40
Complementary color
Monochromatic Colors of #E6AB40
Black with #E6AB40
Text Example
Text Example
White with #E6AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB40; }
p { color: rgb(230,171,64); }
H1.HeaderClassName
{
color: #E6AB40;
}
.AnyTagClassName
{
color: #E6AB40;
}
</style>
background-color css
<style>
a { background-color: #E6AB40; }
a { background-color: rgb(230,171,64); }
div.DivClassName
{
background-color: #E6AB40;
}
.BgClassName
{
background-color: #E6AB40;
}
</style>
border-color css
<style>
span { border-color: #E6AB40; }
span { border-color: rgb(230,171,64); }
td.TdClassName
{
border-color: #E6AB40;
}
.TagClassName
{
border-color: #E6AB40;
}
</style>