Shades of Tulip Tree #E4A548
Tints of Tulip Tree #E4A548
RGB
CMYK
RGB Variations
Color information
#E4A548 (or 0xE4A548) is known color: Tulip Tree. HEX triplet: E4, A5 and 48. RGB value is (228,165,72). Sum of RGB (Red+Green+Blue) = 228+165+72=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A548 is #1B5AB7. Grayscale: #ADADAD. Windows color (decimal): -1792696 or 4761060. OLE color: 4761060.
HSL color Cylindrical-coordinate representation of color #E4A548: hue angle of 35.77º 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 #E4A548 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 72 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.11 |
| HSL | 35.77º | 0.74% | 0.59% | - |
| HSV(B) | 35.77º | 0.68% | 0.89% | - |
| XYZ | 46.62 | 43.87 | 12.14 | - |
| YUV | 173.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 72 | 0 | 0.28 | 0.68 | 0.11 | 35.77 | 0.74 | 0.59 |
| Hex | E4 | A5 | 48 | 0 | 1C | 44 | B | 24 | 4A | 3B |
| Octal | 344 | 245 | 110 | 0 | 34 | 104 | 13 | 44 | 112 | 73 |
| Binary | 11100100 | 10100101 | 1001000 | 0 | 11100 | 1000100 | 1011 | 100100 | 1001010 | 111011 |
Color Harmonies of #E4A548
Complementary color
Monochromatic Colors of #E4A548
Black with #E4A548
Text Example
Text Example
White with #E4A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A548; }
p { color: rgb(228,165,72); }
H1.HeaderClassName
{
color: #E4A548;
}
.AnyTagClassName
{
color: #E4A548;
}
</style>
background-color css
<style>
a { background-color: #E4A548; }
a { background-color: rgb(228,165,72); }
div.DivClassName
{
background-color: #E4A548;
}
.BgClassName
{
background-color: #E4A548;
}
</style>
border-color css
<style>
span { border-color: #E4A548; }
span { border-color: rgb(228,165,72); }
td.TdClassName
{
border-color: #E4A548;
}
.TagClassName
{
border-color: #E4A548;
}
</style>