Shades of Tulip Tree #EDAF3F
Tints of Tulip Tree #EDAF3F
RGB
CMYK
RGB Variations
Color information
#EDAF3F (or 0xEDAF3F) is known color: Tulip Tree. HEX triplet: ED, AF and 3F. RGB value is (237,175,63). Sum of RGB (Red+Green+Blue) = 237+175+63=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF3F is #1250C0. Grayscale: #B5B5B5. Windows color (decimal): -1200321 or 4173805. OLE color: 4173805.
HSL color Cylindrical-coordinate representation of color #EDAF3F: hue angle of 38.62º 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 #EDAF3F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 63 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.07 |
| HSL | 38.62º | 0.83% | 0.59% | - |
| HSV(B) | 38.62º | 0.73% | 0.93% | - |
| XYZ | 51.15 | 49.02 | 11.47 | - |
| YUV | 180.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 63 | 0 | 0.26 | 0.73 | 0.07 | 38.62 | 0.83 | 0.59 |
| Hex | ED | AF | 3F | 0 | 1A | 49 | 7 | 27 | 53 | 3B |
| Octal | 355 | 257 | 77 | 0 | 32 | 111 | 7 | 47 | 123 | 73 |
| Binary | 11101101 | 10101111 | 111111 | 0 | 11010 | 1001001 | 111 | 100111 | 1010011 | 111011 |
Color Harmonies of #EDAF3F
Complementary color
Monochromatic Colors of #EDAF3F
Black with #EDAF3F
Text Example
Text Example
White with #EDAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF3F; }
p { color: rgb(237,175,63); }
H1.HeaderClassName
{
color: #EDAF3F;
}
.AnyTagClassName
{
color: #EDAF3F;
}
</style>
background-color css
<style>
a { background-color: #EDAF3F; }
a { background-color: rgb(237,175,63); }
div.DivClassName
{
background-color: #EDAF3F;
}
.BgClassName
{
background-color: #EDAF3F;
}
</style>
border-color css
<style>
span { border-color: #EDAF3F; }
span { border-color: rgb(237,175,63); }
td.TdClassName
{
border-color: #EDAF3F;
}
.TagClassName
{
border-color: #EDAF3F;
}
</style>