Shades of Tulip Tree #EDA63F
Tints of Tulip Tree #EDA63F
RGB
CMYK
RGB Variations
Color information
#EDA63F (or 0xEDA63F) is known color: Tulip Tree. HEX triplet: ED, A6 and 3F. RGB value is (237,166,63). Sum of RGB (Red+Green+Blue) = 237+166+63=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA63F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA63F is #1259C0. Grayscale: #AFAFAF. Windows color (decimal): -1202625 or 4171501. OLE color: 4171501.
HSL color Cylindrical-coordinate representation of color #EDA63F: hue angle of 35.52º 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 #EDA63F is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 63 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.07 |
| HSL | 35.52º | 0.83% | 0.59% | - |
| HSV(B) | 35.52º | 0.73% | 0.93% | - |
| XYZ | 49.46 | 45.64 | 10.9 | - |
| YUV | 175.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 63 | 0 | 0.30 | 0.73 | 0.07 | 35.52 | 0.83 | 0.59 |
| Hex | ED | A6 | 3F | 0 | 1E | 49 | 7 | 24 | 53 | 3B |
| Octal | 355 | 246 | 77 | 0 | 36 | 111 | 7 | 44 | 123 | 73 |
| Binary | 11101101 | 10100110 | 111111 | 0 | 11110 | 1001001 | 111 | 100100 | 1010011 | 111011 |
Color Harmonies of #EDA63F
Complementary color
Monochromatic Colors of #EDA63F
Black with #EDA63F
Text Example
Text Example
White with #EDA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA63F; }
p { color: rgb(237,166,63); }
H1.HeaderClassName
{
color: #EDA63F;
}
.AnyTagClassName
{
color: #EDA63F;
}
</style>
background-color css
<style>
a { background-color: #EDA63F; }
a { background-color: rgb(237,166,63); }
div.DivClassName
{
background-color: #EDA63F;
}
.BgClassName
{
background-color: #EDA63F;
}
</style>
border-color css
<style>
span { border-color: #EDA63F; }
span { border-color: rgb(237,166,63); }
td.TdClassName
{
border-color: #EDA63F;
}
.TagClassName
{
border-color: #EDA63F;
}
</style>