Shades of Tulip Tree #E7AF3F
Tints of Tulip Tree #E7AF3F
RGB
CMYK
RGB Variations
Color information
#E7AF3F (or 0xE7AF3F) is known color: Tulip Tree. HEX triplet: E7, AF and 3F. RGB value is (231,175,63). Sum of RGB (Red+Green+Blue) = 231+175+63=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF3F is #1850C0. Grayscale: #B3B3B3. Windows color (decimal): -1593537 or 4173799. OLE color: 4173799.
HSL color Cylindrical-coordinate representation of color #E7AF3F: hue angle of 40º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7AF3F is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 63 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.09 |
| HSL | 40º | 0.78% | 0.58% | - |
| HSV(B) | 40º | 0.73% | 0.91% | - |
| XYZ | 49.18 | 48.01 | 11.38 | - |
| YUV | 178.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 63 | 0 | 0.24 | 0.73 | 0.09 | 40 | 0.78 | 0.58 |
| Hex | E7 | AF | 3F | 0 | 18 | 49 | 9 | 28 | 4E | 3A |
| Octal | 347 | 257 | 77 | 0 | 30 | 111 | 11 | 50 | 116 | 72 |
| Binary | 11100111 | 10101111 | 111111 | 0 | 11000 | 1001001 | 1001 | 101000 | 1001110 | 111010 |
Color Harmonies of #E7AF3F
Complementary color
Monochromatic Colors of #E7AF3F
Black with #E7AF3F
Text Example
Text Example
White with #E7AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF3F; }
p { color: rgb(231,175,63); }
H1.HeaderClassName
{
color: #E7AF3F;
}
.AnyTagClassName
{
color: #E7AF3F;
}
</style>
background-color css
<style>
a { background-color: #E7AF3F; }
a { background-color: rgb(231,175,63); }
div.DivClassName
{
background-color: #E7AF3F;
}
.BgClassName
{
background-color: #E7AF3F;
}
</style>
border-color css
<style>
span { border-color: #E7AF3F; }
span { border-color: rgb(231,175,63); }
td.TdClassName
{
border-color: #E7AF3F;
}
.TagClassName
{
border-color: #E7AF3F;
}
</style>