Shades of Tulip Tree #EDA644
Tints of Tulip Tree #EDA644
RGB
CMYK
RGB Variations
Color information
#EDA644 (or 0xEDA644) is known color: Tulip Tree. HEX triplet: ED, A6 and 44. RGB value is (237,166,68). Sum of RGB (Red+Green+Blue) = 237+166+68=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA644 is #1259BB. Grayscale: #B0B0B0. Windows color (decimal): -1202620 or 4499181. OLE color: 4499181.
HSL color Cylindrical-coordinate representation of color #EDA644: hue angle of 34.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDA644 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 68 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.07 |
| HSL | 34.79º | 0.82% | 0.6% | - |
| HSV(B) | 34.79º | 0.71% | 0.93% | - |
| XYZ | 49.6 | 45.69 | 11.67 | - |
| YUV | 176.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 68 | 0 | 0.30 | 0.71 | 0.07 | 34.79 | 0.82 | 0.6 |
| Hex | ED | A6 | 44 | 0 | 1E | 47 | 7 | 23 | 52 | 3C |
| Octal | 355 | 246 | 104 | 0 | 36 | 107 | 7 | 43 | 122 | 74 |
| Binary | 11101101 | 10100110 | 1000100 | 0 | 11110 | 1000111 | 111 | 100011 | 1010010 | 111100 |
Color Harmonies of #EDA644
Complementary color
Monochromatic Colors of #EDA644
Black with #EDA644
Text Example
Text Example
White with #EDA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA644; }
p { color: rgb(237,166,68); }
H1.HeaderClassName
{
color: #EDA644;
}
.AnyTagClassName
{
color: #EDA644;
}
</style>
background-color css
<style>
a { background-color: #EDA644; }
a { background-color: rgb(237,166,68); }
div.DivClassName
{
background-color: #EDA644;
}
.BgClassName
{
background-color: #EDA644;
}
</style>
border-color css
<style>
span { border-color: #EDA644; }
span { border-color: rgb(237,166,68); }
td.TdClassName
{
border-color: #EDA644;
}
.TagClassName
{
border-color: #EDA644;
}
</style>