Shades of Tulip Tree #E0A73C
Tints of Tulip Tree #E0A73C
RGB
CMYK
RGB Variations
Color information
#E0A73C (or 0xE0A73C) is known color: Tulip Tree. HEX triplet: E0, A7 and 3C. RGB value is (224,167,60). Sum of RGB (Red+Green+Blue) = 224+167+60=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A73C is #1F58C3. Grayscale: #ACACAC. Windows color (decimal): -2054340 or 3975136. OLE color: 3975136.
HSL color Cylindrical-coordinate representation of color #E0A73C: hue angle of 39.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0A73C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 60 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.12 |
| HSL | 39.15º | 0.73% | 0.56% | - |
| HSV(B) | 39.15º | 0.73% | 0.88% | - |
| XYZ | 45.37 | 43.81 | 10.34 | - |
| YUV | 171.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 60 | 0 | 0.25 | 0.73 | 0.12 | 39.15 | 0.73 | 0.56 |
| Hex | E0 | A7 | 3C | 0 | 19 | 49 | C | 27 | 49 | 38 |
| Octal | 340 | 247 | 74 | 0 | 31 | 111 | 14 | 47 | 111 | 70 |
| Binary | 11100000 | 10100111 | 111100 | 0 | 11001 | 1001001 | 1100 | 100111 | 1001001 | 111000 |
Color Harmonies of #E0A73C
Complementary color
Monochromatic Colors of #E0A73C
Black with #E0A73C
Text Example
Text Example
White with #E0A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A73C; }
p { color: rgb(224,167,60); }
H1.HeaderClassName
{
color: #E0A73C;
}
.AnyTagClassName
{
color: #E0A73C;
}
</style>
background-color css
<style>
a { background-color: #E0A73C; }
a { background-color: rgb(224,167,60); }
div.DivClassName
{
background-color: #E0A73C;
}
.BgClassName
{
background-color: #E0A73C;
}
</style>
border-color css
<style>
span { border-color: #E0A73C; }
span { border-color: rgb(224,167,60); }
td.TdClassName
{
border-color: #E0A73C;
}
.TagClassName
{
border-color: #E0A73C;
}
</style>