Shades of Tulip Tree #EDA83E
Tints of Tulip Tree #EDA83E
RGB
CMYK
RGB Variations
Color information
#EDA83E (or 0xEDA83E) is known color: Tulip Tree. HEX triplet: ED, A8 and 3E. RGB value is (237,168,62). Sum of RGB (Red+Green+Blue) = 237+168+62=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA83E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA83E is #1257C1. Grayscale: #B1B1B1. Windows color (decimal): -1202114 or 4106477. OLE color: 4106477.
HSL color Cylindrical-coordinate representation of color #EDA83E: hue angle of 36.34º 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 #EDA83E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 62 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.07 |
| HSL | 36.34º | 0.83% | 0.59% | - |
| HSV(B) | 36.34º | 0.74% | 0.93% | - |
| XYZ | 49.8 | 46.36 | 10.88 | - |
| YUV | 176.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 62 | 0 | 0.29 | 0.74 | 0.07 | 36.34 | 0.83 | 0.59 |
| Hex | ED | A8 | 3E | 0 | 1D | 4A | 7 | 24 | 53 | 3B |
| Octal | 355 | 250 | 76 | 0 | 35 | 112 | 7 | 44 | 123 | 73 |
| Binary | 11101101 | 10101000 | 111110 | 0 | 11101 | 1001010 | 111 | 100100 | 1010011 | 111011 |
Color Harmonies of #EDA83E
Complementary color
Monochromatic Colors of #EDA83E
Black with #EDA83E
Text Example
Text Example
White with #EDA83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA83E; }
p { color: rgb(237,168,62); }
H1.HeaderClassName
{
color: #EDA83E;
}
.AnyTagClassName
{
color: #EDA83E;
}
</style>
background-color css
<style>
a { background-color: #EDA83E; }
a { background-color: rgb(237,168,62); }
div.DivClassName
{
background-color: #EDA83E;
}
.BgClassName
{
background-color: #EDA83E;
}
</style>
border-color css
<style>
span { border-color: #EDA83E; }
span { border-color: rgb(237,168,62); }
td.TdClassName
{
border-color: #EDA83E;
}
.TagClassName
{
border-color: #EDA83E;
}
</style>