Shades of Tulip Tree #EFAD3A
Tints of Tulip Tree #EFAD3A
RGB
CMYK
RGB Variations
Color information
#EFAD3A (or 0xEFAD3A) is known color: Tulip Tree. HEX triplet: EF, AD and 3A. RGB value is (239,173,58). Sum of RGB (Red+Green+Blue) = 239+173+58=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD3A is #1052C5. Grayscale: #B4B4B4. Windows color (decimal): -1069766 or 3845615. OLE color: 3845615.
HSL color Cylindrical-coordinate representation of color #EFAD3A: hue angle of 38.12º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFAD3A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 58 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.06 |
| HSL | 38.12º | 0.85% | 0.58% | - |
| HSV(B) | 38.12º | 0.76% | 0.94% | - |
| XYZ | 51.3 | 48.54 | 10.67 | - |
| YUV | 179.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 58 | 0 | 0.28 | 0.76 | 0.06 | 38.12 | 0.85 | 0.58 |
| Hex | EF | AD | 3A | 0 | 1C | 4C | 6 | 26 | 55 | 3A |
| Octal | 357 | 255 | 72 | 0 | 34 | 114 | 6 | 46 | 125 | 72 |
| Binary | 11101111 | 10101101 | 111010 | 0 | 11100 | 1001100 | 110 | 100110 | 1010101 | 111010 |
Color Harmonies of #EFAD3A
Complementary color
Monochromatic Colors of #EFAD3A
Black with #EFAD3A
Text Example
Text Example
White with #EFAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD3A; }
p { color: rgb(239,173,58); }
H1.HeaderClassName
{
color: #EFAD3A;
}
.AnyTagClassName
{
color: #EFAD3A;
}
</style>
background-color css
<style>
a { background-color: #EFAD3A; }
a { background-color: rgb(239,173,58); }
div.DivClassName
{
background-color: #EFAD3A;
}
.BgClassName
{
background-color: #EFAD3A;
}
</style>
border-color css
<style>
span { border-color: #EFAD3A; }
span { border-color: rgb(239,173,58); }
td.TdClassName
{
border-color: #EFAD3A;
}
.TagClassName
{
border-color: #EFAD3A;
}
</style>