Shades of Tulip Tree #E3AD46
Tints of Tulip Tree #E3AD46
RGB
CMYK
RGB Variations
Color information
#E3AD46 (or 0xE3AD46) is known color: Tulip Tree. HEX triplet: E3, AD and 46. RGB value is (227,173,70). Sum of RGB (Red+Green+Blue) = 227+173+70=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AD46 is #1C52B9. Grayscale: #B1B1B1. Windows color (decimal): -1856186 or 4632035. OLE color: 4632035.
HSL color Cylindrical-coordinate representation of color #E3AD46: hue angle of 39.36º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E3AD46 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 70 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.11 |
| HSL | 39.36º | 0.74% | 0.58% | - |
| HSV(B) | 39.36º | 0.69% | 0.89% | - |
| XYZ | 47.73 | 46.66 | 12.29 | - |
| YUV | 177.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 70 | 0 | 0.24 | 0.69 | 0.11 | 39.36 | 0.74 | 0.58 |
| Hex | E3 | AD | 46 | 0 | 18 | 45 | B | 27 | 4A | 3A |
| Octal | 343 | 255 | 106 | 0 | 30 | 105 | 13 | 47 | 112 | 72 |
| Binary | 11100011 | 10101101 | 1000110 | 0 | 11000 | 1000101 | 1011 | 100111 | 1001010 | 111010 |
Color Harmonies of #E3AD46
Complementary color
Monochromatic Colors of #E3AD46
Black with #E3AD46
Text Example
Text Example
White with #E3AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD46; }
p { color: rgb(227,173,70); }
H1.HeaderClassName
{
color: #E3AD46;
}
.AnyTagClassName
{
color: #E3AD46;
}
</style>
background-color css
<style>
a { background-color: #E3AD46; }
a { background-color: rgb(227,173,70); }
div.DivClassName
{
background-color: #E3AD46;
}
.BgClassName
{
background-color: #E3AD46;
}
</style>
border-color css
<style>
span { border-color: #E3AD46; }
span { border-color: rgb(227,173,70); }
td.TdClassName
{
border-color: #E3AD46;
}
.TagClassName
{
border-color: #E3AD46;
}
</style>