Shades of Tulip Tree #EDA444
Tints of Tulip Tree #EDA444
RGB
CMYK
RGB Variations
Color information
#EDA444 (or 0xEDA444) is known color: Tulip Tree. HEX triplet: ED, A4 and 44. RGB value is (237,164,68). Sum of RGB (Red+Green+Blue) = 237+164+68=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA444 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA444 is #125BBB. Grayscale: #AFAFAF. Windows color (decimal): -1203132 or 4498669. OLE color: 4498669.
HSL color Cylindrical-coordinate representation of color #EDA444: hue angle of 34.08º 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 #EDA444 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 68 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.07 |
| HSL | 34.08º | 0.82% | 0.6% | - |
| HSV(B) | 34.08º | 0.71% | 0.93% | - |
| XYZ | 49.24 | 44.97 | 11.55 | - |
| YUV | 174.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 68 | 0 | 0.31 | 0.71 | 0.07 | 34.08 | 0.82 | 0.6 |
| Hex | ED | A4 | 44 | 0 | 1F | 47 | 7 | 22 | 52 | 3C |
| Octal | 355 | 244 | 104 | 0 | 37 | 107 | 7 | 42 | 122 | 74 |
| Binary | 11101101 | 10100100 | 1000100 | 0 | 11111 | 1000111 | 111 | 100010 | 1010010 | 111100 |
Color Harmonies of #EDA444
Complementary color
Monochromatic Colors of #EDA444
Black with #EDA444
Text Example
Text Example
White with #EDA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA444; }
p { color: rgb(237,164,68); }
H1.HeaderClassName
{
color: #EDA444;
}
.AnyTagClassName
{
color: #EDA444;
}
</style>
background-color css
<style>
a { background-color: #EDA444; }
a { background-color: rgb(237,164,68); }
div.DivClassName
{
background-color: #EDA444;
}
.BgClassName
{
background-color: #EDA444;
}
</style>
border-color css
<style>
span { border-color: #EDA444; }
span { border-color: rgb(237,164,68); }
td.TdClassName
{
border-color: #EDA444;
}
.TagClassName
{
border-color: #EDA444;
}
</style>