Shades of Tulip Tree #E6A642
Tints of Tulip Tree #E6A642
RGB
CMYK
RGB Variations
Color information
#E6A642 (or 0xE6A642) is known color: Tulip Tree. HEX triplet: E6, A6 and 42. RGB value is (230,166,66). Sum of RGB (Red+Green+Blue) = 230+166+66=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A642 is #1959BD. Grayscale: #AEAEAE. Windows color (decimal): -1661374 or 4368102. OLE color: 4368102.
HSL color Cylindrical-coordinate representation of color #E6A642: hue angle of 36.59º 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 #E6A642 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 66 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.10 |
| HSL | 36.59º | 0.77% | 0.58% | - |
| HSV(B) | 36.59º | 0.71% | 0.9% | - |
| XYZ | 47.25 | 44.49 | 11.25 | - |
| YUV | 173.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 66 | 0 | 0.28 | 0.71 | 0.10 | 36.59 | 0.77 | 0.58 |
| Hex | E6 | A6 | 42 | 0 | 1C | 47 | A | 25 | 4D | 3A |
| Octal | 346 | 246 | 102 | 0 | 34 | 107 | 12 | 45 | 115 | 72 |
| Binary | 11100110 | 10100110 | 1000010 | 0 | 11100 | 1000111 | 1010 | 100101 | 1001101 | 111010 |
Color Harmonies of #E6A642
Complementary color
Monochromatic Colors of #E6A642
Black with #E6A642
Text Example
Text Example
White with #E6A642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A642; }
p { color: rgb(230,166,66); }
H1.HeaderClassName
{
color: #E6A642;
}
.AnyTagClassName
{
color: #E6A642;
}
</style>
background-color css
<style>
a { background-color: #E6A642; }
a { background-color: rgb(230,166,66); }
div.DivClassName
{
background-color: #E6A642;
}
.BgClassName
{
background-color: #E6A642;
}
</style>
border-color css
<style>
span { border-color: #E6A642; }
span { border-color: rgb(230,166,66); }
td.TdClassName
{
border-color: #E6A642;
}
.TagClassName
{
border-color: #E6A642;
}
</style>