Shades of Tulip Tree #EDA93A
Tints of Tulip Tree #EDA93A
RGB
CMYK
RGB Variations
Color information
#EDA93A (or 0xEDA93A) is known color: Tulip Tree. HEX triplet: ED, A9 and 3A. RGB value is (237,169,58). Sum of RGB (Red+Green+Blue) = 237+169+58=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA93A is #1256C5. Grayscale: #B1B1B1. Windows color (decimal): -1201862 or 3844589. OLE color: 3844589.
HSL color Cylindrical-coordinate representation of color #EDA93A: hue angle of 37.21º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDA93A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 58 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.07 |
| HSL | 37.21º | 0.83% | 0.58% | - |
| HSV(B) | 37.21º | 0.76% | 0.93% | - |
| XYZ | 49.88 | 46.69 | 10.39 | - |
| YUV | 176.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 58 | 0 | 0.29 | 0.76 | 0.07 | 37.21 | 0.83 | 0.58 |
| Hex | ED | A9 | 3A | 0 | 1D | 4C | 7 | 25 | 53 | 3A |
| Octal | 355 | 251 | 72 | 0 | 35 | 114 | 7 | 45 | 123 | 72 |
| Binary | 11101101 | 10101001 | 111010 | 0 | 11101 | 1001100 | 111 | 100101 | 1010011 | 111010 |
Color Harmonies of #EDA93A
Complementary color
Monochromatic Colors of #EDA93A
Black with #EDA93A
Text Example
Text Example
White with #EDA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA93A; }
p { color: rgb(237,169,58); }
H1.HeaderClassName
{
color: #EDA93A;
}
.AnyTagClassName
{
color: #EDA93A;
}
</style>
background-color css
<style>
a { background-color: #EDA93A; }
a { background-color: rgb(237,169,58); }
div.DivClassName
{
background-color: #EDA93A;
}
.BgClassName
{
background-color: #EDA93A;
}
</style>
border-color css
<style>
span { border-color: #EDA93A; }
span { border-color: rgb(237,169,58); }
td.TdClassName
{
border-color: #EDA93A;
}
.TagClassName
{
border-color: #EDA93A;
}
</style>