Shades of Tulip Tree #E6B93A
Tints of Tulip Tree #E6B93A
RGB
CMYK
RGB Variations
Color information
#E6B93A (or 0xE6B93A) is known color: Tulip Tree. HEX triplet: E6, B9 and 3A. RGB value is (230,185,58). Sum of RGB (Red+Green+Blue) = 230+185+58=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B93A is #1946C5. Grayscale: #B8B8B8. Windows color (decimal): -1656518 or 3848678. OLE color: 3848678.
HSL color Cylindrical-coordinate representation of color #E6B93A: hue angle of 44.3º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6B93A is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 58 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.10 |
| HSL | 44.3º | 0.77% | 0.56% | - |
| HSV(B) | 44.3º | 0.75% | 0.9% | - |
| XYZ | 50.75 | 51.83 | 11.33 | - |
| YUV | 183.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 58 | 0 | 0.20 | 0.75 | 0.10 | 44.3 | 0.77 | 0.56 |
| Hex | E6 | B9 | 3A | 0 | 14 | 4B | A | 2C | 4D | 38 |
| Octal | 346 | 271 | 72 | 0 | 24 | 113 | 12 | 54 | 115 | 70 |
| Binary | 11100110 | 10111001 | 111010 | 0 | 10100 | 1001011 | 1010 | 101100 | 1001101 | 111000 |
Color Harmonies of #E6B93A
Complementary color
Monochromatic Colors of #E6B93A
Black with #E6B93A
Text Example
Text Example
White with #E6B93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B93A; }
p { color: rgb(230,185,58); }
H1.HeaderClassName
{
color: #E6B93A;
}
.AnyTagClassName
{
color: #E6B93A;
}
</style>
background-color css
<style>
a { background-color: #E6B93A; }
a { background-color: rgb(230,185,58); }
div.DivClassName
{
background-color: #E6B93A;
}
.BgClassName
{
background-color: #E6B93A;
}
</style>
border-color css
<style>
span { border-color: #E6B93A; }
span { border-color: rgb(230,185,58); }
td.TdClassName
{
border-color: #E6B93A;
}
.TagClassName
{
border-color: #E6B93A;
}
</style>