Shades of Tulip Tree #EDAA41
Tints of Tulip Tree #EDAA41
RGB
CMYK
RGB Variations
Color information
#EDAA41 (or 0xEDAA41) is known color: Tulip Tree. HEX triplet: ED, AA and 41. RGB value is (237,170,65). Sum of RGB (Red+Green+Blue) = 237+170+65=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA41 is #1255BE. Grayscale: #B2B2B2. Windows color (decimal): -1201599 or 4303597. OLE color: 4303597.
HSL color Cylindrical-coordinate representation of color #EDAA41: hue angle of 36.63º 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 #EDAA41 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 65 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.07 |
| HSL | 36.63º | 0.83% | 0.59% | - |
| HSV(B) | 36.63º | 0.73% | 0.93% | - |
| XYZ | 50.25 | 47.14 | 11.45 | - |
| YUV | 178.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 65 | 0 | 0.28 | 0.73 | 0.07 | 36.63 | 0.83 | 0.59 |
| Hex | ED | AA | 41 | 0 | 1C | 49 | 7 | 25 | 53 | 3B |
| Octal | 355 | 252 | 101 | 0 | 34 | 111 | 7 | 45 | 123 | 73 |
| Binary | 11101101 | 10101010 | 1000001 | 0 | 11100 | 1001001 | 111 | 100101 | 1010011 | 111011 |
Color Harmonies of #EDAA41
Complementary color
Monochromatic Colors of #EDAA41
Black with #EDAA41
Text Example
Text Example
White with #EDAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA41; }
p { color: rgb(237,170,65); }
H1.HeaderClassName
{
color: #EDAA41;
}
.AnyTagClassName
{
color: #EDAA41;
}
</style>
background-color css
<style>
a { background-color: #EDAA41; }
a { background-color: rgb(237,170,65); }
div.DivClassName
{
background-color: #EDAA41;
}
.BgClassName
{
background-color: #EDAA41;
}
</style>
border-color css
<style>
span { border-color: #EDAA41; }
span { border-color: rgb(237,170,65); }
td.TdClassName
{
border-color: #EDAA41;
}
.TagClassName
{
border-color: #EDAA41;
}
</style>