Shades of Tulip Tree #EFAE3C
Tints of Tulip Tree #EFAE3C
RGB
CMYK
RGB Variations
Color information
#EFAE3C (or 0xEFAE3C) is known color: Tulip Tree. HEX triplet: EF, AE and 3C. RGB value is (239,174,60). Sum of RGB (Red+Green+Blue) = 239+174+60=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE3C is #1051C3. Grayscale: #B4B4B4. Windows color (decimal): -1069508 or 3976943. OLE color: 3976943.
HSL color Cylindrical-coordinate representation of color #EFAE3C: hue angle of 38.21º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFAE3C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 60 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.06 |
| HSL | 38.21º | 0.85% | 0.59% | - |
| HSV(B) | 38.21º | 0.75% | 0.94% | - |
| XYZ | 51.55 | 48.95 | 11.01 | - |
| YUV | 180.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 60 | 0 | 0.27 | 0.75 | 0.06 | 38.21 | 0.85 | 0.59 |
| Hex | EF | AE | 3C | 0 | 1B | 4B | 6 | 26 | 55 | 3B |
| Octal | 357 | 256 | 74 | 0 | 33 | 113 | 6 | 46 | 125 | 73 |
| Binary | 11101111 | 10101110 | 111100 | 0 | 11011 | 1001011 | 110 | 100110 | 1010101 | 111011 |
Color Harmonies of #EFAE3C
Complementary color
Monochromatic Colors of #EFAE3C
Black with #EFAE3C
Text Example
Text Example
White with #EFAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE3C; }
p { color: rgb(239,174,60); }
H1.HeaderClassName
{
color: #EFAE3C;
}
.AnyTagClassName
{
color: #EFAE3C;
}
</style>
background-color css
<style>
a { background-color: #EFAE3C; }
a { background-color: rgb(239,174,60); }
div.DivClassName
{
background-color: #EFAE3C;
}
.BgClassName
{
background-color: #EFAE3C;
}
</style>
border-color css
<style>
span { border-color: #EFAE3C; }
span { border-color: rgb(239,174,60); }
td.TdClassName
{
border-color: #EFAE3C;
}
.TagClassName
{
border-color: #EFAE3C;
}
</style>