Shades of Tulip Tree #E7AF3E
Tints of Tulip Tree #E7AF3E
RGB
CMYK
RGB Variations
Color information
#E7AF3E (or 0xE7AF3E) is known color: Tulip Tree. HEX triplet: E7, AF and 3E. RGB value is (231,175,62). Sum of RGB (Red+Green+Blue) = 231+175+62=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF3E is #1850C1. Grayscale: #B3B3B3. Windows color (decimal): -1593538 or 4108263. OLE color: 4108263.
HSL color Cylindrical-coordinate representation of color #E7AF3E: hue angle of 40.12º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7AF3E is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 62 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.09 |
| HSL | 40.12º | 0.78% | 0.57% | - |
| HSV(B) | 40.12º | 0.73% | 0.91% | - |
| XYZ | 49.15 | 48 | 11.23 | - |
| YUV | 178.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 62 | 0 | 0.24 | 0.73 | 0.09 | 40.12 | 0.78 | 0.57 |
| Hex | E7 | AF | 3E | 0 | 18 | 49 | 9 | 28 | 4E | 39 |
| Octal | 347 | 257 | 76 | 0 | 30 | 111 | 11 | 50 | 116 | 71 |
| Binary | 11100111 | 10101111 | 111110 | 0 | 11000 | 1001001 | 1001 | 101000 | 1001110 | 111001 |
Color Harmonies of #E7AF3E
Complementary color
Monochromatic Colors of #E7AF3E
Black with #E7AF3E
Text Example
Text Example
White with #E7AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF3E; }
p { color: rgb(231,175,62); }
H1.HeaderClassName
{
color: #E7AF3E;
}
.AnyTagClassName
{
color: #E7AF3E;
}
</style>
background-color css
<style>
a { background-color: #E7AF3E; }
a { background-color: rgb(231,175,62); }
div.DivClassName
{
background-color: #E7AF3E;
}
.BgClassName
{
background-color: #E7AF3E;
}
</style>
border-color css
<style>
span { border-color: #E7AF3E; }
span { border-color: rgb(231,175,62); }
td.TdClassName
{
border-color: #E7AF3E;
}
.TagClassName
{
border-color: #E7AF3E;
}
</style>