Shades of Tulip Tree #E6A745
Tints of Tulip Tree #E6A745
RGB
CMYK
RGB Variations
Color information
#E6A745 (or 0xE6A745) is known color: Tulip Tree. HEX triplet: E6, A7 and 45. RGB value is (230,167,69). Sum of RGB (Red+Green+Blue) = 230+167+69=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A745 is #1958BA. Grayscale: #AFAFAF. Windows color (decimal): -1661115 or 4564966. OLE color: 4564966.
HSL color Cylindrical-coordinate representation of color #E6A745: hue angle of 36.52º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6A745 is Cyan = 0, Magento = 0.27, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 69 | - |
| CMYK | 0 | 0.27 | 0.7 | 0.10 |
| HSL | 36.52º | 0.76% | 0.59% | - |
| HSV(B) | 36.52º | 0.7% | 0.9% | - |
| XYZ | 47.53 | 44.89 | 11.79 | - |
| YUV | 174.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 69 | 0 | 0.27 | 0.7 | 0.10 | 36.52 | 0.76 | 0.59 |
| Hex | E6 | A7 | 45 | 0 | 1B | 46 | A | 25 | 4C | 3B |
| Octal | 346 | 247 | 105 | 0 | 33 | 106 | 12 | 45 | 114 | 73 |
| Binary | 11100110 | 10100111 | 1000101 | 0 | 11011 | 1000110 | 1010 | 100101 | 1001100 | 111011 |
Color Harmonies of #E6A745
Complementary color
Monochromatic Colors of #E6A745
Black with #E6A745
Text Example
Text Example
White with #E6A745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A745; }
p { color: rgb(230,167,69); }
H1.HeaderClassName
{
color: #E6A745;
}
.AnyTagClassName
{
color: #E6A745;
}
</style>
background-color css
<style>
a { background-color: #E6A745; }
a { background-color: rgb(230,167,69); }
div.DivClassName
{
background-color: #E6A745;
}
.BgClassName
{
background-color: #E6A745;
}
</style>
border-color css
<style>
span { border-color: #E6A745; }
span { border-color: rgb(230,167,69); }
td.TdClassName
{
border-color: #E6A745;
}
.TagClassName
{
border-color: #E6A745;
}
</style>