Shades of Tulip Tree #E6AD49
Tints of Tulip Tree #E6AD49
RGB
CMYK
RGB Variations
Color information
#E6AD49 (or 0xE6AD49) is known color: Tulip Tree. HEX triplet: E6, AD and 49. RGB value is (230,173,73). Sum of RGB (Red+Green+Blue) = 230+173+73=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD49 is #1952B6. Grayscale: #B3B3B3. Windows color (decimal): -1659575 or 4828646. OLE color: 4828646.
HSL color Cylindrical-coordinate representation of color #E6AD49: hue angle of 38.22º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6AD49 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 73 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.10 |
| HSL | 38.22º | 0.76% | 0.59% | - |
| HSV(B) | 38.22º | 0.68% | 0.9% | - |
| XYZ | 48.78 | 47.19 | 12.84 | - |
| YUV | 178.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 73 | 0 | 0.25 | 0.68 | 0.10 | 38.22 | 0.76 | 0.59 |
| Hex | E6 | AD | 49 | 0 | 19 | 44 | A | 26 | 4C | 3B |
| Octal | 346 | 255 | 111 | 0 | 31 | 104 | 12 | 46 | 114 | 73 |
| Binary | 11100110 | 10101101 | 1001001 | 0 | 11001 | 1000100 | 1010 | 100110 | 1001100 | 111011 |
Color Harmonies of #E6AD49
Complementary color
Monochromatic Colors of #E6AD49
Black with #E6AD49
Text Example
Text Example
White with #E6AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD49; }
p { color: rgb(230,173,73); }
H1.HeaderClassName
{
color: #E6AD49;
}
.AnyTagClassName
{
color: #E6AD49;
}
</style>
background-color css
<style>
a { background-color: #E6AD49; }
a { background-color: rgb(230,173,73); }
div.DivClassName
{
background-color: #E6AD49;
}
.BgClassName
{
background-color: #E6AD49;
}
</style>
border-color css
<style>
span { border-color: #E6AD49; }
span { border-color: rgb(230,173,73); }
td.TdClassName
{
border-color: #E6AD49;
}
.TagClassName
{
border-color: #E6AD49;
}
</style>