Shades of Tulip Tree #ECAF40
Tints of Tulip Tree #ECAF40
RGB
CMYK
RGB Variations
Color information
#ECAF40 (or 0xECAF40) is known color: Tulip Tree. HEX triplet: EC, AF and 40. RGB value is (236,175,64). Sum of RGB (Red+Green+Blue) = 236+175+64=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF40 is #1350BF. Grayscale: #B5B5B5. Windows color (decimal): -1265856 or 4239340. OLE color: 4239340.
HSL color Cylindrical-coordinate representation of color #ECAF40: hue angle of 38.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECAF40 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 64 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.07 |
| HSL | 38.72º | 0.82% | 0.59% | - |
| HSV(B) | 38.72º | 0.73% | 0.93% | - |
| XYZ | 50.85 | 48.86 | 11.6 | - |
| YUV | 180.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 64 | 0 | 0.26 | 0.73 | 0.07 | 38.72 | 0.82 | 0.59 |
| Hex | EC | AF | 40 | 0 | 1A | 49 | 7 | 27 | 52 | 3B |
| Octal | 354 | 257 | 100 | 0 | 32 | 111 | 7 | 47 | 122 | 73 |
| Binary | 11101100 | 10101111 | 1000000 | 0 | 11010 | 1001001 | 111 | 100111 | 1010010 | 111011 |
Color Harmonies of #ECAF40
Complementary color
Monochromatic Colors of #ECAF40
Black with #ECAF40
Text Example
Text Example
White with #ECAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF40; }
p { color: rgb(236,175,64); }
H1.HeaderClassName
{
color: #ECAF40;
}
.AnyTagClassName
{
color: #ECAF40;
}
</style>
background-color css
<style>
a { background-color: #ECAF40; }
a { background-color: rgb(236,175,64); }
div.DivClassName
{
background-color: #ECAF40;
}
.BgClassName
{
background-color: #ECAF40;
}
</style>
border-color css
<style>
span { border-color: #ECAF40; }
span { border-color: rgb(236,175,64); }
td.TdClassName
{
border-color: #ECAF40;
}
.TagClassName
{
border-color: #ECAF40;
}
</style>