Shades of Tulip Tree #EFA93B
Tints of Tulip Tree #EFA93B
RGB
CMYK
RGB Variations
Color information
#EFA93B (or 0xEFA93B) is known color: Tulip Tree. HEX triplet: EF, A9 and 3B. RGB value is (239,169,59). Sum of RGB (Red+Green+Blue) = 239+169+59=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA93B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA93B is #1056C4. Grayscale: #B1B1B1. Windows color (decimal): -1070789 or 3910127. OLE color: 3910127.
HSL color Cylindrical-coordinate representation of color #EFA93B: hue angle of 36.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFA93B is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 59 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.06 |
| HSL | 36.67º | 0.85% | 0.58% | - |
| HSV(B) | 36.67º | 0.75% | 0.94% | - |
| XYZ | 50.57 | 47.04 | 10.55 | - |
| YUV | 177.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 59 | 0 | 0.29 | 0.75 | 0.06 | 36.67 | 0.85 | 0.58 |
| Hex | EF | A9 | 3B | 0 | 1D | 4B | 6 | 25 | 55 | 3A |
| Octal | 357 | 251 | 73 | 0 | 35 | 113 | 6 | 45 | 125 | 72 |
| Binary | 11101111 | 10101001 | 111011 | 0 | 11101 | 1001011 | 110 | 100101 | 1010101 | 111010 |
Color Harmonies of #EFA93B
Complementary color
Monochromatic Colors of #EFA93B
Black with #EFA93B
Text Example
Text Example
White with #EFA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA93B; }
p { color: rgb(239,169,59); }
H1.HeaderClassName
{
color: #EFA93B;
}
.AnyTagClassName
{
color: #EFA93B;
}
</style>
background-color css
<style>
a { background-color: #EFA93B; }
a { background-color: rgb(239,169,59); }
div.DivClassName
{
background-color: #EFA93B;
}
.BgClassName
{
background-color: #EFA93B;
}
</style>
border-color css
<style>
span { border-color: #EFA93B; }
span { border-color: rgb(239,169,59); }
td.TdClassName
{
border-color: #EFA93B;
}
.TagClassName
{
border-color: #EFA93B;
}
</style>