Shades of Tulip Tree #E6B33D
Tints of Tulip Tree #E6B33D
RGB
CMYK
RGB Variations
Color information
#E6B33D (or 0xE6B33D) is known color: Tulip Tree. HEX triplet: E6, B3 and 3D. RGB value is (230,179,61). Sum of RGB (Red+Green+Blue) = 230+179+61=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B33D is #194CC2. Grayscale: #B5B5B5. Windows color (decimal): -1658051 or 4043750. OLE color: 4043750.
HSL color Cylindrical-coordinate representation of color #E6B33D: hue angle of 41.89º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6B33D is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 61 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.10 |
| HSL | 41.89º | 0.77% | 0.57% | - |
| HSV(B) | 41.89º | 0.73% | 0.9% | - |
| XYZ | 49.6 | 49.4 | 11.34 | - |
| YUV | 180.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 61 | 0 | 0.22 | 0.73 | 0.10 | 41.89 | 0.77 | 0.57 |
| Hex | E6 | B3 | 3D | 0 | 16 | 49 | A | 2A | 4D | 39 |
| Octal | 346 | 263 | 75 | 0 | 26 | 111 | 12 | 52 | 115 | 71 |
| Binary | 11100110 | 10110011 | 111101 | 0 | 10110 | 1001001 | 1010 | 101010 | 1001101 | 111001 |
Color Harmonies of #E6B33D
Complementary color
Monochromatic Colors of #E6B33D
Black with #E6B33D
Text Example
Text Example
White with #E6B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B33D; }
p { color: rgb(230,179,61); }
H1.HeaderClassName
{
color: #E6B33D;
}
.AnyTagClassName
{
color: #E6B33D;
}
</style>
background-color css
<style>
a { background-color: #E6B33D; }
a { background-color: rgb(230,179,61); }
div.DivClassName
{
background-color: #E6B33D;
}
.BgClassName
{
background-color: #E6B33D;
}
</style>
border-color css
<style>
span { border-color: #E6B33D; }
span { border-color: rgb(230,179,61); }
td.TdClassName
{
border-color: #E6B33D;
}
.TagClassName
{
border-color: #E6B33D;
}
</style>