Shades of Tulip Tree #EFAD3E
Tints of Tulip Tree #EFAD3E
RGB
CMYK
RGB Variations
Color information
#EFAD3E (or 0xEFAD3E) is known color: Tulip Tree. HEX triplet: EF, AD and 3E. RGB value is (239,173,62). Sum of RGB (Red+Green+Blue) = 239+173+62=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD3E is #1052C1. Grayscale: #B4B4B4. Windows color (decimal): -1069762 or 4107759. OLE color: 4107759.
HSL color Cylindrical-coordinate representation of color #EFAD3E: hue angle of 37.63º 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 #EFAD3E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 62 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.06 |
| HSL | 37.63º | 0.85% | 0.59% | - |
| HSV(B) | 37.63º | 0.74% | 0.94% | - |
| XYZ | 51.41 | 48.59 | 11.23 | - |
| YUV | 180.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 62 | 0 | 0.28 | 0.74 | 0.06 | 37.63 | 0.85 | 0.59 |
| Hex | EF | AD | 3E | 0 | 1C | 4A | 6 | 26 | 55 | 3B |
| Octal | 357 | 255 | 76 | 0 | 34 | 112 | 6 | 46 | 125 | 73 |
| Binary | 11101111 | 10101101 | 111110 | 0 | 11100 | 1001010 | 110 | 100110 | 1010101 | 111011 |
Color Harmonies of #EFAD3E
Complementary color
Monochromatic Colors of #EFAD3E
Black with #EFAD3E
Text Example
Text Example
White with #EFAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD3E; }
p { color: rgb(239,173,62); }
H1.HeaderClassName
{
color: #EFAD3E;
}
.AnyTagClassName
{
color: #EFAD3E;
}
</style>
background-color css
<style>
a { background-color: #EFAD3E; }
a { background-color: rgb(239,173,62); }
div.DivClassName
{
background-color: #EFAD3E;
}
.BgClassName
{
background-color: #EFAD3E;
}
</style>
border-color css
<style>
span { border-color: #EFAD3E; }
span { border-color: rgb(239,173,62); }
td.TdClassName
{
border-color: #EFAD3E;
}
.TagClassName
{
border-color: #EFAD3E;
}
</style>