Shades of Tulip Tree #EDB036
Tints of Tulip Tree #EDB036
RGB
CMYK
RGB Variations
Color information
#EDB036 (or 0xEDB036) is known color: Tulip Tree. HEX triplet: ED, B0 and 36. RGB value is (237,176,54). Sum of RGB (Red+Green+Blue) = 237+176+54=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB036 is #124FC9. Grayscale: #B4B4B4. Windows color (decimal): -1200074 or 3584237. OLE color: 3584237.
HSL color Cylindrical-coordinate representation of color #EDB036: hue angle of 40º degrees, saturation: 0.84, 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 #EDB036 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 54 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.07 |
| HSL | 40º | 0.84% | 0.57% | - |
| HSV(B) | 40º | 0.77% | 0.93% | - |
| XYZ | 51.12 | 49.32 | 10.32 | - |
| YUV | 180.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 54 | 0 | 0.26 | 0.77 | 0.07 | 40 | 0.84 | 0.57 |
| Hex | ED | B0 | 36 | 0 | 1A | 4D | 7 | 28 | 54 | 39 |
| Octal | 355 | 260 | 66 | 0 | 32 | 115 | 7 | 50 | 124 | 71 |
| Binary | 11101101 | 10110000 | 110110 | 0 | 11010 | 1001101 | 111 | 101000 | 1010100 | 111001 |
Color Harmonies of #EDB036
Complementary color
Monochromatic Colors of #EDB036
Black with #EDB036
Text Example
Text Example
White with #EDB036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB036; }
p { color: rgb(237,176,54); }
H1.HeaderClassName
{
color: #EDB036;
}
.AnyTagClassName
{
color: #EDB036;
}
</style>
background-color css
<style>
a { background-color: #EDB036; }
a { background-color: rgb(237,176,54); }
div.DivClassName
{
background-color: #EDB036;
}
.BgClassName
{
background-color: #EDB036;
}
</style>
border-color css
<style>
span { border-color: #EDB036; }
span { border-color: rgb(237,176,54); }
td.TdClassName
{
border-color: #EDB036;
}
.TagClassName
{
border-color: #EDB036;
}
</style>