Shades of Tulip Tree #EDAF3C
Tints of Tulip Tree #EDAF3C
RGB
CMYK
RGB Variations
Color information
#EDAF3C (or 0xEDAF3C) is known color: Tulip Tree. HEX triplet: ED, AF and 3C. RGB value is (237,175,60). Sum of RGB (Red+Green+Blue) = 237+175+60=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF3C is #1250C3. Grayscale: #B4B4B4. Windows color (decimal): -1200324 or 3977197. OLE color: 3977197.
HSL color Cylindrical-coordinate representation of color #EDAF3C: hue angle of 38.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDAF3C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 60 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.07 |
| HSL | 38.98º | 0.83% | 0.58% | - |
| HSV(B) | 38.98º | 0.75% | 0.93% | - |
| XYZ | 51.07 | 48.99 | 11.04 | - |
| YUV | 180.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 60 | 0 | 0.26 | 0.75 | 0.07 | 38.98 | 0.83 | 0.58 |
| Hex | ED | AF | 3C | 0 | 1A | 4B | 7 | 27 | 53 | 3A |
| Octal | 355 | 257 | 74 | 0 | 32 | 113 | 7 | 47 | 123 | 72 |
| Binary | 11101101 | 10101111 | 111100 | 0 | 11010 | 1001011 | 111 | 100111 | 1010011 | 111010 |
Color Harmonies of #EDAF3C
Complementary color
Monochromatic Colors of #EDAF3C
Black with #EDAF3C
Text Example
Text Example
White with #EDAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF3C; }
p { color: rgb(237,175,60); }
H1.HeaderClassName
{
color: #EDAF3C;
}
.AnyTagClassName
{
color: #EDAF3C;
}
</style>
background-color css
<style>
a { background-color: #EDAF3C; }
a { background-color: rgb(237,175,60); }
div.DivClassName
{
background-color: #EDAF3C;
}
.BgClassName
{
background-color: #EDAF3C;
}
</style>
border-color css
<style>
span { border-color: #EDAF3C; }
span { border-color: rgb(237,175,60); }
td.TdClassName
{
border-color: #EDAF3C;
}
.TagClassName
{
border-color: #EDAF3C;
}
</style>