Shades of Tulip Tree #E6AD44
Tints of Tulip Tree #E6AD44
RGB
CMYK
RGB Variations
Color information
#E6AD44 (or 0xE6AD44) is known color: Tulip Tree. HEX triplet: E6, AD and 44. RGB value is (230,173,68). Sum of RGB (Red+Green+Blue) = 230+173+68=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD44 is #1952BB. Grayscale: #B2B2B2. Windows color (decimal): -1659580 or 4500966. OLE color: 4500966.
HSL color Cylindrical-coordinate representation of color #E6AD44: hue angle of 38.89º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6AD44 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 68 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.10 |
| HSL | 38.89º | 0.76% | 0.58% | - |
| HSV(B) | 38.89º | 0.7% | 0.9% | - |
| XYZ | 48.62 | 47.13 | 12 | - |
| YUV | 178.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 68 | 0 | 0.25 | 0.70 | 0.10 | 38.89 | 0.76 | 0.58 |
| Hex | E6 | AD | 44 | 0 | 19 | 46 | A | 27 | 4C | 3A |
| Octal | 346 | 255 | 104 | 0 | 31 | 106 | 12 | 47 | 114 | 72 |
| Binary | 11100110 | 10101101 | 1000100 | 0 | 11001 | 1000110 | 1010 | 100111 | 1001100 | 111010 |
Color Harmonies of #E6AD44
Complementary color
Monochromatic Colors of #E6AD44
Black with #E6AD44
Text Example
Text Example
White with #E6AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD44; }
p { color: rgb(230,173,68); }
H1.HeaderClassName
{
color: #E6AD44;
}
.AnyTagClassName
{
color: #E6AD44;
}
</style>
background-color css
<style>
a { background-color: #E6AD44; }
a { background-color: rgb(230,173,68); }
div.DivClassName
{
background-color: #E6AD44;
}
.BgClassName
{
background-color: #E6AD44;
}
</style>
border-color css
<style>
span { border-color: #E6AD44; }
span { border-color: rgb(230,173,68); }
td.TdClassName
{
border-color: #E6AD44;
}
.TagClassName
{
border-color: #E6AD44;
}
</style>