Shades of Tulip Tree #EFAF3A
Tints of Tulip Tree #EFAF3A
RGB
CMYK
RGB Variations
Color information
#EFAF3A (or 0xEFAF3A) is known color: Tulip Tree. HEX triplet: EF, AF and 3A. RGB value is (239,175,58). Sum of RGB (Red+Green+Blue) = 239+175+58=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF3A is #1050C5. Grayscale: #B5B5B5. Windows color (decimal): -1069254 or 3846127. OLE color: 3846127.
HSL color Cylindrical-coordinate representation of color #EFAF3A: hue angle of 38.78º 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 #EFAF3A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 58 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.06 |
| HSL | 38.78º | 0.85% | 0.58% | - |
| HSV(B) | 38.78º | 0.76% | 0.94% | - |
| XYZ | 51.69 | 49.32 | 10.8 | - |
| YUV | 180.8 | 58.7 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 58 | 0 | 0.27 | 0.76 | 0.06 | 38.78 | 0.85 | 0.58 |
| Hex | EF | AF | 3A | 0 | 1B | 4C | 6 | 27 | 55 | 3A |
| Octal | 357 | 257 | 72 | 0 | 33 | 114 | 6 | 47 | 125 | 72 |
| Binary | 11101111 | 10101111 | 111010 | 0 | 11011 | 1001100 | 110 | 100111 | 1010101 | 111010 |
Color Harmonies of #EFAF3A
Complementary color
Monochromatic Colors of #EFAF3A
Black with #EFAF3A
Text Example
Text Example
White with #EFAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF3A; }
p { color: rgb(239,175,58); }
H1.HeaderClassName
{
color: #EFAF3A;
}
.AnyTagClassName
{
color: #EFAF3A;
}
</style>
background-color css
<style>
a { background-color: #EFAF3A; }
a { background-color: rgb(239,175,58); }
div.DivClassName
{
background-color: #EFAF3A;
}
.BgClassName
{
background-color: #EFAF3A;
}
</style>
border-color css
<style>
span { border-color: #EFAF3A; }
span { border-color: rgb(239,175,58); }
td.TdClassName
{
border-color: #EFAF3A;
}
.TagClassName
{
border-color: #EFAF3A;
}
</style>