Shades of Tulip Tree #EFB642
Tints of Tulip Tree #EFB642
RGB
CMYK
RGB Variations
Color information
#EFB642 (or 0xEFB642) is known color: Tulip Tree. HEX triplet: EF, B6 and 42. RGB value is (239,182,66). Sum of RGB (Red+Green+Blue) = 239+182+66=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB642 is #1049BD. Grayscale: #BABABA. Windows color (decimal): -1067454 or 4372207. OLE color: 4372207.
HSL color Cylindrical-coordinate representation of color #EFB642: hue angle of 40.23º 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 #EFB642 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 66 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.06 |
| HSL | 40.23º | 0.84% | 0.6% | - |
| HSV(B) | 40.23º | 0.72% | 0.94% | - |
| XYZ | 53.31 | 52.2 | 12.42 | - |
| YUV | 185.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 66 | 0 | 0.24 | 0.72 | 0.06 | 40.23 | 0.84 | 0.6 |
| Hex | EF | B6 | 42 | 0 | 18 | 48 | 6 | 28 | 54 | 3C |
| Octal | 357 | 266 | 102 | 0 | 30 | 110 | 6 | 50 | 124 | 74 |
| Binary | 11101111 | 10110110 | 1000010 | 0 | 11000 | 1001000 | 110 | 101000 | 1010100 | 111100 |
Color Harmonies of #EFB642
Complementary color
Monochromatic Colors of #EFB642
Black with #EFB642
Text Example
Text Example
White with #EFB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB642; }
p { color: rgb(239,182,66); }
H1.HeaderClassName
{
color: #EFB642;
}
.AnyTagClassName
{
color: #EFB642;
}
</style>
background-color css
<style>
a { background-color: #EFB642; }
a { background-color: rgb(239,182,66); }
div.DivClassName
{
background-color: #EFB642;
}
.BgClassName
{
background-color: #EFB642;
}
</style>
border-color css
<style>
span { border-color: #EFB642; }
span { border-color: rgb(239,182,66); }
td.TdClassName
{
border-color: #EFB642;
}
.TagClassName
{
border-color: #EFB642;
}
</style>