Shades of Tulip Tree #EDAD45
Tints of Tulip Tree #EDAD45
RGB
CMYK
RGB Variations
Color information
#EDAD45 (or 0xEDAD45) is known color: Tulip Tree. HEX triplet: ED, AD and 45. RGB value is (237,173,69). Sum of RGB (Red+Green+Blue) = 237+173+69=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD45 is #1252BA. Grayscale: #B4B4B4. Windows color (decimal): -1200827 or 4566509. OLE color: 4566509.
HSL color Cylindrical-coordinate representation of color #EDAD45: hue angle of 37.14º 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 #EDAD45 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 69 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.07 |
| HSL | 37.14º | 0.82% | 0.6% | - |
| HSV(B) | 37.14º | 0.71% | 0.93% | - |
| XYZ | 50.94 | 48.32 | 12.27 | - |
| YUV | 180.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 69 | 0 | 0.27 | 0.71 | 0.07 | 37.14 | 0.82 | 0.6 |
| Hex | ED | AD | 45 | 0 | 1B | 47 | 7 | 25 | 52 | 3C |
| Octal | 355 | 255 | 105 | 0 | 33 | 107 | 7 | 45 | 122 | 74 |
| Binary | 11101101 | 10101101 | 1000101 | 0 | 11011 | 1000111 | 111 | 100101 | 1010010 | 111100 |
Color Harmonies of #EDAD45
Complementary color
Monochromatic Colors of #EDAD45
Black with #EDAD45
Text Example
Text Example
White with #EDAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD45; }
p { color: rgb(237,173,69); }
H1.HeaderClassName
{
color: #EDAD45;
}
.AnyTagClassName
{
color: #EDAD45;
}
</style>
background-color css
<style>
a { background-color: #EDAD45; }
a { background-color: rgb(237,173,69); }
div.DivClassName
{
background-color: #EDAD45;
}
.BgClassName
{
background-color: #EDAD45;
}
</style>
border-color css
<style>
span { border-color: #EDAD45; }
span { border-color: rgb(237,173,69); }
td.TdClassName
{
border-color: #EDAD45;
}
.TagClassName
{
border-color: #EDAD45;
}
</style>