Shades of Tulip Tree #EDA93E
Tints of Tulip Tree #EDA93E
RGB
CMYK
RGB Variations
Color information
#EDA93E (or 0xEDA93E) is known color: Tulip Tree. HEX triplet: ED, A9 and 3E. RGB value is (237,169,62). Sum of RGB (Red+Green+Blue) = 237+169+62=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA93E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA93E is #1256C1. Grayscale: #B1B1B1. Windows color (decimal): -1201858 or 4106733. OLE color: 4106733.
HSL color Cylindrical-coordinate representation of color #EDA93E: hue angle of 36.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA93E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 62 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.07 |
| HSL | 36.69º | 0.83% | 0.59% | - |
| HSV(B) | 36.69º | 0.74% | 0.93% | - |
| XYZ | 49.98 | 46.73 | 10.94 | - |
| YUV | 177.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 62 | 0 | 0.29 | 0.74 | 0.07 | 36.69 | 0.83 | 0.59 |
| Hex | ED | A9 | 3E | 0 | 1D | 4A | 7 | 25 | 53 | 3B |
| Octal | 355 | 251 | 76 | 0 | 35 | 112 | 7 | 45 | 123 | 73 |
| Binary | 11101101 | 10101001 | 111110 | 0 | 11101 | 1001010 | 111 | 100101 | 1010011 | 111011 |
Color Harmonies of #EDA93E
Complementary color
Monochromatic Colors of #EDA93E
Black with #EDA93E
Text Example
Text Example
White with #EDA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA93E; }
p { color: rgb(237,169,62); }
H1.HeaderClassName
{
color: #EDA93E;
}
.AnyTagClassName
{
color: #EDA93E;
}
</style>
background-color css
<style>
a { background-color: #EDA93E; }
a { background-color: rgb(237,169,62); }
div.DivClassName
{
background-color: #EDA93E;
}
.BgClassName
{
background-color: #EDA93E;
}
</style>
border-color css
<style>
span { border-color: #EDA93E; }
span { border-color: rgb(237,169,62); }
td.TdClassName
{
border-color: #EDA93E;
}
.TagClassName
{
border-color: #EDA93E;
}
</style>