Shades of Tulip Tree #EFB73D
Tints of Tulip Tree #EFB73D
RGB
CMYK
RGB Variations
Color information
#EFB73D (or 0xEFB73D) is known color: Tulip Tree. HEX triplet: EF, B7 and 3D. RGB value is (239,183,61). Sum of RGB (Red+Green+Blue) = 239+183+61=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB73D is #1048C2. Grayscale: #BABABA. Windows color (decimal): -1067203 or 4044783. OLE color: 4044783.
HSL color Cylindrical-coordinate representation of color #EFB73D: hue angle of 41.12º 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 #EFB73D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.06 |
| HSL | 41.12º | 0.85% | 0.59% | - |
| HSV(B) | 41.12º | 0.74% | 0.94% | - |
| XYZ | 53.37 | 52.55 | 11.75 | - |
| YUV | 185.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 61 | 0 | 0.23 | 0.74 | 0.06 | 41.12 | 0.85 | 0.59 |
| Hex | EF | B7 | 3D | 0 | 17 | 4A | 6 | 29 | 55 | 3B |
| Octal | 357 | 267 | 75 | 0 | 27 | 112 | 6 | 51 | 125 | 73 |
| Binary | 11101111 | 10110111 | 111101 | 0 | 10111 | 1001010 | 110 | 101001 | 1010101 | 111011 |
Color Harmonies of #EFB73D
Complementary color
Monochromatic Colors of #EFB73D
Black with #EFB73D
Text Example
Text Example
White with #EFB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB73D; }
p { color: rgb(239,183,61); }
H1.HeaderClassName
{
color: #EFB73D;
}
.AnyTagClassName
{
color: #EFB73D;
}
</style>
background-color css
<style>
a { background-color: #EFB73D; }
a { background-color: rgb(239,183,61); }
div.DivClassName
{
background-color: #EFB73D;
}
.BgClassName
{
background-color: #EFB73D;
}
</style>
border-color css
<style>
span { border-color: #EFB73D; }
span { border-color: rgb(239,183,61); }
td.TdClassName
{
border-color: #EFB73D;
}
.TagClassName
{
border-color: #EFB73D;
}
</style>