Shades of Tulip Tree #EFA93E
Tints of Tulip Tree #EFA93E
RGB
CMYK
RGB Variations
Color information
#EFA93E (or 0xEFA93E) is known color: Tulip Tree. HEX triplet: EF, A9 and 3E. RGB value is (239,169,62). Sum of RGB (Red+Green+Blue) = 239+169+62=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA93E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA93E is #1056C1. Grayscale: #B2B2B2. Windows color (decimal): -1070786 or 4106735. OLE color: 4106735.
HSL color Cylindrical-coordinate representation of color #EFA93E: hue angle of 36.27º 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 #EFA93E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 62 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.06 |
| HSL | 36.27º | 0.85% | 0.59% | - |
| HSV(B) | 36.27º | 0.74% | 0.94% | - |
| XYZ | 50.65 | 47.07 | 10.97 | - |
| YUV | 177.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 62 | 0 | 0.29 | 0.74 | 0.06 | 36.27 | 0.85 | 0.59 |
| Hex | EF | A9 | 3E | 0 | 1D | 4A | 6 | 24 | 55 | 3B |
| Octal | 357 | 251 | 76 | 0 | 35 | 112 | 6 | 44 | 125 | 73 |
| Binary | 11101111 | 10101001 | 111110 | 0 | 11101 | 1001010 | 110 | 100100 | 1010101 | 111011 |
Color Harmonies of #EFA93E
Complementary color
Monochromatic Colors of #EFA93E
Black with #EFA93E
Text Example
Text Example
White with #EFA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA93E; }
p { color: rgb(239,169,62); }
H1.HeaderClassName
{
color: #EFA93E;
}
.AnyTagClassName
{
color: #EFA93E;
}
</style>
background-color css
<style>
a { background-color: #EFA93E; }
a { background-color: rgb(239,169,62); }
div.DivClassName
{
background-color: #EFA93E;
}
.BgClassName
{
background-color: #EFA93E;
}
</style>
border-color css
<style>
span { border-color: #EFA93E; }
span { border-color: rgb(239,169,62); }
td.TdClassName
{
border-color: #EFA93E;
}
.TagClassName
{
border-color: #EFA93E;
}
</style>