Shades of Tulip Tree #EFAD3F
Tints of Tulip Tree #EFAD3F
RGB
CMYK
RGB Variations
Color information
#EFAD3F (or 0xEFAD3F) is known color: Tulip Tree. HEX triplet: EF, AD and 3F. RGB value is (239,173,63). Sum of RGB (Red+Green+Blue) = 239+173+63=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD3F is #1052C0. Grayscale: #B4B4B4. Windows color (decimal): -1069761 or 4173295. OLE color: 4173295.
HSL color Cylindrical-coordinate representation of color #EFAD3F: hue angle of 37.5º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFAD3F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 63 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.06 |
| HSL | 37.5º | 0.85% | 0.59% | - |
| HSV(B) | 37.5º | 0.74% | 0.94% | - |
| XYZ | 51.44 | 48.6 | 11.37 | - |
| YUV | 180.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 63 | 0 | 0.28 | 0.74 | 0.06 | 37.5 | 0.85 | 0.59 |
| Hex | EF | AD | 3F | 0 | 1C | 4A | 6 | 26 | 55 | 3B |
| Octal | 357 | 255 | 77 | 0 | 34 | 112 | 6 | 46 | 125 | 73 |
| Binary | 11101111 | 10101101 | 111111 | 0 | 11100 | 1001010 | 110 | 100110 | 1010101 | 111011 |
Color Harmonies of #EFAD3F
Complementary color
Monochromatic Colors of #EFAD3F
Black with #EFAD3F
Text Example
Text Example
White with #EFAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD3F; }
p { color: rgb(239,173,63); }
H1.HeaderClassName
{
color: #EFAD3F;
}
.AnyTagClassName
{
color: #EFAD3F;
}
</style>
background-color css
<style>
a { background-color: #EFAD3F; }
a { background-color: rgb(239,173,63); }
div.DivClassName
{
background-color: #EFAD3F;
}
.BgClassName
{
background-color: #EFAD3F;
}
</style>
border-color css
<style>
span { border-color: #EFAD3F; }
span { border-color: rgb(239,173,63); }
td.TdClassName
{
border-color: #EFAD3F;
}
.TagClassName
{
border-color: #EFAD3F;
}
</style>