Shades of Tulip Tree #EFB93E
Tints of Tulip Tree #EFB93E
RGB
CMYK
RGB Variations
Color information
#EFB93E (or 0xEFB93E) is known color: Tulip Tree. HEX triplet: EF, B9 and 3E. RGB value is (239,185,62). Sum of RGB (Red+Green+Blue) = 239+185+62=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB93E is #1046C1. Grayscale: #BBBBBB. Windows color (decimal): -1066690 or 4110831. OLE color: 4110831.
HSL color Cylindrical-coordinate representation of color #EFB93E: hue angle of 41.69º 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 #EFB93E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 62 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.06 |
| HSL | 41.69º | 0.85% | 0.59% | - |
| HSV(B) | 41.69º | 0.74% | 0.94% | - |
| XYZ | 53.82 | 53.4 | 12.03 | - |
| YUV | 187.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 62 | 0 | 0.23 | 0.74 | 0.06 | 41.69 | 0.85 | 0.59 |
| Hex | EF | B9 | 3E | 0 | 17 | 4A | 6 | 2A | 55 | 3B |
| Octal | 357 | 271 | 76 | 0 | 27 | 112 | 6 | 52 | 125 | 73 |
| Binary | 11101111 | 10111001 | 111110 | 0 | 10111 | 1001010 | 110 | 101010 | 1010101 | 111011 |
Color Harmonies of #EFB93E
Complementary color
Monochromatic Colors of #EFB93E
Black with #EFB93E
Text Example
Text Example
White with #EFB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB93E; }
p { color: rgb(239,185,62); }
H1.HeaderClassName
{
color: #EFB93E;
}
.AnyTagClassName
{
color: #EFB93E;
}
</style>
background-color css
<style>
a { background-color: #EFB93E; }
a { background-color: rgb(239,185,62); }
div.DivClassName
{
background-color: #EFB93E;
}
.BgClassName
{
background-color: #EFB93E;
}
</style>
border-color css
<style>
span { border-color: #EFB93E; }
span { border-color: rgb(239,185,62); }
td.TdClassName
{
border-color: #EFB93E;
}
.TagClassName
{
border-color: #EFB93E;
}
</style>