Shades of Tulip Tree #EFAF37
Tints of Tulip Tree #EFAF37
RGB
CMYK
RGB Variations
Color information
#EFAF37 (or 0xEFAF37) is known color: Tulip Tree. HEX triplet: EF, AF and 37. RGB value is (239,175,55). Sum of RGB (Red+Green+Blue) = 239+175+55=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF37 is #1050C8. Grayscale: #B5B5B5. Windows color (decimal): -1069257 or 3649519. OLE color: 3649519.
HSL color Cylindrical-coordinate representation of color #EFAF37: hue angle of 39.13º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFAF37 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 55 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.06 |
| HSL | 39.13º | 0.85% | 0.58% | - |
| HSV(B) | 39.13º | 0.77% | 0.94% | - |
| XYZ | 51.62 | 49.29 | 10.41 | - |
| YUV | 180.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 55 | 0 | 0.27 | 0.77 | 0.06 | 39.13 | 0.85 | 0.58 |
| Hex | EF | AF | 37 | 0 | 1B | 4D | 6 | 27 | 55 | 3A |
| Octal | 357 | 257 | 67 | 0 | 33 | 115 | 6 | 47 | 125 | 72 |
| Binary | 11101111 | 10101111 | 110111 | 0 | 11011 | 1001101 | 110 | 100111 | 1010101 | 111010 |
Color Harmonies of #EFAF37
Complementary color
Monochromatic Colors of #EFAF37
Black with #EFAF37
Text Example
Text Example
White with #EFAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF37; }
p { color: rgb(239,175,55); }
H1.HeaderClassName
{
color: #EFAF37;
}
.AnyTagClassName
{
color: #EFAF37;
}
</style>
background-color css
<style>
a { background-color: #EFAF37; }
a { background-color: rgb(239,175,55); }
div.DivClassName
{
background-color: #EFAF37;
}
.BgClassName
{
background-color: #EFAF37;
}
</style>
border-color css
<style>
span { border-color: #EFAF37; }
span { border-color: rgb(239,175,55); }
td.TdClassName
{
border-color: #EFAF37;
}
.TagClassName
{
border-color: #EFAF37;
}
</style>