Shades of Tulip Tree #EFB13F
Tints of Tulip Tree #EFB13F
RGB
CMYK
RGB Variations
Color information
#EFB13F (or 0xEFB13F) is known color: Tulip Tree. HEX triplet: EF, B1 and 3F. RGB value is (239,177,63). Sum of RGB (Red+Green+Blue) = 239+177+63=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB13F is #104EC0. Grayscale: #B7B7B7. Windows color (decimal): -1068737 or 4174319. OLE color: 4174319.
HSL color Cylindrical-coordinate representation of color #EFB13F: hue angle of 38.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFB13F is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 63 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.06 |
| HSL | 38.86º | 0.85% | 0.59% | - |
| HSV(B) | 38.86º | 0.74% | 0.94% | - |
| XYZ | 52.22 | 50.15 | 11.63 | - |
| YUV | 182.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 63 | 0 | 0.26 | 0.74 | 0.06 | 38.86 | 0.85 | 0.59 |
| Hex | EF | B1 | 3F | 0 | 1A | 4A | 6 | 27 | 55 | 3B |
| Octal | 357 | 261 | 77 | 0 | 32 | 112 | 6 | 47 | 125 | 73 |
| Binary | 11101111 | 10110001 | 111111 | 0 | 11010 | 1001010 | 110 | 100111 | 1010101 | 111011 |
Color Harmonies of #EFB13F
Complementary color
Monochromatic Colors of #EFB13F
Black with #EFB13F
Text Example
Text Example
White with #EFB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB13F; }
p { color: rgb(239,177,63); }
H1.HeaderClassName
{
color: #EFB13F;
}
.AnyTagClassName
{
color: #EFB13F;
}
</style>
background-color css
<style>
a { background-color: #EFB13F; }
a { background-color: rgb(239,177,63); }
div.DivClassName
{
background-color: #EFB13F;
}
.BgClassName
{
background-color: #EFB13F;
}
</style>
border-color css
<style>
span { border-color: #EFB13F; }
span { border-color: rgb(239,177,63); }
td.TdClassName
{
border-color: #EFB13F;
}
.TagClassName
{
border-color: #EFB13F;
}
</style>