Shades of Tulip Tree #EDB73D
Tints of Tulip Tree #EDB73D
RGB
CMYK
RGB Variations
Color information
#EDB73D (or 0xEDB73D) is known color: Tulip Tree. HEX triplet: ED, B7 and 3D. RGB value is (237,183,61). Sum of RGB (Red+Green+Blue) = 237+183+61=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB73D is #1248C2. Grayscale: #B9B9B9. Windows color (decimal): -1198275 or 4044781. OLE color: 4044781.
HSL color Cylindrical-coordinate representation of color #EDB73D: hue angle of 41.59º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDB73D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.07 |
| HSL | 41.59º | 0.83% | 0.58% | - |
| HSV(B) | 41.59º | 0.74% | 0.93% | - |
| XYZ | 52.7 | 52.21 | 11.71 | - |
| YUV | 185.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 61 | 0 | 0.23 | 0.74 | 0.07 | 41.59 | 0.83 | 0.58 |
| Hex | ED | B7 | 3D | 0 | 17 | 4A | 7 | 2A | 53 | 3A |
| Octal | 355 | 267 | 75 | 0 | 27 | 112 | 7 | 52 | 123 | 72 |
| Binary | 11101101 | 10110111 | 111101 | 0 | 10111 | 1001010 | 111 | 101010 | 1010011 | 111010 |
Color Harmonies of #EDB73D
Complementary color
Monochromatic Colors of #EDB73D
Black with #EDB73D
Text Example
Text Example
White with #EDB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB73D; }
p { color: rgb(237,183,61); }
H1.HeaderClassName
{
color: #EDB73D;
}
.AnyTagClassName
{
color: #EDB73D;
}
</style>
background-color css
<style>
a { background-color: #EDB73D; }
a { background-color: rgb(237,183,61); }
div.DivClassName
{
background-color: #EDB73D;
}
.BgClassName
{
background-color: #EDB73D;
}
</style>
border-color css
<style>
span { border-color: #EDB73D; }
span { border-color: rgb(237,183,61); }
td.TdClassName
{
border-color: #EDB73D;
}
.TagClassName
{
border-color: #EDB73D;
}
</style>