Shades of Tulip Tree #E7AD3D
Tints of Tulip Tree #E7AD3D
RGB
CMYK
RGB Variations
Color information
#E7AD3D (or 0xE7AD3D) is known color: Tulip Tree. HEX triplet: E7, AD and 3D. RGB value is (231,173,61). Sum of RGB (Red+Green+Blue) = 231+173+61=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD3D is #1852C2. Grayscale: #B2B2B2. Windows color (decimal): -1594051 or 4042215. OLE color: 4042215.
HSL color Cylindrical-coordinate representation of color #E7AD3D: hue angle of 39.53º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7AD3D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 61 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.09 |
| HSL | 39.53º | 0.78% | 0.57% | - |
| HSV(B) | 39.53º | 0.74% | 0.91% | - |
| XYZ | 48.74 | 47.21 | 10.96 | - |
| YUV | 177.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 61 | 0 | 0.25 | 0.74 | 0.09 | 39.53 | 0.78 | 0.57 |
| Hex | E7 | AD | 3D | 0 | 19 | 4A | 9 | 28 | 4E | 39 |
| Octal | 347 | 255 | 75 | 0 | 31 | 112 | 11 | 50 | 116 | 71 |
| Binary | 11100111 | 10101101 | 111101 | 0 | 11001 | 1001010 | 1001 | 101000 | 1001110 | 111001 |
Color Harmonies of #E7AD3D
Complementary color
Monochromatic Colors of #E7AD3D
Black with #E7AD3D
Text Example
Text Example
White with #E7AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD3D; }
p { color: rgb(231,173,61); }
H1.HeaderClassName
{
color: #E7AD3D;
}
.AnyTagClassName
{
color: #E7AD3D;
}
</style>
background-color css
<style>
a { background-color: #E7AD3D; }
a { background-color: rgb(231,173,61); }
div.DivClassName
{
background-color: #E7AD3D;
}
.BgClassName
{
background-color: #E7AD3D;
}
</style>
border-color css
<style>
span { border-color: #E7AD3D; }
span { border-color: rgb(231,173,61); }
td.TdClassName
{
border-color: #E7AD3D;
}
.TagClassName
{
border-color: #E7AD3D;
}
</style>