Shades of Tulip Tree #E3AF3F
Tints of Tulip Tree #E3AF3F
RGB
CMYK
RGB Variations
Color information
#E3AF3F (or 0xE3AF3F) is known color: Tulip Tree. HEX triplet: E3, AF and 3F. RGB value is (227,175,63). Sum of RGB (Red+Green+Blue) = 227+175+63=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF3F is #1C50C0. Grayscale: #B2B2B2. Windows color (decimal): -1855681 or 4173795. OLE color: 4173795.
HSL color Cylindrical-coordinate representation of color #E3AF3F: hue angle of 40.98º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E3AF3F is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 63 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.11 |
| HSL | 40.98º | 0.75% | 0.57% | - |
| HSV(B) | 40.98º | 0.72% | 0.89% | - |
| XYZ | 47.91 | 47.35 | 11.32 | - |
| YUV | 177.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 63 | 0 | 0.23 | 0.72 | 0.11 | 40.98 | 0.75 | 0.57 |
| Hex | E3 | AF | 3F | 0 | 17 | 48 | B | 29 | 4B | 39 |
| Octal | 343 | 257 | 77 | 0 | 27 | 110 | 13 | 51 | 113 | 71 |
| Binary | 11100011 | 10101111 | 111111 | 0 | 10111 | 1001000 | 1011 | 101001 | 1001011 | 111001 |
Color Harmonies of #E3AF3F
Complementary color
Monochromatic Colors of #E3AF3F
Black with #E3AF3F
Text Example
Text Example
White with #E3AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF3F; }
p { color: rgb(227,175,63); }
H1.HeaderClassName
{
color: #E3AF3F;
}
.AnyTagClassName
{
color: #E3AF3F;
}
</style>
background-color css
<style>
a { background-color: #E3AF3F; }
a { background-color: rgb(227,175,63); }
div.DivClassName
{
background-color: #E3AF3F;
}
.BgClassName
{
background-color: #E3AF3F;
}
</style>
border-color css
<style>
span { border-color: #E3AF3F; }
span { border-color: rgb(227,175,63); }
td.TdClassName
{
border-color: #E3AF3F;
}
.TagClassName
{
border-color: #E3AF3F;
}
</style>