Shades of Tulip Tree #EDA93D
Tints of Tulip Tree #EDA93D
RGB
CMYK
RGB Variations
Color information
#EDA93D (or 0xEDA93D) is known color: Tulip Tree. HEX triplet: ED, A9 and 3D. RGB value is (237,169,61). Sum of RGB (Red+Green+Blue) = 237+169+61=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA93D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA93D is #1256C2. Grayscale: #B1B1B1. Windows color (decimal): -1201859 or 4041197. OLE color: 4041197.
HSL color Cylindrical-coordinate representation of color #EDA93D: hue angle of 36.82º 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 #EDA93D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 61 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.07 |
| HSL | 36.82º | 0.83% | 0.58% | - |
| HSV(B) | 36.82º | 0.74% | 0.93% | - |
| XYZ | 49.96 | 46.72 | 10.8 | - |
| YUV | 177.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 61 | 0 | 0.29 | 0.74 | 0.07 | 36.82 | 0.83 | 0.58 |
| Hex | ED | A9 | 3D | 0 | 1D | 4A | 7 | 25 | 53 | 3A |
| Octal | 355 | 251 | 75 | 0 | 35 | 112 | 7 | 45 | 123 | 72 |
| Binary | 11101101 | 10101001 | 111101 | 0 | 11101 | 1001010 | 111 | 100101 | 1010011 | 111010 |
Color Harmonies of #EDA93D
Complementary color
Monochromatic Colors of #EDA93D
Black with #EDA93D
Text Example
Text Example
White with #EDA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA93D; }
p { color: rgb(237,169,61); }
H1.HeaderClassName
{
color: #EDA93D;
}
.AnyTagClassName
{
color: #EDA93D;
}
</style>
background-color css
<style>
a { background-color: #EDA93D; }
a { background-color: rgb(237,169,61); }
div.DivClassName
{
background-color: #EDA93D;
}
.BgClassName
{
background-color: #EDA93D;
}
</style>
border-color css
<style>
span { border-color: #EDA93D; }
span { border-color: rgb(237,169,61); }
td.TdClassName
{
border-color: #EDA93D;
}
.TagClassName
{
border-color: #EDA93D;
}
</style>