Shades of Tulip Tree #E5AD3B
Tints of Tulip Tree #E5AD3B
RGB
CMYK
RGB Variations
Color information
#E5AD3B (or 0xE5AD3B) is known color: Tulip Tree. HEX triplet: E5, AD and 3B. RGB value is (229,173,59). Sum of RGB (Red+Green+Blue) = 229+173+59=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD3B is #1A52C4. Grayscale: #B1B1B1. Windows color (decimal): -1725125 or 3911141. OLE color: 3911141.
HSL color Cylindrical-coordinate representation of color #E5AD3B: hue angle of 40.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5AD3B is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 59 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.10 |
| HSL | 40.24º | 0.77% | 0.56% | - |
| HSV(B) | 40.24º | 0.74% | 0.9% | - |
| XYZ | 48.05 | 46.86 | 10.65 | - |
| YUV | 176.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 59 | 0 | 0.24 | 0.74 | 0.10 | 40.24 | 0.77 | 0.56 |
| Hex | E5 | AD | 3B | 0 | 18 | 4A | A | 28 | 4D | 38 |
| Octal | 345 | 255 | 73 | 0 | 30 | 112 | 12 | 50 | 115 | 70 |
| Binary | 11100101 | 10101101 | 111011 | 0 | 11000 | 1001010 | 1010 | 101000 | 1001101 | 111000 |
Color Harmonies of #E5AD3B
Complementary color
Monochromatic Colors of #E5AD3B
Black with #E5AD3B
Text Example
Text Example
White with #E5AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD3B; }
p { color: rgb(229,173,59); }
H1.HeaderClassName
{
color: #E5AD3B;
}
.AnyTagClassName
{
color: #E5AD3B;
}
</style>
background-color css
<style>
a { background-color: #E5AD3B; }
a { background-color: rgb(229,173,59); }
div.DivClassName
{
background-color: #E5AD3B;
}
.BgClassName
{
background-color: #E5AD3B;
}
</style>
border-color css
<style>
span { border-color: #E5AD3B; }
span { border-color: rgb(229,173,59); }
td.TdClassName
{
border-color: #E5AD3B;
}
.TagClassName
{
border-color: #E5AD3B;
}
</style>