Shades of Tulip Tree #E6B147
Tints of Tulip Tree #E6B147
RGB
CMYK
RGB Variations
Color information
#E6B147 (or 0xE6B147) is known color: Tulip Tree. HEX triplet: E6, B1 and 47. RGB value is (230,177,71). Sum of RGB (Red+Green+Blue) = 230+177+71=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B147 is #194EB8. Grayscale: #B5B5B5. Windows color (decimal): -1658553 or 4698598. OLE color: 4698598.
HSL color Cylindrical-coordinate representation of color #E6B147: hue angle of 40º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6B147 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 71 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.10 |
| HSL | 40º | 0.76% | 0.59% | - |
| HSV(B) | 40º | 0.69% | 0.9% | - |
| XYZ | 49.49 | 48.72 | 12.76 | - |
| YUV | 180.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 71 | 0 | 0.23 | 0.69 | 0.10 | 40 | 0.76 | 0.59 |
| Hex | E6 | B1 | 47 | 0 | 17 | 45 | A | 28 | 4C | 3B |
| Octal | 346 | 261 | 107 | 0 | 27 | 105 | 12 | 50 | 114 | 73 |
| Binary | 11100110 | 10110001 | 1000111 | 0 | 10111 | 1000101 | 1010 | 101000 | 1001100 | 111011 |
Color Harmonies of #E6B147
Complementary color
Monochromatic Colors of #E6B147
Black with #E6B147
Text Example
Text Example
White with #E6B147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B147; }
p { color: rgb(230,177,71); }
H1.HeaderClassName
{
color: #E6B147;
}
.AnyTagClassName
{
color: #E6B147;
}
</style>
background-color css
<style>
a { background-color: #E6B147; }
a { background-color: rgb(230,177,71); }
div.DivClassName
{
background-color: #E6B147;
}
.BgClassName
{
background-color: #E6B147;
}
</style>
border-color css
<style>
span { border-color: #E6B147; }
span { border-color: rgb(230,177,71); }
td.TdClassName
{
border-color: #E6B147;
}
.TagClassName
{
border-color: #E6B147;
}
</style>