Shades of Tulip Tree #EDA93B
Tints of Tulip Tree #EDA93B
RGB
CMYK
RGB Variations
Color information
#EDA93B (or 0xEDA93B) is known color: Tulip Tree. HEX triplet: ED, A9 and 3B. RGB value is (237,169,59). Sum of RGB (Red+Green+Blue) = 237+169+59=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA93B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA93B is #1256C4. Grayscale: #B1B1B1. Windows color (decimal): -1201861 or 3910125. OLE color: 3910125.
HSL color Cylindrical-coordinate representation of color #EDA93B: hue angle of 37.08º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDA93B is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 59 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.07 |
| HSL | 37.08º | 0.83% | 0.58% | - |
| HSV(B) | 37.08º | 0.75% | 0.93% | - |
| XYZ | 49.9 | 46.7 | 10.52 | - |
| YUV | 176.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 59 | 0 | 0.29 | 0.75 | 0.07 | 37.08 | 0.83 | 0.58 |
| Hex | ED | A9 | 3B | 0 | 1D | 4B | 7 | 25 | 53 | 3A |
| Octal | 355 | 251 | 73 | 0 | 35 | 113 | 7 | 45 | 123 | 72 |
| Binary | 11101101 | 10101001 | 111011 | 0 | 11101 | 1001011 | 111 | 100101 | 1010011 | 111010 |
Color Harmonies of #EDA93B
Complementary color
Monochromatic Colors of #EDA93B
Black with #EDA93B
Text Example
Text Example
White with #EDA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA93B; }
p { color: rgb(237,169,59); }
H1.HeaderClassName
{
color: #EDA93B;
}
.AnyTagClassName
{
color: #EDA93B;
}
</style>
background-color css
<style>
a { background-color: #EDA93B; }
a { background-color: rgb(237,169,59); }
div.DivClassName
{
background-color: #EDA93B;
}
.BgClassName
{
background-color: #EDA93B;
}
</style>
border-color css
<style>
span { border-color: #EDA93B; }
span { border-color: rgb(237,169,59); }
td.TdClassName
{
border-color: #EDA93B;
}
.TagClassName
{
border-color: #EDA93B;
}
</style>