Shades of Tulip Tree #EFAA40
Tints of Tulip Tree #EFAA40
RGB
CMYK
RGB Variations
Color information
#EFAA40 (or 0xEFAA40) is known color: Tulip Tree. HEX triplet: EF, AA and 40. RGB value is (239,170,64). Sum of RGB (Red+Green+Blue) = 239+170+64=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA40 is #1055BF. Grayscale: #B3B3B3. Windows color (decimal): -1070528 or 4238063. OLE color: 4238063.
HSL color Cylindrical-coordinate representation of color #EFAA40: hue angle of 36.34º 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 #EFAA40 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 64 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.06 |
| HSL | 36.34º | 0.85% | 0.59% | - |
| HSV(B) | 36.34º | 0.73% | 0.94% | - |
| XYZ | 50.9 | 47.47 | 11.33 | - |
| YUV | 178.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 64 | 0 | 0.29 | 0.73 | 0.06 | 36.34 | 0.85 | 0.59 |
| Hex | EF | AA | 40 | 0 | 1D | 49 | 6 | 24 | 55 | 3B |
| Octal | 357 | 252 | 100 | 0 | 35 | 111 | 6 | 44 | 125 | 73 |
| Binary | 11101111 | 10101010 | 1000000 | 0 | 11101 | 1001001 | 110 | 100100 | 1010101 | 111011 |
Color Harmonies of #EFAA40
Complementary color
Monochromatic Colors of #EFAA40
Black with #EFAA40
Text Example
Text Example
White with #EFAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA40; }
p { color: rgb(239,170,64); }
H1.HeaderClassName
{
color: #EFAA40;
}
.AnyTagClassName
{
color: #EFAA40;
}
</style>
background-color css
<style>
a { background-color: #EFAA40; }
a { background-color: rgb(239,170,64); }
div.DivClassName
{
background-color: #EFAA40;
}
.BgClassName
{
background-color: #EFAA40;
}
</style>
border-color css
<style>
span { border-color: #EFAA40; }
span { border-color: rgb(239,170,64); }
td.TdClassName
{
border-color: #EFAA40;
}
.TagClassName
{
border-color: #EFAA40;
}
</style>