Shades of Tulip Tree #EDB53E
Tints of Tulip Tree #EDB53E
RGB
CMYK
RGB Variations
Color information
#EDB53E (or 0xEDB53E) is known color: Tulip Tree. HEX triplet: ED, B5 and 3E. RGB value is (237,181,62). Sum of RGB (Red+Green+Blue) = 237+181+62=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB53E is #124AC1. Grayscale: #B8B8B8. Windows color (decimal): -1198786 or 4109805. OLE color: 4109805.
HSL color Cylindrical-coordinate representation of color #EDB53E: hue angle of 40.8º 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 #EDB53E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 62 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.8º | 0.83% | 0.59% | - |
| HSV(B) | 40.8º | 0.74% | 0.93% | - |
| XYZ | 52.32 | 51.4 | 11.72 | - |
| YUV | 184.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 62 | 0 | 0.24 | 0.74 | 0.07 | 40.8 | 0.83 | 0.59 |
| Hex | ED | B5 | 3E | 0 | 18 | 4A | 7 | 29 | 53 | 3B |
| Octal | 355 | 265 | 76 | 0 | 30 | 112 | 7 | 51 | 123 | 73 |
| Binary | 11101101 | 10110101 | 111110 | 0 | 11000 | 1001010 | 111 | 101001 | 1010011 | 111011 |
Color Harmonies of #EDB53E
Complementary color
Monochromatic Colors of #EDB53E
Black with #EDB53E
Text Example
Text Example
White with #EDB53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB53E; }
p { color: rgb(237,181,62); }
H1.HeaderClassName
{
color: #EDB53E;
}
.AnyTagClassName
{
color: #EDB53E;
}
</style>
background-color css
<style>
a { background-color: #EDB53E; }
a { background-color: rgb(237,181,62); }
div.DivClassName
{
background-color: #EDB53E;
}
.BgClassName
{
background-color: #EDB53E;
}
</style>
border-color css
<style>
span { border-color: #EDB53E; }
span { border-color: rgb(237,181,62); }
td.TdClassName
{
border-color: #EDB53E;
}
.TagClassName
{
border-color: #EDB53E;
}
</style>