Shades of Tulip Tree #EDAA3E
Tints of Tulip Tree #EDAA3E
RGB
CMYK
RGB Variations
Color information
#EDAA3E (or 0xEDAA3E) is known color: Tulip Tree. HEX triplet: ED, AA and 3E. RGB value is (237,170,62). Sum of RGB (Red+Green+Blue) = 237+170+62=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA3E is #1255C1. Grayscale: #B2B2B2. Windows color (decimal): -1201602 or 4106989. OLE color: 4106989.
HSL color Cylindrical-coordinate representation of color #EDAA3E: hue angle of 37.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDAA3E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 62 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.07 |
| HSL | 37.03º | 0.83% | 0.59% | - |
| HSV(B) | 37.03º | 0.74% | 0.93% | - |
| XYZ | 50.17 | 47.1 | 11 | - |
| YUV | 177.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 62 | 0 | 0.28 | 0.74 | 0.07 | 37.03 | 0.83 | 0.59 |
| Hex | ED | AA | 3E | 0 | 1C | 4A | 7 | 25 | 53 | 3B |
| Octal | 355 | 252 | 76 | 0 | 34 | 112 | 7 | 45 | 123 | 73 |
| Binary | 11101101 | 10101010 | 111110 | 0 | 11100 | 1001010 | 111 | 100101 | 1010011 | 111011 |
Color Harmonies of #EDAA3E
Complementary color
Monochromatic Colors of #EDAA3E
Black with #EDAA3E
Text Example
Text Example
White with #EDAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA3E; }
p { color: rgb(237,170,62); }
H1.HeaderClassName
{
color: #EDAA3E;
}
.AnyTagClassName
{
color: #EDAA3E;
}
</style>
background-color css
<style>
a { background-color: #EDAA3E; }
a { background-color: rgb(237,170,62); }
div.DivClassName
{
background-color: #EDAA3E;
}
.BgClassName
{
background-color: #EDAA3E;
}
</style>
border-color css
<style>
span { border-color: #EDAA3E; }
span { border-color: rgb(237,170,62); }
td.TdClassName
{
border-color: #EDAA3E;
}
.TagClassName
{
border-color: #EDAA3E;
}
</style>