Shades of Tulip Tree #E4A74A
Tints of Tulip Tree #E4A74A
RGB
CMYK
RGB Variations
Color information
#E4A74A (or 0xE4A74A) is known color: Tulip Tree. HEX triplet: E4, A7 and 4A. RGB value is (228,167,74). Sum of RGB (Red+Green+Blue) = 228+167+74=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A74A is #1B58B5. Grayscale: #AFAFAF. Windows color (decimal): -1792182 or 4892644. OLE color: 4892644.
HSL color Cylindrical-coordinate representation of color #E4A74A: hue angle of 36.23º degrees, saturation: 0.74, 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 #E4A74A is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 167 | 74 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.11 |
| HSL | 36.23º | 0.74% | 0.59% | - |
| HSV(B) | 36.23º | 0.68% | 0.89% | - |
| XYZ | 47.05 | 44.63 | 12.61 | - |
| YUV | 174.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 167 | 74 | 0 | 0.27 | 0.68 | 0.11 | 36.23 | 0.74 | 0.59 |
| Hex | E4 | A7 | 4A | 0 | 1B | 44 | B | 24 | 4A | 3B |
| Octal | 344 | 247 | 112 | 0 | 33 | 104 | 13 | 44 | 112 | 73 |
| Binary | 11100100 | 10100111 | 1001010 | 0 | 11011 | 1000100 | 1011 | 100100 | 1001010 | 111011 |
Color Harmonies of #E4A74A
Complementary color
Monochromatic Colors of #E4A74A
Black with #E4A74A
Text Example
Text Example
White with #E4A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A74A; }
p { color: rgb(228,167,74); }
H1.HeaderClassName
{
color: #E4A74A;
}
.AnyTagClassName
{
color: #E4A74A;
}
</style>
background-color css
<style>
a { background-color: #E4A74A; }
a { background-color: rgb(228,167,74); }
div.DivClassName
{
background-color: #E4A74A;
}
.BgClassName
{
background-color: #E4A74A;
}
</style>
border-color css
<style>
span { border-color: #E4A74A; }
span { border-color: rgb(228,167,74); }
td.TdClassName
{
border-color: #E4A74A;
}
.TagClassName
{
border-color: #E4A74A;
}
</style>