Shades of Tulip Tree #E6B344
Tints of Tulip Tree #E6B344
RGB
CMYK
RGB Variations
Color information
#E6B344 (or 0xE6B344) is known color: Tulip Tree. HEX triplet: E6, B3 and 44. RGB value is (230,179,68). Sum of RGB (Red+Green+Blue) = 230+179+68=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B344 is #194CBB. Grayscale: #B6B6B6. Windows color (decimal): -1658044 or 4502502. OLE color: 4502502.
HSL color Cylindrical-coordinate representation of color #E6B344: hue angle of 41.11º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6B344 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 68 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.10 |
| HSL | 41.11º | 0.76% | 0.58% | - |
| HSV(B) | 41.11º | 0.7% | 0.9% | - |
| XYZ | 49.8 | 49.48 | 12.39 | - |
| YUV | 181.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 68 | 0 | 0.22 | 0.70 | 0.10 | 41.11 | 0.76 | 0.58 |
| Hex | E6 | B3 | 44 | 0 | 16 | 46 | A | 29 | 4C | 3A |
| Octal | 346 | 263 | 104 | 0 | 26 | 106 | 12 | 51 | 114 | 72 |
| Binary | 11100110 | 10110011 | 1000100 | 0 | 10110 | 1000110 | 1010 | 101001 | 1001100 | 111010 |
Color Harmonies of #E6B344
Complementary color
Monochromatic Colors of #E6B344
Black with #E6B344
Text Example
Text Example
White with #E6B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B344; }
p { color: rgb(230,179,68); }
H1.HeaderClassName
{
color: #E6B344;
}
.AnyTagClassName
{
color: #E6B344;
}
</style>
background-color css
<style>
a { background-color: #E6B344; }
a { background-color: rgb(230,179,68); }
div.DivClassName
{
background-color: #E6B344;
}
.BgClassName
{
background-color: #E6B344;
}
</style>
border-color css
<style>
span { border-color: #E6B344; }
span { border-color: rgb(230,179,68); }
td.TdClassName
{
border-color: #E6B344;
}
.TagClassName
{
border-color: #E6B344;
}
</style>