Shades of Tulip Tree #EFB438
Tints of Tulip Tree #EFB438
RGB
CMYK
RGB Variations
Color information
#EFB438 (or 0xEFB438) is known color: Tulip Tree. HEX triplet: EF, B4 and 38. RGB value is (239,180,56). Sum of RGB (Red+Green+Blue) = 239+180+56=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB438 is #104BC7. Grayscale: #B8B8B8. Windows color (decimal): -1067976 or 3716335. OLE color: 3716335.
HSL color Cylindrical-coordinate representation of color #EFB438: hue angle of 40.66º 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 #EFB438 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 56 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.06 |
| HSL | 40.66º | 0.85% | 0.58% | - |
| HSV(B) | 40.66º | 0.77% | 0.94% | - |
| XYZ | 52.63 | 51.28 | 10.87 | - |
| YUV | 183.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 56 | 0 | 0.25 | 0.77 | 0.06 | 40.66 | 0.85 | 0.58 |
| Hex | EF | B4 | 38 | 0 | 19 | 4D | 6 | 29 | 55 | 3A |
| Octal | 357 | 264 | 70 | 0 | 31 | 115 | 6 | 51 | 125 | 72 |
| Binary | 11101111 | 10110100 | 111000 | 0 | 11001 | 1001101 | 110 | 101001 | 1010101 | 111010 |
Color Harmonies of #EFB438
Complementary color
Monochromatic Colors of #EFB438
Black with #EFB438
Text Example
Text Example
White with #EFB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB438; }
p { color: rgb(239,180,56); }
H1.HeaderClassName
{
color: #EFB438;
}
.AnyTagClassName
{
color: #EFB438;
}
</style>
background-color css
<style>
a { background-color: #EFB438; }
a { background-color: rgb(239,180,56); }
div.DivClassName
{
background-color: #EFB438;
}
.BgClassName
{
background-color: #EFB438;
}
</style>
border-color css
<style>
span { border-color: #EFB438; }
span { border-color: rgb(239,180,56); }
td.TdClassName
{
border-color: #EFB438;
}
.TagClassName
{
border-color: #EFB438;
}
</style>