Shades of Tulip Tree #E6B146
Tints of Tulip Tree #E6B146
RGB
CMYK
RGB Variations
Color information
#E6B146 (or 0xE6B146) is known color: Tulip Tree. HEX triplet: E6, B1 and 46. RGB value is (230,177,70). Sum of RGB (Red+Green+Blue) = 230+177+70=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B146 is #194EB9. Grayscale: #B5B5B5. Windows color (decimal): -1658554 or 4633062. OLE color: 4633062.
HSL color Cylindrical-coordinate representation of color #E6B146: hue angle of 40.12º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6B146 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 70 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.10 |
| HSL | 40.13º | 0.76% | 0.59% | - |
| HSV(B) | 40.13º | 0.7% | 0.9% | - |
| XYZ | 49.46 | 48.71 | 12.59 | - |
| YUV | 180.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 70 | 0 | 0.23 | 0.70 | 0.10 | 40.13 | 0.76 | 0.59 |
| Hex | E6 | B1 | 46 | 0 | 17 | 46 | A | 28 | 4C | 3B |
| Octal | 346 | 261 | 106 | 0 | 27 | 106 | 12 | 50 | 114 | 73 |
| Binary | 11100110 | 10110001 | 1000110 | 0 | 10111 | 1000110 | 1010 | 101000 | 1001100 | 111011 |
Color Harmonies of #E6B146
Complementary color
Monochromatic Colors of #E6B146
Black with #E6B146
Text Example
Text Example
White with #E6B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B146; }
p { color: rgb(230,177,70); }
H1.HeaderClassName
{
color: #E6B146;
}
.AnyTagClassName
{
color: #E6B146;
}
</style>
background-color css
<style>
a { background-color: #E6B146; }
a { background-color: rgb(230,177,70); }
div.DivClassName
{
background-color: #E6B146;
}
.BgClassName
{
background-color: #E6B146;
}
</style>
border-color css
<style>
span { border-color: #E6B146; }
span { border-color: rgb(230,177,70); }
td.TdClassName
{
border-color: #E6B146;
}
.TagClassName
{
border-color: #E6B146;
}
</style>