Shades of Tulip Tree #E6AD48
Tints of Tulip Tree #E6AD48
RGB
CMYK
RGB Variations
Color information
#E6AD48 (or 0xE6AD48) is known color: Tulip Tree. HEX triplet: E6, AD and 48. RGB value is (230,173,72). Sum of RGB (Red+Green+Blue) = 230+173+72=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD48 is #1952B7. Grayscale: #B2B2B2. Windows color (decimal): -1659576 or 4763110. OLE color: 4763110.
HSL color Cylindrical-coordinate representation of color #E6AD48: hue angle of 38.35º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6AD48 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 72 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.10 |
| HSL | 38.35º | 0.76% | 0.59% | - |
| HSV(B) | 38.35º | 0.69% | 0.9% | - |
| XYZ | 48.75 | 47.18 | 12.67 | - |
| YUV | 178.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 72 | 0 | 0.25 | 0.69 | 0.10 | 38.35 | 0.76 | 0.59 |
| Hex | E6 | AD | 48 | 0 | 19 | 45 | A | 26 | 4C | 3B |
| Octal | 346 | 255 | 110 | 0 | 31 | 105 | 12 | 46 | 114 | 73 |
| Binary | 11100110 | 10101101 | 1001000 | 0 | 11001 | 1000101 | 1010 | 100110 | 1001100 | 111011 |
Color Harmonies of #E6AD48
Complementary color
Monochromatic Colors of #E6AD48
Black with #E6AD48
Text Example
Text Example
White with #E6AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD48; }
p { color: rgb(230,173,72); }
H1.HeaderClassName
{
color: #E6AD48;
}
.AnyTagClassName
{
color: #E6AD48;
}
</style>
background-color css
<style>
a { background-color: #E6AD48; }
a { background-color: rgb(230,173,72); }
div.DivClassName
{
background-color: #E6AD48;
}
.BgClassName
{
background-color: #E6AD48;
}
</style>
border-color css
<style>
span { border-color: #E6AD48; }
span { border-color: rgb(230,173,72); }
td.TdClassName
{
border-color: #E6AD48;
}
.TagClassName
{
border-color: #E6AD48;
}
</style>