Shades of Tulip Tree #E6AE40
Tints of Tulip Tree #E6AE40
RGB
CMYK
RGB Variations
Color information
#E6AE40 (or 0xE6AE40) is known color: Tulip Tree. HEX triplet: E6, AE and 40. RGB value is (230,174,64). Sum of RGB (Red+Green+Blue) = 230+174+64=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AE40 is #1951BF. Grayscale: #B2B2B2. Windows color (decimal): -1659328 or 4239078. OLE color: 4239078.
HSL color Cylindrical-coordinate representation of color #E6AE40: hue angle of 39.76º 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 #E6AE40 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 64 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.10 |
| HSL | 39.76º | 0.77% | 0.58% | - |
| HSV(B) | 39.76º | 0.72% | 0.9% | - |
| XYZ | 48.69 | 47.47 | 11.45 | - |
| YUV | 178.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 64 | 0 | 0.24 | 0.72 | 0.10 | 39.76 | 0.77 | 0.58 |
| Hex | E6 | AE | 40 | 0 | 18 | 48 | A | 28 | 4D | 3A |
| Octal | 346 | 256 | 100 | 0 | 30 | 110 | 12 | 50 | 115 | 72 |
| Binary | 11100110 | 10101110 | 1000000 | 0 | 11000 | 1001000 | 1010 | 101000 | 1001101 | 111010 |
Color Harmonies of #E6AE40
Complementary color
Monochromatic Colors of #E6AE40
Black with #E6AE40
Text Example
Text Example
White with #E6AE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE40; }
p { color: rgb(230,174,64); }
H1.HeaderClassName
{
color: #E6AE40;
}
.AnyTagClassName
{
color: #E6AE40;
}
</style>
background-color css
<style>
a { background-color: #E6AE40; }
a { background-color: rgb(230,174,64); }
div.DivClassName
{
background-color: #E6AE40;
}
.BgClassName
{
background-color: #E6AE40;
}
</style>
border-color css
<style>
span { border-color: #E6AE40; }
span { border-color: rgb(230,174,64); }
td.TdClassName
{
border-color: #E6AE40;
}
.TagClassName
{
border-color: #E6AE40;
}
</style>