Shades of Tulip Tree #EDA73D
Tints of Tulip Tree #EDA73D
RGB
CMYK
RGB Variations
Color information
#EDA73D (or 0xEDA73D) is known color: Tulip Tree. HEX triplet: ED, A7 and 3D. RGB value is (237,167,61). Sum of RGB (Red+Green+Blue) = 237+167+61=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA73D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA73D is #1258C2. Grayscale: #B0B0B0. Windows color (decimal): -1202371 or 4040685. OLE color: 4040685.
HSL color Cylindrical-coordinate representation of color #EDA73D: hue angle of 36.14º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA73D is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 61 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.07 |
| HSL | 36.14º | 0.83% | 0.58% | - |
| HSV(B) | 36.14º | 0.74% | 0.93% | - |
| XYZ | 49.59 | 45.98 | 10.68 | - |
| YUV | 175.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 61 | 0 | 0.30 | 0.74 | 0.07 | 36.14 | 0.83 | 0.58 |
| Hex | ED | A7 | 3D | 0 | 1E | 4A | 7 | 24 | 53 | 3A |
| Octal | 355 | 247 | 75 | 0 | 36 | 112 | 7 | 44 | 123 | 72 |
| Binary | 11101101 | 10100111 | 111101 | 0 | 11110 | 1001010 | 111 | 100100 | 1010011 | 111010 |
Color Harmonies of #EDA73D
Complementary color
Monochromatic Colors of #EDA73D
Black with #EDA73D
Text Example
Text Example
White with #EDA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA73D; }
p { color: rgb(237,167,61); }
H1.HeaderClassName
{
color: #EDA73D;
}
.AnyTagClassName
{
color: #EDA73D;
}
</style>
background-color css
<style>
a { background-color: #EDA73D; }
a { background-color: rgb(237,167,61); }
div.DivClassName
{
background-color: #EDA73D;
}
.BgClassName
{
background-color: #EDA73D;
}
</style>
border-color css
<style>
span { border-color: #EDA73D; }
span { border-color: rgb(237,167,61); }
td.TdClassName
{
border-color: #EDA73D;
}
.TagClassName
{
border-color: #EDA73D;
}
</style>