Shades of Tulip Tree #E5A83D
Tints of Tulip Tree #E5A83D
RGB
CMYK
RGB Variations
Color information
#E5A83D (or 0xE5A83D) is known color: Tulip Tree. HEX triplet: E5, A8 and 3D. RGB value is (229,168,61). Sum of RGB (Red+Green+Blue) = 229+168+61=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A83D is #1A57C2. Grayscale: #AEAEAE. Windows color (decimal): -1726403 or 4040933. OLE color: 4040933.
HSL color Cylindrical-coordinate representation of color #E5A83D: hue angle of 38.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5A83D is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 61 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.10 |
| HSL | 38.21º | 0.76% | 0.57% | - |
| HSV(B) | 38.21º | 0.73% | 0.9% | - |
| XYZ | 47.16 | 45 | 10.62 | - |
| YUV | 174.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 61 | 0 | 0.27 | 0.73 | 0.10 | 38.21 | 0.76 | 0.57 |
| Hex | E5 | A8 | 3D | 0 | 1B | 49 | A | 26 | 4C | 39 |
| Octal | 345 | 250 | 75 | 0 | 33 | 111 | 12 | 46 | 114 | 71 |
| Binary | 11100101 | 10101000 | 111101 | 0 | 11011 | 1001001 | 1010 | 100110 | 1001100 | 111001 |
Color Harmonies of #E5A83D
Complementary color
Monochromatic Colors of #E5A83D
Black with #E5A83D
Text Example
Text Example
White with #E5A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A83D; }
p { color: rgb(229,168,61); }
H1.HeaderClassName
{
color: #E5A83D;
}
.AnyTagClassName
{
color: #E5A83D;
}
</style>
background-color css
<style>
a { background-color: #E5A83D; }
a { background-color: rgb(229,168,61); }
div.DivClassName
{
background-color: #E5A83D;
}
.BgClassName
{
background-color: #E5A83D;
}
</style>
border-color css
<style>
span { border-color: #E5A83D; }
span { border-color: rgb(229,168,61); }
td.TdClassName
{
border-color: #E5A83D;
}
.TagClassName
{
border-color: #E5A83D;
}
</style>