Shades of Tulip Tree #EFAF3E
Tints of Tulip Tree #EFAF3E
RGB
CMYK
RGB Variations
Color information
#EFAF3E (or 0xEFAF3E) is known color: Tulip Tree. HEX triplet: EF, AF and 3E. RGB value is (239,175,62). Sum of RGB (Red+Green+Blue) = 239+175+62=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF3E is #1050C1. Grayscale: #B5B5B5. Windows color (decimal): -1069250 or 4108271. OLE color: 4108271.
HSL color Cylindrical-coordinate representation of color #EFAF3E: hue angle of 38.31º 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 #EFAF3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.06 |
| HSL | 38.31º | 0.85% | 0.59% | - |
| HSV(B) | 38.31º | 0.74% | 0.94% | - |
| XYZ | 51.8 | 49.36 | 11.35 | - |
| YUV | 181.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 62 | 0 | 0.27 | 0.74 | 0.06 | 38.31 | 0.85 | 0.59 |
| Hex | EF | AF | 3E | 0 | 1B | 4A | 6 | 26 | 55 | 3B |
| Octal | 357 | 257 | 76 | 0 | 33 | 112 | 6 | 46 | 125 | 73 |
| Binary | 11101111 | 10101111 | 111110 | 0 | 11011 | 1001010 | 110 | 100110 | 1010101 | 111011 |
Color Harmonies of #EFAF3E
Complementary color
Monochromatic Colors of #EFAF3E
Black with #EFAF3E
Text Example
Text Example
White with #EFAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF3E; }
p { color: rgb(239,175,62); }
H1.HeaderClassName
{
color: #EFAF3E;
}
.AnyTagClassName
{
color: #EFAF3E;
}
</style>
background-color css
<style>
a { background-color: #EFAF3E; }
a { background-color: rgb(239,175,62); }
div.DivClassName
{
background-color: #EFAF3E;
}
.BgClassName
{
background-color: #EFAF3E;
}
</style>
border-color css
<style>
span { border-color: #EFAF3E; }
span { border-color: rgb(239,175,62); }
td.TdClassName
{
border-color: #EFAF3E;
}
.TagClassName
{
border-color: #EFAF3E;
}
</style>