Shades of Tulip Tree #EFB640
Tints of Tulip Tree #EFB640
RGB
CMYK
RGB Variations
Color information
#EFB640 (or 0xEFB640) is known color: Tulip Tree. HEX triplet: EF, B6 and 40. RGB value is (239,182,64). Sum of RGB (Red+Green+Blue) = 239+182+64=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB640 is #1049BF. Grayscale: #BABABA. Windows color (decimal): -1067456 or 4241135. OLE color: 4241135.
HSL color Cylindrical-coordinate representation of color #EFB640: hue angle of 40.46º 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 #EFB640 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 64 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.06 |
| HSL | 40.46º | 0.85% | 0.59% | - |
| HSV(B) | 40.46º | 0.73% | 0.94% | - |
| XYZ | 53.25 | 52.18 | 12.12 | - |
| YUV | 185.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 64 | 0 | 0.24 | 0.73 | 0.06 | 40.46 | 0.85 | 0.59 |
| Hex | EF | B6 | 40 | 0 | 18 | 49 | 6 | 28 | 55 | 3B |
| Octal | 357 | 266 | 100 | 0 | 30 | 111 | 6 | 50 | 125 | 73 |
| Binary | 11101111 | 10110110 | 1000000 | 0 | 11000 | 1001001 | 110 | 101000 | 1010101 | 111011 |
Color Harmonies of #EFB640
Complementary color
Monochromatic Colors of #EFB640
Black with #EFB640
Text Example
Text Example
White with #EFB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB640; }
p { color: rgb(239,182,64); }
H1.HeaderClassName
{
color: #EFB640;
}
.AnyTagClassName
{
color: #EFB640;
}
</style>
background-color css
<style>
a { background-color: #EFB640; }
a { background-color: rgb(239,182,64); }
div.DivClassName
{
background-color: #EFB640;
}
.BgClassName
{
background-color: #EFB640;
}
</style>
border-color css
<style>
span { border-color: #EFB640; }
span { border-color: rgb(239,182,64); }
td.TdClassName
{
border-color: #EFB640;
}
.TagClassName
{
border-color: #EFB640;
}
</style>