Shades of Tulip Tree #EFB13A
Tints of Tulip Tree #EFB13A
RGB
CMYK
RGB Variations
Color information
#EFB13A (or 0xEFB13A) is known color: Tulip Tree. HEX triplet: EF, B1 and 3A. RGB value is (239,177,58). Sum of RGB (Red+Green+Blue) = 239+177+58=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB13A is #104EC5. Grayscale: #B6B6B6. Windows color (decimal): -1068742 or 3846639. OLE color: 3846639.
HSL color Cylindrical-coordinate representation of color #EFB13A: hue angle of 39.45º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFB13A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 58 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.06 |
| HSL | 39.45º | 0.85% | 0.58% | - |
| HSV(B) | 39.45º | 0.76% | 0.94% | - |
| XYZ | 52.08 | 50.1 | 10.93 | - |
| YUV | 181.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 58 | 0 | 0.26 | 0.76 | 0.06 | 39.45 | 0.85 | 0.58 |
| Hex | EF | B1 | 3A | 0 | 1A | 4C | 6 | 27 | 55 | 3A |
| Octal | 357 | 261 | 72 | 0 | 32 | 114 | 6 | 47 | 125 | 72 |
| Binary | 11101111 | 10110001 | 111010 | 0 | 11010 | 1001100 | 110 | 100111 | 1010101 | 111010 |
Color Harmonies of #EFB13A
Complementary color
Monochromatic Colors of #EFB13A
Black with #EFB13A
Text Example
Text Example
White with #EFB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB13A; }
p { color: rgb(239,177,58); }
H1.HeaderClassName
{
color: #EFB13A;
}
.AnyTagClassName
{
color: #EFB13A;
}
</style>
background-color css
<style>
a { background-color: #EFB13A; }
a { background-color: rgb(239,177,58); }
div.DivClassName
{
background-color: #EFB13A;
}
.BgClassName
{
background-color: #EFB13A;
}
</style>
border-color css
<style>
span { border-color: #EFB13A; }
span { border-color: rgb(239,177,58); }
td.TdClassName
{
border-color: #EFB13A;
}
.TagClassName
{
border-color: #EFB13A;
}
</style>