Shades of Tulip Tree #EDA840
Tints of Tulip Tree #EDA840
RGB
CMYK
RGB Variations
Color information
#EDA840 (or 0xEDA840) is known color: Tulip Tree. HEX triplet: ED, A8 and 40. RGB value is (237,168,64). Sum of RGB (Red+Green+Blue) = 237+168+64=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA840 is #1257BF. Grayscale: #B1B1B1. Windows color (decimal): -1202112 or 4237549. OLE color: 4237549.
HSL color Cylindrical-coordinate representation of color #EDA840: hue angle of 36.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 #EDA840 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 64 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.07 |
| HSL | 36.07º | 0.83% | 0.59% | - |
| HSV(B) | 36.07º | 0.73% | 0.93% | - |
| XYZ | 49.85 | 46.38 | 11.18 | - |
| YUV | 176.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 64 | 0 | 0.29 | 0.73 | 0.07 | 36.07 | 0.83 | 0.59 |
| Hex | ED | A8 | 40 | 0 | 1D | 49 | 7 | 24 | 53 | 3B |
| Octal | 355 | 250 | 100 | 0 | 35 | 111 | 7 | 44 | 123 | 73 |
| Binary | 11101101 | 10101000 | 1000000 | 0 | 11101 | 1001001 | 111 | 100100 | 1010011 | 111011 |
Color Harmonies of #EDA840
Complementary color
Monochromatic Colors of #EDA840
Black with #EDA840
Text Example
Text Example
White with #EDA840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA840; }
p { color: rgb(237,168,64); }
H1.HeaderClassName
{
color: #EDA840;
}
.AnyTagClassName
{
color: #EDA840;
}
</style>
background-color css
<style>
a { background-color: #EDA840; }
a { background-color: rgb(237,168,64); }
div.DivClassName
{
background-color: #EDA840;
}
.BgClassName
{
background-color: #EDA840;
}
</style>
border-color css
<style>
span { border-color: #EDA840; }
span { border-color: rgb(237,168,64); }
td.TdClassName
{
border-color: #EDA840;
}
.TagClassName
{
border-color: #EDA840;
}
</style>