Shades of Tulip Tree #EDB93F
Tints of Tulip Tree #EDB93F
RGB
CMYK
RGB Variations
Color information
#EDB93F (or 0xEDB93F) is known color: Tulip Tree. HEX triplet: ED, B9 and 3F. RGB value is (237,185,63). Sum of RGB (Red+Green+Blue) = 237+185+63=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB93F is #1246C0. Grayscale: #BBBBBB. Windows color (decimal): -1197761 or 4176365. OLE color: 4176365.
HSL color Cylindrical-coordinate representation of color #EDB93F: hue angle of 42.07º 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 #EDB93F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 63 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 42.07º | 0.83% | 0.59% | - |
| HSV(B) | 42.07º | 0.73% | 0.93% | - |
| XYZ | 53.17 | 53.06 | 12.14 | - |
| YUV | 186.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 63 | 0 | 0.22 | 0.73 | 0.07 | 42.07 | 0.83 | 0.59 |
| Hex | ED | B9 | 3F | 0 | 16 | 49 | 7 | 2A | 53 | 3B |
| Octal | 355 | 271 | 77 | 0 | 26 | 111 | 7 | 52 | 123 | 73 |
| Binary | 11101101 | 10111001 | 111111 | 0 | 10110 | 1001001 | 111 | 101010 | 1010011 | 111011 |
Color Harmonies of #EDB93F
Complementary color
Monochromatic Colors of #EDB93F
Black with #EDB93F
Text Example
Text Example
White with #EDB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB93F; }
p { color: rgb(237,185,63); }
H1.HeaderClassName
{
color: #EDB93F;
}
.AnyTagClassName
{
color: #EDB93F;
}
</style>
background-color css
<style>
a { background-color: #EDB93F; }
a { background-color: rgb(237,185,63); }
div.DivClassName
{
background-color: #EDB93F;
}
.BgClassName
{
background-color: #EDB93F;
}
</style>
border-color css
<style>
span { border-color: #EDB93F; }
span { border-color: rgb(237,185,63); }
td.TdClassName
{
border-color: #EDB93F;
}
.TagClassName
{
border-color: #EDB93F;
}
</style>