Shades of Tulip Tree #E3AD40
Tints of Tulip Tree #E3AD40
RGB
CMYK
RGB Variations
Color information
#E3AD40 (or 0xE3AD40) is known color: Tulip Tree. HEX triplet: E3, AD and 40. RGB value is (227,173,64). Sum of RGB (Red+Green+Blue) = 227+173+64=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AD40 is #1C52BF. Grayscale: #B1B1B1. Windows color (decimal): -1856192 or 4238819. OLE color: 4238819.
HSL color Cylindrical-coordinate representation of color #E3AD40: hue angle of 40.12º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E3AD40 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 64 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.11 |
| HSL | 40.12º | 0.74% | 0.57% | - |
| HSV(B) | 40.12º | 0.72% | 0.89% | - |
| XYZ | 47.55 | 46.59 | 11.34 | - |
| YUV | 176.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 64 | 0 | 0.24 | 0.72 | 0.11 | 40.12 | 0.74 | 0.57 |
| Hex | E3 | AD | 40 | 0 | 18 | 48 | B | 28 | 4A | 39 |
| Octal | 343 | 255 | 100 | 0 | 30 | 110 | 13 | 50 | 112 | 71 |
| Binary | 11100011 | 10101101 | 1000000 | 0 | 11000 | 1001000 | 1011 | 101000 | 1001010 | 111001 |
Color Harmonies of #E3AD40
Complementary color
Monochromatic Colors of #E3AD40
Black with #E3AD40
Text Example
Text Example
White with #E3AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD40; }
p { color: rgb(227,173,64); }
H1.HeaderClassName
{
color: #E3AD40;
}
.AnyTagClassName
{
color: #E3AD40;
}
</style>
background-color css
<style>
a { background-color: #E3AD40; }
a { background-color: rgb(227,173,64); }
div.DivClassName
{
background-color: #E3AD40;
}
.BgClassName
{
background-color: #E3AD40;
}
</style>
border-color css
<style>
span { border-color: #E3AD40; }
span { border-color: rgb(227,173,64); }
td.TdClassName
{
border-color: #E3AD40;
}
.TagClassName
{
border-color: #E3AD40;
}
</style>