Shades of Tulip Tree #E3AF32
Tints of Tulip Tree #E3AF32
RGB
CMYK
RGB Variations
Color information
#E3AF32 (or 0xE3AF32) is known color: Tulip Tree. HEX triplet: E3, AF and 32. RGB value is (227,175,50). Sum of RGB (Red+Green+Blue) = 227+175+50=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF32 is #1C50CD. Grayscale: #B0B0B0. Windows color (decimal): -1855694 or 3321827. OLE color: 3321827.
HSL color Cylindrical-coordinate representation of color #E3AF32: hue angle of 42.37º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3AF32 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 50 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.11 |
| HSL | 42.37º | 0.76% | 0.54% | - |
| HSV(B) | 42.37º | 0.78% | 0.89% | - |
| XYZ | 47.58 | 47.22 | 9.62 | - |
| YUV | 176.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 50 | 0 | 0.23 | 0.78 | 0.11 | 42.37 | 0.76 | 0.54 |
| Hex | E3 | AF | 32 | 0 | 17 | 4E | B | 2A | 4C | 36 |
| Octal | 343 | 257 | 62 | 0 | 27 | 116 | 13 | 52 | 114 | 66 |
| Binary | 11100011 | 10101111 | 110010 | 0 | 10111 | 1001110 | 1011 | 101010 | 1001100 | 110110 |
Color Harmonies of #E3AF32
Complementary color
Monochromatic Colors of #E3AF32
Black with #E3AF32
Text Example
Text Example
White with #E3AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF32; }
p { color: rgb(227,175,50); }
H1.HeaderClassName
{
color: #E3AF32;
}
.AnyTagClassName
{
color: #E3AF32;
}
</style>
background-color css
<style>
a { background-color: #E3AF32; }
a { background-color: rgb(227,175,50); }
div.DivClassName
{
background-color: #E3AF32;
}
.BgClassName
{
background-color: #E3AF32;
}
</style>
border-color css
<style>
span { border-color: #E3AF32; }
span { border-color: rgb(227,175,50); }
td.TdClassName
{
border-color: #E3AF32;
}
.TagClassName
{
border-color: #E3AF32;
}
</style>