Shades of Tulip Tree #EDA83D
Tints of Tulip Tree #EDA83D
RGB
CMYK
RGB Variations
Color information
#EDA83D (or 0xEDA83D) is known color: Tulip Tree. HEX triplet: ED, A8 and 3D. RGB value is (237,168,61). Sum of RGB (Red+Green+Blue) = 237+168+61=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA83D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA83D is #1257C2. Grayscale: #B0B0B0. Windows color (decimal): -1202115 or 4040941. OLE color: 4040941.
HSL color Cylindrical-coordinate representation of color #EDA83D: hue angle of 36.48º 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 #EDA83D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 61 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.07 |
| HSL | 36.48º | 0.83% | 0.58% | - |
| HSV(B) | 36.48º | 0.74% | 0.93% | - |
| XYZ | 49.77 | 46.35 | 10.74 | - |
| YUV | 176.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 61 | 0 | 0.29 | 0.74 | 0.07 | 36.48 | 0.83 | 0.58 |
| Hex | ED | A8 | 3D | 0 | 1D | 4A | 7 | 24 | 53 | 3A |
| Octal | 355 | 250 | 75 | 0 | 35 | 112 | 7 | 44 | 123 | 72 |
| Binary | 11101101 | 10101000 | 111101 | 0 | 11101 | 1001010 | 111 | 100100 | 1010011 | 111010 |
Color Harmonies of #EDA83D
Complementary color
Monochromatic Colors of #EDA83D
Black with #EDA83D
Text Example
Text Example
White with #EDA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA83D; }
p { color: rgb(237,168,61); }
H1.HeaderClassName
{
color: #EDA83D;
}
.AnyTagClassName
{
color: #EDA83D;
}
</style>
background-color css
<style>
a { background-color: #EDA83D; }
a { background-color: rgb(237,168,61); }
div.DivClassName
{
background-color: #EDA83D;
}
.BgClassName
{
background-color: #EDA83D;
}
</style>
border-color css
<style>
span { border-color: #EDA83D; }
span { border-color: rgb(237,168,61); }
td.TdClassName
{
border-color: #EDA83D;
}
.TagClassName
{
border-color: #EDA83D;
}
</style>