Shades of Tulip Tree #E5A546
Tints of Tulip Tree #E5A546
RGB
CMYK
RGB Variations
Color information
#E5A546 (or 0xE5A546) is known color: Tulip Tree. HEX triplet: E5, A5 and 46. RGB value is (229,165,70). Sum of RGB (Red+Green+Blue) = 229+165+70=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A546 is #1A5AB9. Grayscale: #ADADAD. Windows color (decimal): -1727162 or 4629989. OLE color: 4629989.
HSL color Cylindrical-coordinate representation of color #E5A546: hue angle of 35.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5A546 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 70 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.10 |
| HSL | 35.85º | 0.75% | 0.59% | - |
| HSV(B) | 35.85º | 0.69% | 0.9% | - |
| XYZ | 46.87 | 44.01 | 11.82 | - |
| YUV | 173.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 70 | 0 | 0.28 | 0.69 | 0.10 | 35.85 | 0.75 | 0.59 |
| Hex | E5 | A5 | 46 | 0 | 1C | 45 | A | 24 | 4B | 3B |
| Octal | 345 | 245 | 106 | 0 | 34 | 105 | 12 | 44 | 113 | 73 |
| Binary | 11100101 | 10100101 | 1000110 | 0 | 11100 | 1000101 | 1010 | 100100 | 1001011 | 111011 |
Color Harmonies of #E5A546
Complementary color
Monochromatic Colors of #E5A546
Black with #E5A546
Text Example
Text Example
White with #E5A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A546; }
p { color: rgb(229,165,70); }
H1.HeaderClassName
{
color: #E5A546;
}
.AnyTagClassName
{
color: #E5A546;
}
</style>
background-color css
<style>
a { background-color: #E5A546; }
a { background-color: rgb(229,165,70); }
div.DivClassName
{
background-color: #E5A546;
}
.BgClassName
{
background-color: #E5A546;
}
</style>
border-color css
<style>
span { border-color: #E5A546; }
span { border-color: rgb(229,165,70); }
td.TdClassName
{
border-color: #E5A546;
}
.TagClassName
{
border-color: #E5A546;
}
</style>