Shades of Tulip Tree #EFA742
Tints of Tulip Tree #EFA742
RGB
CMYK
RGB Variations
Color information
#EFA742 (or 0xEFA742) is known color: Tulip Tree. HEX triplet: EF, A7 and 42. RGB value is (239,167,66). Sum of RGB (Red+Green+Blue) = 239+167+66=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA742 is #1058BD. Grayscale: #B1B1B1. Windows color (decimal): -1071294 or 4368367. OLE color: 4368367.
HSL color Cylindrical-coordinate representation of color #EFA742: hue angle of 35.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFA742 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 66 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.06 |
| HSL | 35.03º | 0.84% | 0.6% | - |
| HSV(B) | 35.03º | 0.72% | 0.94% | - |
| XYZ | 50.4 | 46.38 | 11.45 | - |
| YUV | 177.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 66 | 0 | 0.30 | 0.72 | 0.06 | 35.03 | 0.84 | 0.6 |
| Hex | EF | A7 | 42 | 0 | 1E | 48 | 6 | 23 | 54 | 3C |
| Octal | 357 | 247 | 102 | 0 | 36 | 110 | 6 | 43 | 124 | 74 |
| Binary | 11101111 | 10100111 | 1000010 | 0 | 11110 | 1001000 | 110 | 100011 | 1010100 | 111100 |
Color Harmonies of #EFA742
Complementary color
Monochromatic Colors of #EFA742
Black with #EFA742
Text Example
Text Example
White with #EFA742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA742; }
p { color: rgb(239,167,66); }
H1.HeaderClassName
{
color: #EFA742;
}
.AnyTagClassName
{
color: #EFA742;
}
</style>
background-color css
<style>
a { background-color: #EFA742; }
a { background-color: rgb(239,167,66); }
div.DivClassName
{
background-color: #EFA742;
}
.BgClassName
{
background-color: #EFA742;
}
</style>
border-color css
<style>
span { border-color: #EFA742; }
span { border-color: rgb(239,167,66); }
td.TdClassName
{
border-color: #EFA742;
}
.TagClassName
{
border-color: #EFA742;
}
</style>