Shades of Tulip Tree #EDA640
Tints of Tulip Tree #EDA640
RGB
CMYK
RGB Variations
Color information
#EDA640 (or 0xEDA640) is known color: Tulip Tree. HEX triplet: ED, A6 and 40. RGB value is (237,166,64). Sum of RGB (Red+Green+Blue) = 237+166+64=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA640 is #1259BF. Grayscale: #B0B0B0. Windows color (decimal): -1202624 or 4237037. OLE color: 4237037.
HSL color Cylindrical-coordinate representation of color #EDA640: hue angle of 35.38º 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 #EDA640 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 64 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.07 |
| HSL | 35.38º | 0.83% | 0.59% | - |
| HSV(B) | 35.38º | 0.73% | 0.93% | - |
| XYZ | 49.49 | 45.65 | 11.05 | - |
| YUV | 175.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 64 | 0 | 0.30 | 0.73 | 0.07 | 35.38 | 0.83 | 0.59 |
| Hex | ED | A6 | 40 | 0 | 1E | 49 | 7 | 23 | 53 | 3B |
| Octal | 355 | 246 | 100 | 0 | 36 | 111 | 7 | 43 | 123 | 73 |
| Binary | 11101101 | 10100110 | 1000000 | 0 | 11110 | 1001001 | 111 | 100011 | 1010011 | 111011 |
Color Harmonies of #EDA640
Complementary color
Monochromatic Colors of #EDA640
Black with #EDA640
Text Example
Text Example
White with #EDA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA640; }
p { color: rgb(237,166,64); }
H1.HeaderClassName
{
color: #EDA640;
}
.AnyTagClassName
{
color: #EDA640;
}
</style>
background-color css
<style>
a { background-color: #EDA640; }
a { background-color: rgb(237,166,64); }
div.DivClassName
{
background-color: #EDA640;
}
.BgClassName
{
background-color: #EDA640;
}
</style>
border-color css
<style>
span { border-color: #EDA640; }
span { border-color: rgb(237,166,64); }
td.TdClassName
{
border-color: #EDA640;
}
.TagClassName
{
border-color: #EDA640;
}
</style>