Shades of Tulip Tree #EDA83F
Tints of Tulip Tree #EDA83F
RGB
CMYK
RGB Variations
Color information
#EDA83F (or 0xEDA83F) is known color: Tulip Tree. HEX triplet: ED, A8 and 3F. RGB value is (237,168,63). Sum of RGB (Red+Green+Blue) = 237+168+63=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA83F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA83F is #1257C0. Grayscale: #B1B1B1. Windows color (decimal): -1202113 or 4172013. OLE color: 4172013.
HSL color Cylindrical-coordinate representation of color #EDA83F: hue angle of 36.21º 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 #EDA83F is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 63 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.07 |
| HSL | 36.21º | 0.83% | 0.59% | - |
| HSV(B) | 36.21º | 0.73% | 0.93% | - |
| XYZ | 49.82 | 46.37 | 11.03 | - |
| YUV | 176.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 63 | 0 | 0.29 | 0.73 | 0.07 | 36.21 | 0.83 | 0.59 |
| Hex | ED | A8 | 3F | 0 | 1D | 49 | 7 | 24 | 53 | 3B |
| Octal | 355 | 250 | 77 | 0 | 35 | 111 | 7 | 44 | 123 | 73 |
| Binary | 11101101 | 10101000 | 111111 | 0 | 11101 | 1001001 | 111 | 100100 | 1010011 | 111011 |
Color Harmonies of #EDA83F
Complementary color
Monochromatic Colors of #EDA83F
Black with #EDA83F
Text Example
Text Example
White with #EDA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA83F; }
p { color: rgb(237,168,63); }
H1.HeaderClassName
{
color: #EDA83F;
}
.AnyTagClassName
{
color: #EDA83F;
}
</style>
background-color css
<style>
a { background-color: #EDA83F; }
a { background-color: rgb(237,168,63); }
div.DivClassName
{
background-color: #EDA83F;
}
.BgClassName
{
background-color: #EDA83F;
}
</style>
border-color css
<style>
span { border-color: #EDA83F; }
span { border-color: rgb(237,168,63); }
td.TdClassName
{
border-color: #EDA83F;
}
.TagClassName
{
border-color: #EDA83F;
}
</style>