Shades of Tulip Tree #E3AF35
Tints of Tulip Tree #E3AF35
RGB
CMYK
RGB Variations
Color information
#E3AF35 (or 0xE3AF35) is known color: Tulip Tree. HEX triplet: E3, AF and 35. RGB value is (227,175,53). Sum of RGB (Red+Green+Blue) = 227+175+53=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF35 is #1C50CA. Grayscale: #B1B1B1. Windows color (decimal): -1855691 or 3518435. OLE color: 3518435.
HSL color Cylindrical-coordinate representation of color #E3AF35: hue angle of 42.07º 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 #E3AF35 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 53 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.11 |
| HSL | 42.07º | 0.76% | 0.55% | - |
| HSV(B) | 42.07º | 0.77% | 0.89% | - |
| XYZ | 47.65 | 47.25 | 9.98 | - |
| YUV | 176.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 53 | 0 | 0.23 | 0.77 | 0.11 | 42.07 | 0.76 | 0.55 |
| Hex | E3 | AF | 35 | 0 | 17 | 4D | B | 2A | 4C | 37 |
| Octal | 343 | 257 | 65 | 0 | 27 | 115 | 13 | 52 | 114 | 67 |
| Binary | 11100011 | 10101111 | 110101 | 0 | 10111 | 1001101 | 1011 | 101010 | 1001100 | 110111 |
Color Harmonies of #E3AF35
Complementary color
Monochromatic Colors of #E3AF35
Black with #E3AF35
Text Example
Text Example
White with #E3AF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF35; }
p { color: rgb(227,175,53); }
H1.HeaderClassName
{
color: #E3AF35;
}
.AnyTagClassName
{
color: #E3AF35;
}
</style>
background-color css
<style>
a { background-color: #E3AF35; }
a { background-color: rgb(227,175,53); }
div.DivClassName
{
background-color: #E3AF35;
}
.BgClassName
{
background-color: #E3AF35;
}
</style>
border-color css
<style>
span { border-color: #E3AF35; }
span { border-color: rgb(227,175,53); }
td.TdClassName
{
border-color: #E3AF35;
}
.TagClassName
{
border-color: #E3AF35;
}
</style>