Shades of Tulip Tree #EFB03D
Tints of Tulip Tree #EFB03D
RGB
CMYK
RGB Variations
Color information
#EFB03D (or 0xEFB03D) is known color: Tulip Tree. HEX triplet: EF, B0 and 3D. RGB value is (239,176,61). Sum of RGB (Red+Green+Blue) = 239+176+61=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB03D is #104FC2. Grayscale: #B6B6B6. Windows color (decimal): -1068995 or 4042991. OLE color: 4042991.
HSL color Cylindrical-coordinate representation of color #EFB03D: hue angle of 38.76º 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 #EFB03D is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 61 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.06 |
| HSL | 38.76º | 0.85% | 0.59% | - |
| HSV(B) | 38.76º | 0.74% | 0.94% | - |
| XYZ | 51.96 | 49.74 | 11.28 | - |
| YUV | 181.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 61 | 0 | 0.26 | 0.74 | 0.06 | 38.76 | 0.85 | 0.59 |
| Hex | EF | B0 | 3D | 0 | 1A | 4A | 6 | 27 | 55 | 3B |
| Octal | 357 | 260 | 75 | 0 | 32 | 112 | 6 | 47 | 125 | 73 |
| Binary | 11101111 | 10110000 | 111101 | 0 | 11010 | 1001010 | 110 | 100111 | 1010101 | 111011 |
Color Harmonies of #EFB03D
Complementary color
Monochromatic Colors of #EFB03D
Black with #EFB03D
Text Example
Text Example
White with #EFB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB03D; }
p { color: rgb(239,176,61); }
H1.HeaderClassName
{
color: #EFB03D;
}
.AnyTagClassName
{
color: #EFB03D;
}
</style>
background-color css
<style>
a { background-color: #EFB03D; }
a { background-color: rgb(239,176,61); }
div.DivClassName
{
background-color: #EFB03D;
}
.BgClassName
{
background-color: #EFB03D;
}
</style>
border-color css
<style>
span { border-color: #EFB03D; }
span { border-color: rgb(239,176,61); }
td.TdClassName
{
border-color: #EFB03D;
}
.TagClassName
{
border-color: #EFB03D;
}
</style>