Shades of Tulip Tree #EFB641
Tints of Tulip Tree #EFB641
RGB
CMYK
RGB Variations
Color information
#EFB641 (or 0xEFB641) is known color: Tulip Tree. HEX triplet: EF, B6 and 41. RGB value is (239,182,65). Sum of RGB (Red+Green+Blue) = 239+182+65=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB641 is #1049BE. Grayscale: #BABABA. Windows color (decimal): -1067455 or 4306671. OLE color: 4306671.
HSL color Cylindrical-coordinate representation of color #EFB641: hue angle of 40.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFB641 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 65 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.06 |
| HSL | 40.34º | 0.84% | 0.6% | - |
| HSV(B) | 40.34º | 0.73% | 0.94% | - |
| XYZ | 53.28 | 52.19 | 12.27 | - |
| YUV | 185.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 65 | 0 | 0.24 | 0.73 | 0.06 | 40.34 | 0.84 | 0.6 |
| Hex | EF | B6 | 41 | 0 | 18 | 49 | 6 | 28 | 54 | 3C |
| Octal | 357 | 266 | 101 | 0 | 30 | 111 | 6 | 50 | 124 | 74 |
| Binary | 11101111 | 10110110 | 1000001 | 0 | 11000 | 1001001 | 110 | 101000 | 1010100 | 111100 |
Color Harmonies of #EFB641
Complementary color
Monochromatic Colors of #EFB641
Black with #EFB641
Text Example
Text Example
White with #EFB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB641; }
p { color: rgb(239,182,65); }
H1.HeaderClassName
{
color: #EFB641;
}
.AnyTagClassName
{
color: #EFB641;
}
</style>
background-color css
<style>
a { background-color: #EFB641; }
a { background-color: rgb(239,182,65); }
div.DivClassName
{
background-color: #EFB641;
}
.BgClassName
{
background-color: #EFB641;
}
</style>
border-color css
<style>
span { border-color: #EFB641; }
span { border-color: rgb(239,182,65); }
td.TdClassName
{
border-color: #EFB641;
}
.TagClassName
{
border-color: #EFB641;
}
</style>