Shades of Tulip Tree #EFB53D
Tints of Tulip Tree #EFB53D
RGB
CMYK
RGB Variations
Color information
#EFB53D (or 0xEFB53D) is known color: Tulip Tree. HEX triplet: EF, B5 and 3D. RGB value is (239,181,61). Sum of RGB (Red+Green+Blue) = 239+181+61=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB53D is #104AC2. Grayscale: #B9B9B9. Windows color (decimal): -1067715 or 4044271. OLE color: 4044271.
HSL color Cylindrical-coordinate representation of color #EFB53D: hue angle of 40.45º 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 #EFB53D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.06 |
| HSL | 40.45º | 0.85% | 0.59% | - |
| HSV(B) | 40.45º | 0.74% | 0.94% | - |
| XYZ | 52.96 | 51.74 | 11.61 | - |
| YUV | 184.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 61 | 0 | 0.24 | 0.74 | 0.06 | 40.45 | 0.85 | 0.59 |
| Hex | EF | B5 | 3D | 0 | 18 | 4A | 6 | 28 | 55 | 3B |
| Octal | 357 | 265 | 75 | 0 | 30 | 112 | 6 | 50 | 125 | 73 |
| Binary | 11101111 | 10110101 | 111101 | 0 | 11000 | 1001010 | 110 | 101000 | 1010101 | 111011 |
Color Harmonies of #EFB53D
Complementary color
Monochromatic Colors of #EFB53D
Black with #EFB53D
Text Example
Text Example
White with #EFB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB53D; }
p { color: rgb(239,181,61); }
H1.HeaderClassName
{
color: #EFB53D;
}
.AnyTagClassName
{
color: #EFB53D;
}
</style>
background-color css
<style>
a { background-color: #EFB53D; }
a { background-color: rgb(239,181,61); }
div.DivClassName
{
background-color: #EFB53D;
}
.BgClassName
{
background-color: #EFB53D;
}
</style>
border-color css
<style>
span { border-color: #EFB53D; }
span { border-color: rgb(239,181,61); }
td.TdClassName
{
border-color: #EFB53D;
}
.TagClassName
{
border-color: #EFB53D;
}
</style>