Shades of Tulip Tree #E5AF3D
Tints of Tulip Tree #E5AF3D
RGB
CMYK
RGB Variations
Color information
#E5AF3D (or 0xE5AF3D) is known color: Tulip Tree. HEX triplet: E5, AF and 3D. RGB value is (229,175,61). Sum of RGB (Red+Green+Blue) = 229+175+61=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF3D is #1A50C2. Grayscale: #B2B2B2. Windows color (decimal): -1724611 or 4042725. OLE color: 4042725.
HSL color Cylindrical-coordinate representation of color #E5AF3D: hue angle of 40.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5AF3D is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 61 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.10 |
| HSL | 40.71º | 0.76% | 0.57% | - |
| HSV(B) | 40.71º | 0.73% | 0.9% | - |
| XYZ | 48.49 | 47.65 | 11.06 | - |
| YUV | 178.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 61 | 0 | 0.24 | 0.73 | 0.10 | 40.71 | 0.76 | 0.57 |
| Hex | E5 | AF | 3D | 0 | 18 | 49 | A | 29 | 4C | 39 |
| Octal | 345 | 257 | 75 | 0 | 30 | 111 | 12 | 51 | 114 | 71 |
| Binary | 11100101 | 10101111 | 111101 | 0 | 11000 | 1001001 | 1010 | 101001 | 1001100 | 111001 |
Color Harmonies of #E5AF3D
Complementary color
Monochromatic Colors of #E5AF3D
Black with #E5AF3D
Text Example
Text Example
White with #E5AF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF3D; }
p { color: rgb(229,175,61); }
H1.HeaderClassName
{
color: #E5AF3D;
}
.AnyTagClassName
{
color: #E5AF3D;
}
</style>
background-color css
<style>
a { background-color: #E5AF3D; }
a { background-color: rgb(229,175,61); }
div.DivClassName
{
background-color: #E5AF3D;
}
.BgClassName
{
background-color: #E5AF3D;
}
</style>
border-color css
<style>
span { border-color: #E5AF3D; }
span { border-color: rgb(229,175,61); }
td.TdClassName
{
border-color: #E5AF3D;
}
.TagClassName
{
border-color: #E5AF3D;
}
</style>