Shades of Tulip Tree #E6A844
Tints of Tulip Tree #E6A844
RGB
CMYK
RGB Variations
Color information
#E6A844 (or 0xE6A844) is known color: Tulip Tree. HEX triplet: E6, A8 and 44. RGB value is (230,168,68). Sum of RGB (Red+Green+Blue) = 230+168+68=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A844 is #1957BB. Grayscale: #AFAFAF. Windows color (decimal): -1660860 or 4499686. OLE color: 4499686.
HSL color Cylindrical-coordinate representation of color #E6A844: hue angle of 37.04º 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 #E6A844 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 68 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.10 |
| HSL | 37.04º | 0.76% | 0.58% | - |
| HSV(B) | 37.04º | 0.7% | 0.9% | - |
| XYZ | 47.68 | 45.25 | 11.69 | - |
| YUV | 175.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 68 | 0 | 0.27 | 0.70 | 0.10 | 37.04 | 0.76 | 0.58 |
| Hex | E6 | A8 | 44 | 0 | 1B | 46 | A | 25 | 4C | 3A |
| Octal | 346 | 250 | 104 | 0 | 33 | 106 | 12 | 45 | 114 | 72 |
| Binary | 11100110 | 10101000 | 1000100 | 0 | 11011 | 1000110 | 1010 | 100101 | 1001100 | 111010 |
Color Harmonies of #E6A844
Complementary color
Monochromatic Colors of #E6A844
Black with #E6A844
Text Example
Text Example
White with #E6A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A844; }
p { color: rgb(230,168,68); }
H1.HeaderClassName
{
color: #E6A844;
}
.AnyTagClassName
{
color: #E6A844;
}
</style>
background-color css
<style>
a { background-color: #E6A844; }
a { background-color: rgb(230,168,68); }
div.DivClassName
{
background-color: #E6A844;
}
.BgClassName
{
background-color: #E6A844;
}
</style>
border-color css
<style>
span { border-color: #E6A844; }
span { border-color: rgb(230,168,68); }
td.TdClassName
{
border-color: #E6A844;
}
.TagClassName
{
border-color: #E6A844;
}
</style>