Shades of Tulip Tree #EFAD40
Tints of Tulip Tree #EFAD40
RGB
CMYK
RGB Variations
Color information
#EFAD40 (or 0xEFAD40) is known color: Tulip Tree. HEX triplet: EF, AD and 40. RGB value is (239,173,64). Sum of RGB (Red+Green+Blue) = 239+173+64=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD40 is #1052BF. Grayscale: #B4B4B4. Windows color (decimal): -1069760 or 4238831. OLE color: 4238831.
HSL color Cylindrical-coordinate representation of color #EFAD40: hue angle of 37.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFAD40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 64 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.06 |
| HSL | 37.37º | 0.85% | 0.59% | - |
| HSV(B) | 37.37º | 0.73% | 0.94% | - |
| XYZ | 51.47 | 48.61 | 11.52 | - |
| YUV | 180.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 64 | 0 | 0.28 | 0.73 | 0.06 | 37.37 | 0.85 | 0.59 |
| Hex | EF | AD | 40 | 0 | 1C | 49 | 6 | 25 | 55 | 3B |
| Octal | 357 | 255 | 100 | 0 | 34 | 111 | 6 | 45 | 125 | 73 |
| Binary | 11101111 | 10101101 | 1000000 | 0 | 11100 | 1001001 | 110 | 100101 | 1010101 | 111011 |
Color Harmonies of #EFAD40
Complementary color
Monochromatic Colors of #EFAD40
Black with #EFAD40
Text Example
Text Example
White with #EFAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD40; }
p { color: rgb(239,173,64); }
H1.HeaderClassName
{
color: #EFAD40;
}
.AnyTagClassName
{
color: #EFAD40;
}
</style>
background-color css
<style>
a { background-color: #EFAD40; }
a { background-color: rgb(239,173,64); }
div.DivClassName
{
background-color: #EFAD40;
}
.BgClassName
{
background-color: #EFAD40;
}
</style>
border-color css
<style>
span { border-color: #EFAD40; }
span { border-color: rgb(239,173,64); }
td.TdClassName
{
border-color: #EFAD40;
}
.TagClassName
{
border-color: #EFAD40;
}
</style>