Shades of Tulip Tree #EFB63B
Tints of Tulip Tree #EFB63B
RGB
CMYK
RGB Variations
Color information
#EFB63B (or 0xEFB63B) is known color: Tulip Tree. HEX triplet: EF, B6 and 3B. RGB value is (239,182,59). Sum of RGB (Red+Green+Blue) = 239+182+59=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB63B is #1049C4. Grayscale: #B9B9B9. Windows color (decimal): -1067461 or 3913455. OLE color: 3913455.
HSL color Cylindrical-coordinate representation of color #EFB63B: hue angle of 41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFB63B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 59 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.06 |
| HSL | 41º | 0.85% | 0.58% | - |
| HSV(B) | 41º | 0.75% | 0.94% | - |
| XYZ | 53.11 | 52.12 | 11.4 | - |
| YUV | 185.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 59 | 0 | 0.24 | 0.75 | 0.06 | 41 | 0.85 | 0.58 |
| Hex | EF | B6 | 3B | 0 | 18 | 4B | 6 | 29 | 55 | 3A |
| Octal | 357 | 266 | 73 | 0 | 30 | 113 | 6 | 51 | 125 | 72 |
| Binary | 11101111 | 10110110 | 111011 | 0 | 11000 | 1001011 | 110 | 101001 | 1010101 | 111010 |
Color Harmonies of #EFB63B
Complementary color
Monochromatic Colors of #EFB63B
Black with #EFB63B
Text Example
Text Example
White with #EFB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB63B; }
p { color: rgb(239,182,59); }
H1.HeaderClassName
{
color: #EFB63B;
}
.AnyTagClassName
{
color: #EFB63B;
}
</style>
background-color css
<style>
a { background-color: #EFB63B; }
a { background-color: rgb(239,182,59); }
div.DivClassName
{
background-color: #EFB63B;
}
.BgClassName
{
background-color: #EFB63B;
}
</style>
border-color css
<style>
span { border-color: #EFB63B; }
span { border-color: rgb(239,182,59); }
td.TdClassName
{
border-color: #EFB63B;
}
.TagClassName
{
border-color: #EFB63B;
}
</style>