Shades of Tulip Tree #EDA647
Tints of Tulip Tree #EDA647
RGB
CMYK
RGB Variations
Color information
#EDA647 (or 0xEDA647) is known color: Tulip Tree. HEX triplet: ED, A6 and 47. RGB value is (237,166,71). Sum of RGB (Red+Green+Blue) = 237+166+71=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA647 is #1259B8. Grayscale: #B0B0B0. Windows color (decimal): -1202617 or 4695789. OLE color: 4695789.
HSL color Cylindrical-coordinate representation of color #EDA647: hue angle of 34.34º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA647 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 71 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.07 |
| HSL | 34.34º | 0.82% | 0.6% | - |
| HSV(B) | 34.34º | 0.7% | 0.93% | - |
| XYZ | 49.7 | 45.73 | 12.17 | - |
| YUV | 176.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 71 | 0 | 0.30 | 0.70 | 0.07 | 34.34 | 0.82 | 0.6 |
| Hex | ED | A6 | 47 | 0 | 1E | 46 | 7 | 22 | 52 | 3C |
| Octal | 355 | 246 | 107 | 0 | 36 | 106 | 7 | 42 | 122 | 74 |
| Binary | 11101101 | 10100110 | 1000111 | 0 | 11110 | 1000110 | 111 | 100010 | 1010010 | 111100 |
Color Harmonies of #EDA647
Complementary color
Monochromatic Colors of #EDA647
Black with #EDA647
Text Example
Text Example
White with #EDA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA647; }
p { color: rgb(237,166,71); }
H1.HeaderClassName
{
color: #EDA647;
}
.AnyTagClassName
{
color: #EDA647;
}
</style>
background-color css
<style>
a { background-color: #EDA647; }
a { background-color: rgb(237,166,71); }
div.DivClassName
{
background-color: #EDA647;
}
.BgClassName
{
background-color: #EDA647;
}
</style>
border-color css
<style>
span { border-color: #EDA647; }
span { border-color: rgb(237,166,71); }
td.TdClassName
{
border-color: #EDA647;
}
.TagClassName
{
border-color: #EDA647;
}
</style>