Shades of Tulip Tree #E3AF34
Tints of Tulip Tree #E3AF34
RGB
CMYK
RGB Variations
Color information
#E3AF34 (or 0xE3AF34) is known color: Tulip Tree. HEX triplet: E3, AF and 34. RGB value is (227,175,52). Sum of RGB (Red+Green+Blue) = 227+175+52=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF34 is #1C50CB. Grayscale: #B1B1B1. Windows color (decimal): -1855692 or 3452899. OLE color: 3452899.
HSL color Cylindrical-coordinate representation of color #E3AF34: hue angle of 42.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E3AF34 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 52 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.11 |
| HSL | 42.17º | 0.76% | 0.55% | - |
| HSV(B) | 42.17º | 0.77% | 0.89% | - |
| XYZ | 47.63 | 47.24 | 9.86 | - |
| YUV | 176.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 52 | 0 | 0.23 | 0.77 | 0.11 | 42.17 | 0.76 | 0.55 |
| Hex | E3 | AF | 34 | 0 | 17 | 4D | B | 2A | 4C | 37 |
| Octal | 343 | 257 | 64 | 0 | 27 | 115 | 13 | 52 | 114 | 67 |
| Binary | 11100011 | 10101111 | 110100 | 0 | 10111 | 1001101 | 1011 | 101010 | 1001100 | 110111 |
Color Harmonies of #E3AF34
Complementary color
Monochromatic Colors of #E3AF34
Black with #E3AF34
Text Example
Text Example
White with #E3AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF34; }
p { color: rgb(227,175,52); }
H1.HeaderClassName
{
color: #E3AF34;
}
.AnyTagClassName
{
color: #E3AF34;
}
</style>
background-color css
<style>
a { background-color: #E3AF34; }
a { background-color: rgb(227,175,52); }
div.DivClassName
{
background-color: #E3AF34;
}
.BgClassName
{
background-color: #E3AF34;
}
</style>
border-color css
<style>
span { border-color: #E3AF34; }
span { border-color: rgb(227,175,52); }
td.TdClassName
{
border-color: #E3AF34;
}
.TagClassName
{
border-color: #E3AF34;
}
</style>