Shades of Tulip Tree #EFA83F
Tints of Tulip Tree #EFA83F
RGB
CMYK
RGB Variations
Color information
#EFA83F (or 0xEFA83F) is known color: Tulip Tree. HEX triplet: EF, A8 and 3F. RGB value is (239,168,63). Sum of RGB (Red+Green+Blue) = 239+168+63=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA83F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA83F is #1057C0. Grayscale: #B1B1B1. Windows color (decimal): -1071041 or 4172015. OLE color: 4172015.
HSL color Cylindrical-coordinate representation of color #EFA83F: hue angle of 35.8º 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 #EFA83F is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 63 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.06 |
| HSL | 35.8º | 0.85% | 0.59% | - |
| HSV(B) | 35.8º | 0.74% | 0.94% | - |
| XYZ | 50.5 | 46.71 | 11.06 | - |
| YUV | 177.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 63 | 0 | 0.30 | 0.74 | 0.06 | 35.8 | 0.85 | 0.59 |
| Hex | EF | A8 | 3F | 0 | 1E | 4A | 6 | 24 | 55 | 3B |
| Octal | 357 | 250 | 77 | 0 | 36 | 112 | 6 | 44 | 125 | 73 |
| Binary | 11101111 | 10101000 | 111111 | 0 | 11110 | 1001010 | 110 | 100100 | 1010101 | 111011 |
Color Harmonies of #EFA83F
Complementary color
Monochromatic Colors of #EFA83F
Black with #EFA83F
Text Example
Text Example
White with #EFA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA83F; }
p { color: rgb(239,168,63); }
H1.HeaderClassName
{
color: #EFA83F;
}
.AnyTagClassName
{
color: #EFA83F;
}
</style>
background-color css
<style>
a { background-color: #EFA83F; }
a { background-color: rgb(239,168,63); }
div.DivClassName
{
background-color: #EFA83F;
}
.BgClassName
{
background-color: #EFA83F;
}
</style>
border-color css
<style>
span { border-color: #EFA83F; }
span { border-color: rgb(239,168,63); }
td.TdClassName
{
border-color: #EFA83F;
}
.TagClassName
{
border-color: #EFA83F;
}
</style>