Shades of Tulip Tree #EFB442
Tints of Tulip Tree #EFB442
RGB
CMYK
RGB Variations
Color information
#EFB442 (or 0xEFB442) is known color: Tulip Tree. HEX triplet: EF, B4 and 42. RGB value is (239,180,66). Sum of RGB (Red+Green+Blue) = 239+180+66=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB442 is #104BBD. Grayscale: #B9B9B9. Windows color (decimal): -1067966 or 4371695. OLE color: 4371695.
HSL color Cylindrical-coordinate representation of color #EFB442: hue angle of 39.54º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFB442 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 66 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.06 |
| HSL | 39.54º | 0.84% | 0.6% | - |
| HSV(B) | 39.54º | 0.72% | 0.94% | - |
| XYZ | 52.9 | 51.39 | 12.28 | - |
| YUV | 184.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 66 | 0 | 0.25 | 0.72 | 0.06 | 39.54 | 0.84 | 0.6 |
| Hex | EF | B4 | 42 | 0 | 19 | 48 | 6 | 28 | 54 | 3C |
| Octal | 357 | 264 | 102 | 0 | 31 | 110 | 6 | 50 | 124 | 74 |
| Binary | 11101111 | 10110100 | 1000010 | 0 | 11001 | 1001000 | 110 | 101000 | 1010100 | 111100 |
Color Harmonies of #EFB442
Complementary color
Monochromatic Colors of #EFB442
Black with #EFB442
Text Example
Text Example
White with #EFB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB442; }
p { color: rgb(239,180,66); }
H1.HeaderClassName
{
color: #EFB442;
}
.AnyTagClassName
{
color: #EFB442;
}
</style>
background-color css
<style>
a { background-color: #EFB442; }
a { background-color: rgb(239,180,66); }
div.DivClassName
{
background-color: #EFB442;
}
.BgClassName
{
background-color: #EFB442;
}
</style>
border-color css
<style>
span { border-color: #EFB442; }
span { border-color: rgb(239,180,66); }
td.TdClassName
{
border-color: #EFB442;
}
.TagClassName
{
border-color: #EFB442;
}
</style>