Shades of Tulip Tree #EDB037
Tints of Tulip Tree #EDB037
RGB
CMYK
RGB Variations
Color information
#EDB037 (or 0xEDB037) is known color: Tulip Tree. HEX triplet: ED, B0 and 37. RGB value is (237,176,55). Sum of RGB (Red+Green+Blue) = 237+176+55=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB037 is #124FC8. Grayscale: #B4B4B4. Windows color (decimal): -1200073 or 3649773. OLE color: 3649773.
HSL color Cylindrical-coordinate representation of color #EDB037: hue angle of 39.89º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDB037 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 55 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.07 |
| HSL | 39.89º | 0.83% | 0.57% | - |
| HSV(B) | 39.89º | 0.77% | 0.93% | - |
| XYZ | 51.14 | 49.33 | 10.44 | - |
| YUV | 180.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 55 | 0 | 0.26 | 0.77 | 0.07 | 39.89 | 0.83 | 0.57 |
| Hex | ED | B0 | 37 | 0 | 1A | 4D | 7 | 28 | 53 | 39 |
| Octal | 355 | 260 | 67 | 0 | 32 | 115 | 7 | 50 | 123 | 71 |
| Binary | 11101101 | 10110000 | 110111 | 0 | 11010 | 1001101 | 111 | 101000 | 1010011 | 111001 |
Color Harmonies of #EDB037
Complementary color
Monochromatic Colors of #EDB037
Black with #EDB037
Text Example
Text Example
White with #EDB037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB037; }
p { color: rgb(237,176,55); }
H1.HeaderClassName
{
color: #EDB037;
}
.AnyTagClassName
{
color: #EDB037;
}
</style>
background-color css
<style>
a { background-color: #EDB037; }
a { background-color: rgb(237,176,55); }
div.DivClassName
{
background-color: #EDB037;
}
.BgClassName
{
background-color: #EDB037;
}
</style>
border-color css
<style>
span { border-color: #EDB037; }
span { border-color: rgb(237,176,55); }
td.TdClassName
{
border-color: #EDB037;
}
.TagClassName
{
border-color: #EDB037;
}
</style>