Shades of Tulip Tree #E6A542
Tints of Tulip Tree #E6A542
RGB
CMYK
RGB Variations
Color information
#E6A542 (or 0xE6A542) is known color: Tulip Tree. HEX triplet: E6, A5 and 42. RGB value is (230,165,66). Sum of RGB (Red+Green+Blue) = 230+165+66=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A542 is #195ABD. Grayscale: #ADADAD. Windows color (decimal): -1661630 or 4367846. OLE color: 4367846.
HSL color Cylindrical-coordinate representation of color #E6A542: hue angle of 36.22º 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 #E6A542 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 66 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.10 |
| HSL | 36.22º | 0.77% | 0.58% | - |
| HSV(B) | 36.22º | 0.71% | 0.9% | - |
| XYZ | 47.07 | 44.13 | 11.19 | - |
| YUV | 173.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 66 | 0 | 0.28 | 0.71 | 0.10 | 36.22 | 0.77 | 0.58 |
| Hex | E6 | A5 | 42 | 0 | 1C | 47 | A | 24 | 4D | 3A |
| Octal | 346 | 245 | 102 | 0 | 34 | 107 | 12 | 44 | 115 | 72 |
| Binary | 11100110 | 10100101 | 1000010 | 0 | 11100 | 1000111 | 1010 | 100100 | 1001101 | 111010 |
Color Harmonies of #E6A542
Complementary color
Monochromatic Colors of #E6A542
Black with #E6A542
Text Example
Text Example
White with #E6A542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A542; }
p { color: rgb(230,165,66); }
H1.HeaderClassName
{
color: #E6A542;
}
.AnyTagClassName
{
color: #E6A542;
}
</style>
background-color css
<style>
a { background-color: #E6A542; }
a { background-color: rgb(230,165,66); }
div.DivClassName
{
background-color: #E6A542;
}
.BgClassName
{
background-color: #E6A542;
}
</style>
border-color css
<style>
span { border-color: #E6A542; }
span { border-color: rgb(230,165,66); }
td.TdClassName
{
border-color: #E6A542;
}
.TagClassName
{
border-color: #E6A542;
}
</style>