Shades of Tulip Tree #E6B043
Tints of Tulip Tree #E6B043
RGB
CMYK
RGB Variations
Color information
#E6B043 (or 0xE6B043) is known color: Tulip Tree. HEX triplet: E6, B0 and 43. RGB value is (230,176,67). Sum of RGB (Red+Green+Blue) = 230+176+67=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B043 is #194FBC. Grayscale: #B4B4B4. Windows color (decimal): -1658813 or 4436198. OLE color: 4436198.
HSL color Cylindrical-coordinate representation of color #E6B043: hue angle of 40.12º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6B043 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 67 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.10 |
| HSL | 40.12º | 0.77% | 0.58% | - |
| HSV(B) | 40.12º | 0.71% | 0.9% | - |
| XYZ | 49.17 | 48.28 | 12.04 | - |
| YUV | 179.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 67 | 0 | 0.23 | 0.71 | 0.10 | 40.12 | 0.77 | 0.58 |
| Hex | E6 | B0 | 43 | 0 | 17 | 47 | A | 28 | 4D | 3A |
| Octal | 346 | 260 | 103 | 0 | 27 | 107 | 12 | 50 | 115 | 72 |
| Binary | 11100110 | 10110000 | 1000011 | 0 | 10111 | 1000111 | 1010 | 101000 | 1001101 | 111010 |
Color Harmonies of #E6B043
Complementary color
Monochromatic Colors of #E6B043
Black with #E6B043
Text Example
Text Example
White with #E6B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B043; }
p { color: rgb(230,176,67); }
H1.HeaderClassName
{
color: #E6B043;
}
.AnyTagClassName
{
color: #E6B043;
}
</style>
background-color css
<style>
a { background-color: #E6B043; }
a { background-color: rgb(230,176,67); }
div.DivClassName
{
background-color: #E6B043;
}
.BgClassName
{
background-color: #E6B043;
}
</style>
border-color css
<style>
span { border-color: #E6B043; }
span { border-color: rgb(230,176,67); }
td.TdClassName
{
border-color: #E6B043;
}
.TagClassName
{
border-color: #E6B043;
}
</style>