Shades of Tulip Tree #EFAA41
Tints of Tulip Tree #EFAA41
RGB
CMYK
RGB Variations
Color information
#EFAA41 (or 0xEFAA41) is known color: Tulip Tree. HEX triplet: EF, AA and 41. RGB value is (239,170,65). Sum of RGB (Red+Green+Blue) = 239+170+65=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA41 is #1055BE. Grayscale: #B3B3B3. Windows color (decimal): -1070527 or 4303599. OLE color: 4303599.
HSL color Cylindrical-coordinate representation of color #EFAA41: hue angle of 36.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFAA41 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 65 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.06 |
| HSL | 36.21º | 0.84% | 0.6% | - |
| HSV(B) | 36.21º | 0.73% | 0.94% | - |
| XYZ | 50.93 | 47.48 | 11.48 | - |
| YUV | 178.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 65 | 0 | 0.29 | 0.73 | 0.06 | 36.21 | 0.84 | 0.6 |
| Hex | EF | AA | 41 | 0 | 1D | 49 | 6 | 24 | 54 | 3C |
| Octal | 357 | 252 | 101 | 0 | 35 | 111 | 6 | 44 | 124 | 74 |
| Binary | 11101111 | 10101010 | 1000001 | 0 | 11101 | 1001001 | 110 | 100100 | 1010100 | 111100 |
Color Harmonies of #EFAA41
Complementary color
Monochromatic Colors of #EFAA41
Black with #EFAA41
Text Example
Text Example
White with #EFAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA41; }
p { color: rgb(239,170,65); }
H1.HeaderClassName
{
color: #EFAA41;
}
.AnyTagClassName
{
color: #EFAA41;
}
</style>
background-color css
<style>
a { background-color: #EFAA41; }
a { background-color: rgb(239,170,65); }
div.DivClassName
{
background-color: #EFAA41;
}
.BgClassName
{
background-color: #EFAA41;
}
</style>
border-color css
<style>
span { border-color: #EFAA41; }
span { border-color: rgb(239,170,65); }
td.TdClassName
{
border-color: #EFAA41;
}
.TagClassName
{
border-color: #EFAA41;
}
</style>