Shades of Tulip Tree #E3AF4A
Tints of Tulip Tree #E3AF4A
RGB
CMYK
RGB Variations
Color information
#E3AF4A (or 0xE3AF4A) is known color: Tulip Tree. HEX triplet: E3, AF and 4A. RGB value is (227,175,74). Sum of RGB (Red+Green+Blue) = 227+175+74=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF4A is #1C50B5. Grayscale: #B3B3B3. Windows color (decimal): -1855670 or 4894691. OLE color: 4894691.
HSL color Cylindrical-coordinate representation of color #E3AF4A: hue angle of 39.61º 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 #E3AF4A is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 74 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.11 |
| HSL | 39.61º | 0.73% | 0.59% | - |
| HSV(B) | 39.61º | 0.67% | 0.89% | - |
| XYZ | 48.24 | 47.49 | 13.1 | - |
| YUV | 179.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 74 | 0 | 0.23 | 0.67 | 0.11 | 39.61 | 0.73 | 0.59 |
| Hex | E3 | AF | 4A | 0 | 17 | 43 | B | 28 | 49 | 3B |
| Octal | 343 | 257 | 112 | 0 | 27 | 103 | 13 | 50 | 111 | 73 |
| Binary | 11100011 | 10101111 | 1001010 | 0 | 10111 | 1000011 | 1011 | 101000 | 1001001 | 111011 |
Color Harmonies of #E3AF4A
Complementary color
Monochromatic Colors of #E3AF4A
Black with #E3AF4A
Text Example
Text Example
White with #E3AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF4A; }
p { color: rgb(227,175,74); }
H1.HeaderClassName
{
color: #E3AF4A;
}
.AnyTagClassName
{
color: #E3AF4A;
}
</style>
background-color css
<style>
a { background-color: #E3AF4A; }
a { background-color: rgb(227,175,74); }
div.DivClassName
{
background-color: #E3AF4A;
}
.BgClassName
{
background-color: #E3AF4A;
}
</style>
border-color css
<style>
span { border-color: #E3AF4A; }
span { border-color: rgb(227,175,74); }
td.TdClassName
{
border-color: #E3AF4A;
}
.TagClassName
{
border-color: #E3AF4A;
}
</style>