Shades of Tulip Tree #EDAC3F
Tints of Tulip Tree #EDAC3F
RGB
CMYK
RGB Variations
Color information
#EDAC3F (or 0xEDAC3F) is known color: Tulip Tree. HEX triplet: ED, AC and 3F. RGB value is (237,172,63). Sum of RGB (Red+Green+Blue) = 237+172+63=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC3F is #1253C0. Grayscale: #B3B3B3. Windows color (decimal): -1201089 or 4173037. OLE color: 4173037.
HSL color Cylindrical-coordinate representation of color #EDAC3F: hue angle of 37.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDAC3F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 63 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.07 |
| HSL | 37.59º | 0.83% | 0.59% | - |
| HSV(B) | 37.59º | 0.73% | 0.93% | - |
| XYZ | 50.57 | 47.87 | 11.28 | - |
| YUV | 179.01 | 62.53 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 63 | 0 | 0.27 | 0.73 | 0.07 | 37.59 | 0.83 | 0.59 |
| Hex | ED | AC | 3F | 0 | 1B | 49 | 7 | 26 | 53 | 3B |
| Octal | 355 | 254 | 77 | 0 | 33 | 111 | 7 | 46 | 123 | 73 |
| Binary | 11101101 | 10101100 | 111111 | 0 | 11011 | 1001001 | 111 | 100110 | 1010011 | 111011 |
Color Harmonies of #EDAC3F
Complementary color
Monochromatic Colors of #EDAC3F
Black with #EDAC3F
Text Example
Text Example
White with #EDAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC3F; }
p { color: rgb(237,172,63); }
H1.HeaderClassName
{
color: #EDAC3F;
}
.AnyTagClassName
{
color: #EDAC3F;
}
</style>
background-color css
<style>
a { background-color: #EDAC3F; }
a { background-color: rgb(237,172,63); }
div.DivClassName
{
background-color: #EDAC3F;
}
.BgClassName
{
background-color: #EDAC3F;
}
</style>
border-color css
<style>
span { border-color: #EDAC3F; }
span { border-color: rgb(237,172,63); }
td.TdClassName
{
border-color: #EDAC3F;
}
.TagClassName
{
border-color: #EDAC3F;
}
</style>