Shades of Tulip Tree #E6AF40
Tints of Tulip Tree #E6AF40
RGB
CMYK
RGB Variations
Color information
#E6AF40 (or 0xE6AF40) is known color: Tulip Tree. HEX triplet: E6, AF and 40. RGB value is (230,175,64). Sum of RGB (Red+Green+Blue) = 230+175+64=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AF40 is #1950BF. Grayscale: #B3B3B3. Windows color (decimal): -1659072 or 4239334. OLE color: 4239334.
HSL color Cylindrical-coordinate representation of color #E6AF40: hue angle of 40.12º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6AF40 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 64 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.10 |
| HSL | 40.12º | 0.77% | 0.58% | - |
| HSV(B) | 40.12º | 0.72% | 0.9% | - |
| XYZ | 48.89 | 47.85 | 11.51 | - |
| YUV | 178.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 64 | 0 | 0.24 | 0.72 | 0.10 | 40.12 | 0.77 | 0.58 |
| Hex | E6 | AF | 40 | 0 | 18 | 48 | A | 28 | 4D | 3A |
| Octal | 346 | 257 | 100 | 0 | 30 | 110 | 12 | 50 | 115 | 72 |
| Binary | 11100110 | 10101111 | 1000000 | 0 | 11000 | 1001000 | 1010 | 101000 | 1001101 | 111010 |
Color Harmonies of #E6AF40
Complementary color
Monochromatic Colors of #E6AF40
Black with #E6AF40
Text Example
Text Example
White with #E6AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF40; }
p { color: rgb(230,175,64); }
H1.HeaderClassName
{
color: #E6AF40;
}
.AnyTagClassName
{
color: #E6AF40;
}
</style>
background-color css
<style>
a { background-color: #E6AF40; }
a { background-color: rgb(230,175,64); }
div.DivClassName
{
background-color: #E6AF40;
}
.BgClassName
{
background-color: #E6AF40;
}
</style>
border-color css
<style>
span { border-color: #E6AF40; }
span { border-color: rgb(230,175,64); }
td.TdClassName
{
border-color: #E6AF40;
}
.TagClassName
{
border-color: #E6AF40;
}
</style>