Shades of Tulip Tree #E4B148
Tints of Tulip Tree #E4B148
RGB
CMYK
RGB Variations
Color information
#E4B148 (or 0xE4B148) is known color: Tulip Tree. HEX triplet: E4, B1 and 48. RGB value is (228,177,72). Sum of RGB (Red+Green+Blue) = 228+177+72=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4B148 is #1B4EB7. Grayscale: #B4B4B4. Windows color (decimal): -1789624 or 4764132. OLE color: 4764132.
HSL color Cylindrical-coordinate representation of color #E4B148: hue angle of 40.38º 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 #E4B148 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 72 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.11 |
| HSL | 40.38º | 0.74% | 0.59% | - |
| HSV(B) | 40.38º | 0.68% | 0.89% | - |
| XYZ | 48.89 | 48.41 | 12.9 | - |
| YUV | 180.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 72 | 0 | 0.22 | 0.68 | 0.11 | 40.38 | 0.74 | 0.59 |
| Hex | E4 | B1 | 48 | 0 | 16 | 44 | B | 28 | 4A | 3B |
| Octal | 344 | 261 | 110 | 0 | 26 | 104 | 13 | 50 | 112 | 73 |
| Binary | 11100100 | 10110001 | 1001000 | 0 | 10110 | 1000100 | 1011 | 101000 | 1001010 | 111011 |
Color Harmonies of #E4B148
Complementary color
Monochromatic Colors of #E4B148
Black with #E4B148
Text Example
Text Example
White with #E4B148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B148; }
p { color: rgb(228,177,72); }
H1.HeaderClassName
{
color: #E4B148;
}
.AnyTagClassName
{
color: #E4B148;
}
</style>
background-color css
<style>
a { background-color: #E4B148; }
a { background-color: rgb(228,177,72); }
div.DivClassName
{
background-color: #E4B148;
}
.BgClassName
{
background-color: #E4B148;
}
</style>
border-color css
<style>
span { border-color: #E4B148; }
span { border-color: rgb(228,177,72); }
td.TdClassName
{
border-color: #E4B148;
}
.TagClassName
{
border-color: #E4B148;
}
</style>