Shades of Tulip Tree #E7B145
Tints of Tulip Tree #E7B145
RGB
CMYK
RGB Variations
Color information
#E7B145 (or 0xE7B145) is known color: Tulip Tree. HEX triplet: E7, B1 and 45. RGB value is (231,177,69). Sum of RGB (Red+Green+Blue) = 231+177+69=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B145 is #184EBA. Grayscale: #B5B5B5. Windows color (decimal): -1593019 or 4567527. OLE color: 4567527.
HSL color Cylindrical-coordinate representation of color #E7B145: hue angle of 40º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7B145 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 69 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.09 |
| HSL | 40º | 0.77% | 0.59% | - |
| HSV(B) | 40º | 0.7% | 0.91% | - |
| XYZ | 49.75 | 48.86 | 12.44 | - |
| YUV | 180.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 69 | 0 | 0.23 | 0.70 | 0.09 | 40 | 0.77 | 0.59 |
| Hex | E7 | B1 | 45 | 0 | 17 | 46 | 9 | 28 | 4D | 3B |
| Octal | 347 | 261 | 105 | 0 | 27 | 106 | 11 | 50 | 115 | 73 |
| Binary | 11100111 | 10110001 | 1000101 | 0 | 10111 | 1000110 | 1001 | 101000 | 1001101 | 111011 |
Color Harmonies of #E7B145
Complementary color
Monochromatic Colors of #E7B145
Black with #E7B145
Text Example
Text Example
White with #E7B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B145; }
p { color: rgb(231,177,69); }
H1.HeaderClassName
{
color: #E7B145;
}
.AnyTagClassName
{
color: #E7B145;
}
</style>
background-color css
<style>
a { background-color: #E7B145; }
a { background-color: rgb(231,177,69); }
div.DivClassName
{
background-color: #E7B145;
}
.BgClassName
{
background-color: #E7B145;
}
</style>
border-color css
<style>
span { border-color: #E7B145; }
span { border-color: rgb(231,177,69); }
td.TdClassName
{
border-color: #E7B145;
}
.TagClassName
{
border-color: #E7B145;
}
</style>