Shades of Tulip Tree #E3AD4A
Tints of Tulip Tree #E3AD4A
RGB
CMYK
RGB Variations
Color information
#E3AD4A (or 0xE3AD4A) is known color: Tulip Tree. HEX triplet: E3, AD and 4A. RGB value is (227,173,74). Sum of RGB (Red+Green+Blue) = 227+173+74=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AD4A is #1C52B5. Grayscale: #B2B2B2. Windows color (decimal): -1856182 or 4894179. OLE color: 4894179.
HSL color Cylindrical-coordinate representation of color #E3AD4A: hue angle of 38.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3AD4A is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 74 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.11 |
| HSL | 38.82º | 0.73% | 0.59% | - |
| HSV(B) | 38.82º | 0.67% | 0.89% | - |
| XYZ | 47.86 | 46.71 | 12.97 | - |
| YUV | 177.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 74 | 0 | 0.24 | 0.67 | 0.11 | 38.82 | 0.73 | 0.59 |
| Hex | E3 | AD | 4A | 0 | 18 | 43 | B | 27 | 49 | 3B |
| Octal | 343 | 255 | 112 | 0 | 30 | 103 | 13 | 47 | 111 | 73 |
| Binary | 11100011 | 10101101 | 1001010 | 0 | 11000 | 1000011 | 1011 | 100111 | 1001001 | 111011 |
Color Harmonies of #E3AD4A
Complementary color
Monochromatic Colors of #E3AD4A
Black with #E3AD4A
Text Example
Text Example
White with #E3AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD4A; }
p { color: rgb(227,173,74); }
H1.HeaderClassName
{
color: #E3AD4A;
}
.AnyTagClassName
{
color: #E3AD4A;
}
</style>
background-color css
<style>
a { background-color: #E3AD4A; }
a { background-color: rgb(227,173,74); }
div.DivClassName
{
background-color: #E3AD4A;
}
.BgClassName
{
background-color: #E3AD4A;
}
</style>
border-color css
<style>
span { border-color: #E3AD4A; }
span { border-color: rgb(227,173,74); }
td.TdClassName
{
border-color: #E3AD4A;
}
.TagClassName
{
border-color: #E3AD4A;
}
</style>