Shades of Tulip Tree #EDB93E
Tints of Tulip Tree #EDB93E
RGB
CMYK
RGB Variations
Color information
#EDB93E (or 0xEDB93E) is known color: Tulip Tree. HEX triplet: ED, B9 and 3E. RGB value is (237,185,62). Sum of RGB (Red+Green+Blue) = 237+185+62=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB93E is #1246C1. Grayscale: #BBBBBB. Windows color (decimal): -1197762 or 4110829. OLE color: 4110829.
HSL color Cylindrical-coordinate representation of color #EDB93E: hue angle of 42.17º 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 #EDB93E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 62 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.07 |
| HSL | 42.17º | 0.83% | 0.59% | - |
| HSV(B) | 42.17º | 0.74% | 0.93% | - |
| XYZ | 53.14 | 53.05 | 12 | - |
| YUV | 186.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 62 | 0 | 0.22 | 0.74 | 0.07 | 42.17 | 0.83 | 0.59 |
| Hex | ED | B9 | 3E | 0 | 16 | 4A | 7 | 2A | 53 | 3B |
| Octal | 355 | 271 | 76 | 0 | 26 | 112 | 7 | 52 | 123 | 73 |
| Binary | 11101101 | 10111001 | 111110 | 0 | 10110 | 1001010 | 111 | 101010 | 1010011 | 111011 |
Color Harmonies of #EDB93E
Complementary color
Monochromatic Colors of #EDB93E
Black with #EDB93E
Text Example
Text Example
White with #EDB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB93E; }
p { color: rgb(237,185,62); }
H1.HeaderClassName
{
color: #EDB93E;
}
.AnyTagClassName
{
color: #EDB93E;
}
</style>
background-color css
<style>
a { background-color: #EDB93E; }
a { background-color: rgb(237,185,62); }
div.DivClassName
{
background-color: #EDB93E;
}
.BgClassName
{
background-color: #EDB93E;
}
</style>
border-color css
<style>
span { border-color: #EDB93E; }
span { border-color: rgb(237,185,62); }
td.TdClassName
{
border-color: #EDB93E;
}
.TagClassName
{
border-color: #EDB93E;
}
</style>