Shades of Tulip Tree #EDBA40
Tints of Tulip Tree #EDBA40
RGB
CMYK
RGB Variations
Color information
#EDBA40 (or 0xEDBA40) is known color: Tulip Tree. HEX triplet: ED, BA and 40. RGB value is (237,186,64). Sum of RGB (Red+Green+Blue) = 237+186+64=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA40 is #1245BF. Grayscale: #BBBBBB. Windows color (decimal): -1197504 or 4242157. OLE color: 4242157.
HSL color Cylindrical-coordinate representation of color #EDBA40: hue angle of 42.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDBA40 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 64 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 42.31º | 0.83% | 0.59% | - |
| HSV(B) | 42.31º | 0.73% | 0.93% | - |
| XYZ | 53.41 | 53.49 | 12.36 | - |
| YUV | 187.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 64 | 0 | 0.22 | 0.73 | 0.07 | 42.31 | 0.83 | 0.59 |
| Hex | ED | BA | 40 | 0 | 16 | 49 | 7 | 2A | 53 | 3B |
| Octal | 355 | 272 | 100 | 0 | 26 | 111 | 7 | 52 | 123 | 73 |
| Binary | 11101101 | 10111010 | 1000000 | 0 | 10110 | 1001001 | 111 | 101010 | 1010011 | 111011 |
Color Harmonies of #EDBA40
Complementary color
Monochromatic Colors of #EDBA40
Black with #EDBA40
Text Example
Text Example
White with #EDBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA40; }
p { color: rgb(237,186,64); }
H1.HeaderClassName
{
color: #EDBA40;
}
.AnyTagClassName
{
color: #EDBA40;
}
</style>
background-color css
<style>
a { background-color: #EDBA40; }
a { background-color: rgb(237,186,64); }
div.DivClassName
{
background-color: #EDBA40;
}
.BgClassName
{
background-color: #EDBA40;
}
</style>
border-color css
<style>
span { border-color: #EDBA40; }
span { border-color: rgb(237,186,64); }
td.TdClassName
{
border-color: #EDBA40;
}
.TagClassName
{
border-color: #EDBA40;
}
</style>