Shades of Tulip Tree #EDA643
Tints of Tulip Tree #EDA643
RGB
CMYK
RGB Variations
Color information
#EDA643 (or 0xEDA643) is known color: Tulip Tree. HEX triplet: ED, A6 and 43. RGB value is (237,166,67). Sum of RGB (Red+Green+Blue) = 237+166+67=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA643 is #1259BC. Grayscale: #B0B0B0. Windows color (decimal): -1202621 or 4433645. OLE color: 4433645.
HSL color Cylindrical-coordinate representation of color #EDA643: hue angle of 34.94º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA643 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 67 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.07 |
| HSL | 34.94º | 0.83% | 0.6% | - |
| HSV(B) | 34.94º | 0.72% | 0.93% | - |
| XYZ | 49.57 | 45.68 | 11.51 | - |
| YUV | 175.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 67 | 0 | 0.30 | 0.72 | 0.07 | 34.94 | 0.83 | 0.6 |
| Hex | ED | A6 | 43 | 0 | 1E | 48 | 7 | 23 | 53 | 3C |
| Octal | 355 | 246 | 103 | 0 | 36 | 110 | 7 | 43 | 123 | 74 |
| Binary | 11101101 | 10100110 | 1000011 | 0 | 11110 | 1001000 | 111 | 100011 | 1010011 | 111100 |
Color Harmonies of #EDA643
Complementary color
Monochromatic Colors of #EDA643
Black with #EDA643
Text Example
Text Example
White with #EDA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA643; }
p { color: rgb(237,166,67); }
H1.HeaderClassName
{
color: #EDA643;
}
.AnyTagClassName
{
color: #EDA643;
}
</style>
background-color css
<style>
a { background-color: #EDA643; }
a { background-color: rgb(237,166,67); }
div.DivClassName
{
background-color: #EDA643;
}
.BgClassName
{
background-color: #EDA643;
}
</style>
border-color css
<style>
span { border-color: #EDA643; }
span { border-color: rgb(237,166,67); }
td.TdClassName
{
border-color: #EDA643;
}
.TagClassName
{
border-color: #EDA643;
}
</style>