Shades of Tulip Tree #EFB240
Tints of Tulip Tree #EFB240
RGB
CMYK
RGB Variations
Color information
#EFB240 (or 0xEFB240) is known color: Tulip Tree. HEX triplet: EF, B2 and 40. RGB value is (239,178,64). Sum of RGB (Red+Green+Blue) = 239+178+64=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB240 is #104DBF. Grayscale: #B7B7B7. Windows color (decimal): -1068480 or 4240111. OLE color: 4240111.
HSL color Cylindrical-coordinate representation of color #EFB240: hue angle of 39.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFB240 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 64 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.06 |
| HSL | 39.09º | 0.85% | 0.59% | - |
| HSV(B) | 39.09º | 0.73% | 0.94% | - |
| XYZ | 52.44 | 50.56 | 11.85 | - |
| YUV | 183.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 64 | 0 | 0.26 | 0.73 | 0.06 | 39.09 | 0.85 | 0.59 |
| Hex | EF | B2 | 40 | 0 | 1A | 49 | 6 | 27 | 55 | 3B |
| Octal | 357 | 262 | 100 | 0 | 32 | 111 | 6 | 47 | 125 | 73 |
| Binary | 11101111 | 10110010 | 1000000 | 0 | 11010 | 1001001 | 110 | 100111 | 1010101 | 111011 |
Color Harmonies of #EFB240
Complementary color
Monochromatic Colors of #EFB240
Black with #EFB240
Text Example
Text Example
White with #EFB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB240; }
p { color: rgb(239,178,64); }
H1.HeaderClassName
{
color: #EFB240;
}
.AnyTagClassName
{
color: #EFB240;
}
</style>
background-color css
<style>
a { background-color: #EFB240; }
a { background-color: rgb(239,178,64); }
div.DivClassName
{
background-color: #EFB240;
}
.BgClassName
{
background-color: #EFB240;
}
</style>
border-color css
<style>
span { border-color: #EFB240; }
span { border-color: rgb(239,178,64); }
td.TdClassName
{
border-color: #EFB240;
}
.TagClassName
{
border-color: #EFB240;
}
</style>