Shades of Tulip Tree #EDB53B
Tints of Tulip Tree #EDB53B
RGB
CMYK
RGB Variations
Color information
#EDB53B (or 0xEDB53B) is known color: Tulip Tree. HEX triplet: ED, B5 and 3B. RGB value is (237,181,59). Sum of RGB (Red+Green+Blue) = 237+181+59=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB53B is #124AC4. Grayscale: #B8B8B8. Windows color (decimal): -1198789 or 3913197. OLE color: 3913197.
HSL color Cylindrical-coordinate representation of color #EDB53B: hue angle of 41.12º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDB53B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 59 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.07 |
| HSL | 41.12º | 0.83% | 0.58% | - |
| HSV(B) | 41.12º | 0.75% | 0.93% | - |
| XYZ | 52.24 | 51.37 | 11.3 | - |
| YUV | 183.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 59 | 0 | 0.24 | 0.75 | 0.07 | 41.12 | 0.83 | 0.58 |
| Hex | ED | B5 | 3B | 0 | 18 | 4B | 7 | 29 | 53 | 3A |
| Octal | 355 | 265 | 73 | 0 | 30 | 113 | 7 | 51 | 123 | 72 |
| Binary | 11101101 | 10110101 | 111011 | 0 | 11000 | 1001011 | 111 | 101001 | 1010011 | 111010 |
Color Harmonies of #EDB53B
Complementary color
Monochromatic Colors of #EDB53B
Black with #EDB53B
Text Example
Text Example
White with #EDB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB53B; }
p { color: rgb(237,181,59); }
H1.HeaderClassName
{
color: #EDB53B;
}
.AnyTagClassName
{
color: #EDB53B;
}
</style>
background-color css
<style>
a { background-color: #EDB53B; }
a { background-color: rgb(237,181,59); }
div.DivClassName
{
background-color: #EDB53B;
}
.BgClassName
{
background-color: #EDB53B;
}
</style>
border-color css
<style>
span { border-color: #EDB53B; }
span { border-color: rgb(237,181,59); }
td.TdClassName
{
border-color: #EDB53B;
}
.TagClassName
{
border-color: #EDB53B;
}
</style>