Shades of Tulip Tree #EDA944
Tints of Tulip Tree #EDA944
RGB
CMYK
RGB Variations
Color information
#EDA944 (or 0xEDA944) is known color: Tulip Tree. HEX triplet: ED, A9 and 44. RGB value is (237,169,68). Sum of RGB (Red+Green+Blue) = 237+169+68=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA944 is #1256BB. Grayscale: #B2B2B2. Windows color (decimal): -1201852 or 4499949. OLE color: 4499949.
HSL color Cylindrical-coordinate representation of color #EDA944: hue angle of 35.86º 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 #EDA944 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 68 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.07 |
| HSL | 35.86º | 0.82% | 0.6% | - |
| HSV(B) | 35.86º | 0.71% | 0.93% | - |
| XYZ | 50.16 | 46.8 | 11.86 | - |
| YUV | 177.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 68 | 0 | 0.29 | 0.71 | 0.07 | 35.86 | 0.82 | 0.6 |
| Hex | ED | A9 | 44 | 0 | 1D | 47 | 7 | 24 | 52 | 3C |
| Octal | 355 | 251 | 104 | 0 | 35 | 107 | 7 | 44 | 122 | 74 |
| Binary | 11101101 | 10101001 | 1000100 | 0 | 11101 | 1000111 | 111 | 100100 | 1010010 | 111100 |
Color Harmonies of #EDA944
Complementary color
Monochromatic Colors of #EDA944
Black with #EDA944
Text Example
Text Example
White with #EDA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA944; }
p { color: rgb(237,169,68); }
H1.HeaderClassName
{
color: #EDA944;
}
.AnyTagClassName
{
color: #EDA944;
}
</style>
background-color css
<style>
a { background-color: #EDA944; }
a { background-color: rgb(237,169,68); }
div.DivClassName
{
background-color: #EDA944;
}
.BgClassName
{
background-color: #EDA944;
}
</style>
border-color css
<style>
span { border-color: #EDA944; }
span { border-color: rgb(237,169,68); }
td.TdClassName
{
border-color: #EDA944;
}
.TagClassName
{
border-color: #EDA944;
}
</style>