Shades of Tulip Tree #EDAC3E
Tints of Tulip Tree #EDAC3E
RGB
CMYK
RGB Variations
Color information
#EDAC3E (or 0xEDAC3E) is known color: Tulip Tree. HEX triplet: ED, AC and 3E. RGB value is (237,172,62). Sum of RGB (Red+Green+Blue) = 237+172+62=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC3E is #1253C1. Grayscale: #B3B3B3. Windows color (decimal): -1201090 or 4107501. OLE color: 4107501.
HSL color Cylindrical-coordinate representation of color #EDAC3E: hue angle of 37.71º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDAC3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.07 |
| HSL | 37.71º | 0.83% | 0.59% | - |
| HSV(B) | 37.71º | 0.74% | 0.93% | - |
| XYZ | 50.55 | 47.86 | 11.13 | - |
| YUV | 178.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 62 | 0 | 0.27 | 0.74 | 0.07 | 37.71 | 0.83 | 0.59 |
| Hex | ED | AC | 3E | 0 | 1B | 4A | 7 | 26 | 53 | 3B |
| Octal | 355 | 254 | 76 | 0 | 33 | 112 | 7 | 46 | 123 | 73 |
| Binary | 11101101 | 10101100 | 111110 | 0 | 11011 | 1001010 | 111 | 100110 | 1010011 | 111011 |
Color Harmonies of #EDAC3E
Complementary color
Monochromatic Colors of #EDAC3E
Black with #EDAC3E
Text Example
Text Example
White with #EDAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC3E; }
p { color: rgb(237,172,62); }
H1.HeaderClassName
{
color: #EDAC3E;
}
.AnyTagClassName
{
color: #EDAC3E;
}
</style>
background-color css
<style>
a { background-color: #EDAC3E; }
a { background-color: rgb(237,172,62); }
div.DivClassName
{
background-color: #EDAC3E;
}
.BgClassName
{
background-color: #EDAC3E;
}
</style>
border-color css
<style>
span { border-color: #EDAC3E; }
span { border-color: rgb(237,172,62); }
td.TdClassName
{
border-color: #EDAC3E;
}
.TagClassName
{
border-color: #EDAC3E;
}
</style>