Shades of Tulip Tree #E6AB44
Tints of Tulip Tree #E6AB44
RGB
CMYK
RGB Variations
Color information
#E6AB44 (or 0xE6AB44) is known color: Tulip Tree. HEX triplet: E6, AB and 44. RGB value is (230,171,68). Sum of RGB (Red+Green+Blue) = 230+171+68=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AB44 is #1954BB. Grayscale: #B1B1B1. Windows color (decimal): -1660092 or 4500454. OLE color: 4500454.
HSL color Cylindrical-coordinate representation of color #E6AB44: hue angle of 38.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6AB44 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 68 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.10 |
| HSL | 38.15º | 0.76% | 0.58% | - |
| HSV(B) | 38.15º | 0.7% | 0.9% | - |
| XYZ | 48.24 | 46.37 | 11.88 | - |
| YUV | 176.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 68 | 0 | 0.26 | 0.70 | 0.10 | 38.15 | 0.76 | 0.58 |
| Hex | E6 | AB | 44 | 0 | 1A | 46 | A | 26 | 4C | 3A |
| Octal | 346 | 253 | 104 | 0 | 32 | 106 | 12 | 46 | 114 | 72 |
| Binary | 11100110 | 10101011 | 1000100 | 0 | 11010 | 1000110 | 1010 | 100110 | 1001100 | 111010 |
Color Harmonies of #E6AB44
Complementary color
Monochromatic Colors of #E6AB44
Black with #E6AB44
Text Example
Text Example
White with #E6AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB44; }
p { color: rgb(230,171,68); }
H1.HeaderClassName
{
color: #E6AB44;
}
.AnyTagClassName
{
color: #E6AB44;
}
</style>
background-color css
<style>
a { background-color: #E6AB44; }
a { background-color: rgb(230,171,68); }
div.DivClassName
{
background-color: #E6AB44;
}
.BgClassName
{
background-color: #E6AB44;
}
</style>
border-color css
<style>
span { border-color: #E6AB44; }
span { border-color: rgb(230,171,68); }
td.TdClassName
{
border-color: #E6AB44;
}
.TagClassName
{
border-color: #E6AB44;
}
</style>