Shades of Tulip Tree #EDAA37
Tints of Tulip Tree #EDAA37
RGB
CMYK
RGB Variations
Color information
#EDAA37 (or 0xEDAA37) is known color: Tulip Tree. HEX triplet: ED, AA and 37. RGB value is (237,170,55). Sum of RGB (Red+Green+Blue) = 237+170+55=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA37 is #1255C8. Grayscale: #B1B1B1. Windows color (decimal): -1201609 or 3648237. OLE color: 3648237.
HSL color Cylindrical-coordinate representation of color #EDAA37: hue angle of 37.91º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDAA37 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 55 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.07 |
| HSL | 37.91º | 0.83% | 0.57% | - |
| HSV(B) | 37.91º | 0.77% | 0.93% | - |
| XYZ | 49.99 | 47.03 | 10.06 | - |
| YUV | 176.92 | 59.2 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 55 | 0 | 0.28 | 0.77 | 0.07 | 37.91 | 0.83 | 0.57 |
| Hex | ED | AA | 37 | 0 | 1C | 4D | 7 | 26 | 53 | 39 |
| Octal | 355 | 252 | 67 | 0 | 34 | 115 | 7 | 46 | 123 | 71 |
| Binary | 11101101 | 10101010 | 110111 | 0 | 11100 | 1001101 | 111 | 100110 | 1010011 | 111001 |
Color Harmonies of #EDAA37
Complementary color
Monochromatic Colors of #EDAA37
Black with #EDAA37
Text Example
Text Example
White with #EDAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA37; }
p { color: rgb(237,170,55); }
H1.HeaderClassName
{
color: #EDAA37;
}
.AnyTagClassName
{
color: #EDAA37;
}
</style>
background-color css
<style>
a { background-color: #EDAA37; }
a { background-color: rgb(237,170,55); }
div.DivClassName
{
background-color: #EDAA37;
}
.BgClassName
{
background-color: #EDAA37;
}
</style>
border-color css
<style>
span { border-color: #EDAA37; }
span { border-color: rgb(237,170,55); }
td.TdClassName
{
border-color: #EDAA37;
}
.TagClassName
{
border-color: #EDAA37;
}
</style>