Shades of Tulip Tree #E3AD48
Tints of Tulip Tree #E3AD48
RGB
CMYK
RGB Variations
Color information
#E3AD48 (or 0xE3AD48) is known color: Tulip Tree. HEX triplet: E3, AD and 48. RGB value is (227,173,72). Sum of RGB (Red+Green+Blue) = 227+173+72=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AD48 is #1C52B7. Grayscale: #B2B2B2. Windows color (decimal): -1856184 or 4763107. OLE color: 4763107.
HSL color Cylindrical-coordinate representation of color #E3AD48: hue angle of 39.1º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3AD48 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 72 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.11 |
| HSL | 39.1º | 0.73% | 0.59% | - |
| HSV(B) | 39.1º | 0.68% | 0.89% | - |
| XYZ | 47.79 | 46.69 | 12.62 | - |
| YUV | 177.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 72 | 0 | 0.24 | 0.68 | 0.11 | 39.1 | 0.73 | 0.59 |
| Hex | E3 | AD | 48 | 0 | 18 | 44 | B | 27 | 49 | 3B |
| Octal | 343 | 255 | 110 | 0 | 30 | 104 | 13 | 47 | 111 | 73 |
| Binary | 11100011 | 10101101 | 1001000 | 0 | 11000 | 1000100 | 1011 | 100111 | 1001001 | 111011 |
Color Harmonies of #E3AD48
Complementary color
Monochromatic Colors of #E3AD48
Black with #E3AD48
Text Example
Text Example
White with #E3AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD48; }
p { color: rgb(227,173,72); }
H1.HeaderClassName
{
color: #E3AD48;
}
.AnyTagClassName
{
color: #E3AD48;
}
</style>
background-color css
<style>
a { background-color: #E3AD48; }
a { background-color: rgb(227,173,72); }
div.DivClassName
{
background-color: #E3AD48;
}
.BgClassName
{
background-color: #E3AD48;
}
</style>
border-color css
<style>
span { border-color: #E3AD48; }
span { border-color: rgb(227,173,72); }
td.TdClassName
{
border-color: #E3AD48;
}
.TagClassName
{
border-color: #E3AD48;
}
</style>