Shades of Tulip Tree #EDAD44
Tints of Tulip Tree #EDAD44
RGB
CMYK
RGB Variations
Color information
#EDAD44 (or 0xEDAD44) is known color: Tulip Tree. HEX triplet: ED, AD and 44. RGB value is (237,173,68). Sum of RGB (Red+Green+Blue) = 237+173+68=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD44 is #1252BB. Grayscale: #B4B4B4. Windows color (decimal): -1200828 or 4500973. OLE color: 4500973.
HSL color Cylindrical-coordinate representation of color #EDAD44: hue angle of 37.28º 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 #EDAD44 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 68 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.07 |
| HSL | 37.28º | 0.82% | 0.6% | - |
| HSV(B) | 37.28º | 0.71% | 0.93% | - |
| XYZ | 50.91 | 48.31 | 12.11 | - |
| YUV | 180.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 68 | 0 | 0.27 | 0.71 | 0.07 | 37.28 | 0.82 | 0.6 |
| Hex | ED | AD | 44 | 0 | 1B | 47 | 7 | 25 | 52 | 3C |
| Octal | 355 | 255 | 104 | 0 | 33 | 107 | 7 | 45 | 122 | 74 |
| Binary | 11101101 | 10101101 | 1000100 | 0 | 11011 | 1000111 | 111 | 100101 | 1010010 | 111100 |
Color Harmonies of #EDAD44
Complementary color
Monochromatic Colors of #EDAD44
Black with #EDAD44
Text Example
Text Example
White with #EDAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD44; }
p { color: rgb(237,173,68); }
H1.HeaderClassName
{
color: #EDAD44;
}
.AnyTagClassName
{
color: #EDAD44;
}
</style>
background-color css
<style>
a { background-color: #EDAD44; }
a { background-color: rgb(237,173,68); }
div.DivClassName
{
background-color: #EDAD44;
}
.BgClassName
{
background-color: #EDAD44;
}
</style>
border-color css
<style>
span { border-color: #EDAD44; }
span { border-color: rgb(237,173,68); }
td.TdClassName
{
border-color: #EDAD44;
}
.TagClassName
{
border-color: #EDAD44;
}
</style>