Shades of Tulip Tree #EFAB42
Tints of Tulip Tree #EFAB42
RGB
CMYK
RGB Variations
Color information
#EFAB42 (or 0xEFAB42) is known color: Tulip Tree. HEX triplet: EF, AB and 42. RGB value is (239,171,66). Sum of RGB (Red+Green+Blue) = 239+171+66=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB42 is #1054BD. Grayscale: #B3B3B3. Windows color (decimal): -1070270 or 4369391. OLE color: 4369391.
HSL color Cylindrical-coordinate representation of color #EFAB42: hue angle of 36.42º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFAB42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 66 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.06 |
| HSL | 36.42º | 0.84% | 0.6% | - |
| HSV(B) | 36.42º | 0.72% | 0.94% | - |
| XYZ | 51.14 | 47.87 | 11.7 | - |
| YUV | 179.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 66 | 0 | 0.28 | 0.72 | 0.06 | 36.42 | 0.84 | 0.6 |
| Hex | EF | AB | 42 | 0 | 1C | 48 | 6 | 24 | 54 | 3C |
| Octal | 357 | 253 | 102 | 0 | 34 | 110 | 6 | 44 | 124 | 74 |
| Binary | 11101111 | 10101011 | 1000010 | 0 | 11100 | 1001000 | 110 | 100100 | 1010100 | 111100 |
Color Harmonies of #EFAB42
Complementary color
Monochromatic Colors of #EFAB42
Black with #EFAB42
Text Example
Text Example
White with #EFAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB42; }
p { color: rgb(239,171,66); }
H1.HeaderClassName
{
color: #EFAB42;
}
.AnyTagClassName
{
color: #EFAB42;
}
</style>
background-color css
<style>
a { background-color: #EFAB42; }
a { background-color: rgb(239,171,66); }
div.DivClassName
{
background-color: #EFAB42;
}
.BgClassName
{
background-color: #EFAB42;
}
</style>
border-color css
<style>
span { border-color: #EFAB42; }
span { border-color: rgb(239,171,66); }
td.TdClassName
{
border-color: #EFAB42;
}
.TagClassName
{
border-color: #EFAB42;
}
</style>