Shades of Tulip Tree #EDAC3A
Tints of Tulip Tree #EDAC3A
RGB
CMYK
RGB Variations
Color information
#EDAC3A (or 0xEDAC3A) is known color: Tulip Tree. HEX triplet: ED, AC and 3A. RGB value is (237,172,58). Sum of RGB (Red+Green+Blue) = 237+172+58=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC3A is #1253C5. Grayscale: #B2B2B2. Windows color (decimal): -1201094 or 3845357. OLE color: 3845357.
HSL color Cylindrical-coordinate representation of color #EDAC3A: hue angle of 38.21º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDAC3A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 58 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.07 |
| HSL | 38.21º | 0.83% | 0.58% | - |
| HSV(B) | 38.21º | 0.76% | 0.93% | - |
| XYZ | 50.44 | 47.82 | 10.57 | - |
| YUV | 178.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 58 | 0 | 0.27 | 0.76 | 0.07 | 38.21 | 0.83 | 0.58 |
| Hex | ED | AC | 3A | 0 | 1B | 4C | 7 | 26 | 53 | 3A |
| Octal | 355 | 254 | 72 | 0 | 33 | 114 | 7 | 46 | 123 | 72 |
| Binary | 11101101 | 10101100 | 111010 | 0 | 11011 | 1001100 | 111 | 100110 | 1010011 | 111010 |
Color Harmonies of #EDAC3A
Complementary color
Monochromatic Colors of #EDAC3A
Black with #EDAC3A
Text Example
Text Example
White with #EDAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC3A; }
p { color: rgb(237,172,58); }
H1.HeaderClassName
{
color: #EDAC3A;
}
.AnyTagClassName
{
color: #EDAC3A;
}
</style>
background-color css
<style>
a { background-color: #EDAC3A; }
a { background-color: rgb(237,172,58); }
div.DivClassName
{
background-color: #EDAC3A;
}
.BgClassName
{
background-color: #EDAC3A;
}
</style>
border-color css
<style>
span { border-color: #EDAC3A; }
span { border-color: rgb(237,172,58); }
td.TdClassName
{
border-color: #EDAC3A;
}
.TagClassName
{
border-color: #EDAC3A;
}
</style>