Shades of Tulip Tree #EDAC46
Tints of Tulip Tree #EDAC46
RGB
CMYK
RGB Variations
Color information
#EDAC46 (or 0xEDAC46) is known color: Tulip Tree. HEX triplet: ED, AC and 46. RGB value is (237,172,70). Sum of RGB (Red+Green+Blue) = 237+172+70=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC46 is #1253B9. Grayscale: #B4B4B4. Windows color (decimal): -1201082 or 4631789. OLE color: 4631789.
HSL color Cylindrical-coordinate representation of color #EDAC46: hue angle of 36.65º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDAC46 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 70 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.07 |
| HSL | 36.65º | 0.82% | 0.6% | - |
| HSV(B) | 36.65º | 0.7% | 0.93% | - |
| XYZ | 50.78 | 47.95 | 12.37 | - |
| YUV | 179.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 70 | 0 | 0.27 | 0.70 | 0.07 | 36.65 | 0.82 | 0.6 |
| Hex | ED | AC | 46 | 0 | 1B | 46 | 7 | 25 | 52 | 3C |
| Octal | 355 | 254 | 106 | 0 | 33 | 106 | 7 | 45 | 122 | 74 |
| Binary | 11101101 | 10101100 | 1000110 | 0 | 11011 | 1000110 | 111 | 100101 | 1010010 | 111100 |
Color Harmonies of #EDAC46
Complementary color
Monochromatic Colors of #EDAC46
Black with #EDAC46
Text Example
Text Example
White with #EDAC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC46; }
p { color: rgb(237,172,70); }
H1.HeaderClassName
{
color: #EDAC46;
}
.AnyTagClassName
{
color: #EDAC46;
}
</style>
background-color css
<style>
a { background-color: #EDAC46; }
a { background-color: rgb(237,172,70); }
div.DivClassName
{
background-color: #EDAC46;
}
.BgClassName
{
background-color: #EDAC46;
}
</style>
border-color css
<style>
span { border-color: #EDAC46; }
span { border-color: rgb(237,172,70); }
td.TdClassName
{
border-color: #EDAC46;
}
.TagClassName
{
border-color: #EDAC46;
}
</style>