Shades of Tulip Tree #EDAA34
Tints of Tulip Tree #EDAA34
RGB
CMYK
RGB Variations
Color information
#EDAA34 (or 0xEDAA34) is known color: Tulip Tree. HEX triplet: ED, AA and 34. RGB value is (237,170,52). Sum of RGB (Red+Green+Blue) = 237+170+52=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA34 is #1255CB. Grayscale: #B1B1B1. Windows color (decimal): -1201612 or 3451629. OLE color: 3451629.
HSL color Cylindrical-coordinate representation of color #EDAA34: hue angle of 38.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDAA34 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 52 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.07 |
| HSL | 38.27º | 0.84% | 0.57% | - |
| HSV(B) | 38.27º | 0.78% | 0.93% | - |
| XYZ | 49.92 | 47 | 9.69 | - |
| YUV | 176.58 | 57.7 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 52 | 0 | 0.28 | 0.78 | 0.07 | 38.27 | 0.84 | 0.57 |
| Hex | ED | AA | 34 | 0 | 1C | 4E | 7 | 26 | 54 | 39 |
| Octal | 355 | 252 | 64 | 0 | 34 | 116 | 7 | 46 | 124 | 71 |
| Binary | 11101101 | 10101010 | 110100 | 0 | 11100 | 1001110 | 111 | 100110 | 1010100 | 111001 |
Color Harmonies of #EDAA34
Complementary color
Monochromatic Colors of #EDAA34
Black with #EDAA34
Text Example
Text Example
White with #EDAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA34; }
p { color: rgb(237,170,52); }
H1.HeaderClassName
{
color: #EDAA34;
}
.AnyTagClassName
{
color: #EDAA34;
}
</style>
background-color css
<style>
a { background-color: #EDAA34; }
a { background-color: rgb(237,170,52); }
div.DivClassName
{
background-color: #EDAA34;
}
.BgClassName
{
background-color: #EDAA34;
}
</style>
border-color css
<style>
span { border-color: #EDAA34; }
span { border-color: rgb(237,170,52); }
td.TdClassName
{
border-color: #EDAA34;
}
.TagClassName
{
border-color: #EDAA34;
}
</style>