Shades of Tulip Tree #E6AF3D
Tints of Tulip Tree #E6AF3D
RGB
CMYK
RGB Variations
Color information
#E6AF3D (or 0xE6AF3D) is known color: Tulip Tree. HEX triplet: E6, AF and 3D. RGB value is (230,175,61). Sum of RGB (Red+Green+Blue) = 230+175+61=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AF3D is #1950C2. Grayscale: #B2B2B2. Windows color (decimal): -1659075 or 4042726. OLE color: 4042726.
HSL color Cylindrical-coordinate representation of color #E6AF3D: hue angle of 40.47º degrees, saturation: 0.77, 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 #E6AF3D is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 61 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.10 |
| HSL | 40.47º | 0.77% | 0.57% | - |
| HSV(B) | 40.47º | 0.73% | 0.9% | - |
| XYZ | 48.81 | 47.82 | 11.07 | - |
| YUV | 178.45 | 61.72 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 61 | 0 | 0.24 | 0.73 | 0.10 | 40.47 | 0.77 | 0.57 |
| Hex | E6 | AF | 3D | 0 | 18 | 49 | A | 28 | 4D | 39 |
| Octal | 346 | 257 | 75 | 0 | 30 | 111 | 12 | 50 | 115 | 71 |
| Binary | 11100110 | 10101111 | 111101 | 0 | 11000 | 1001001 | 1010 | 101000 | 1001101 | 111001 |
Color Harmonies of #E6AF3D
Complementary color
Monochromatic Colors of #E6AF3D
Black with #E6AF3D
Text Example
Text Example
White with #E6AF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF3D; }
p { color: rgb(230,175,61); }
H1.HeaderClassName
{
color: #E6AF3D;
}
.AnyTagClassName
{
color: #E6AF3D;
}
</style>
background-color css
<style>
a { background-color: #E6AF3D; }
a { background-color: rgb(230,175,61); }
div.DivClassName
{
background-color: #E6AF3D;
}
.BgClassName
{
background-color: #E6AF3D;
}
</style>
border-color css
<style>
span { border-color: #E6AF3D; }
span { border-color: rgb(230,175,61); }
td.TdClassName
{
border-color: #E6AF3D;
}
.TagClassName
{
border-color: #E6AF3D;
}
</style>