Shades of Tulip Tree #ECAF37
Tints of Tulip Tree #ECAF37
RGB
CMYK
RGB Variations
Color information
#ECAF37 (or 0xECAF37) is known color: Tulip Tree. HEX triplet: EC, AF and 37. RGB value is (236,175,55). Sum of RGB (Red+Green+Blue) = 236+175+55=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF37 is #1350C8. Grayscale: #B4B4B4. Windows color (decimal): -1265865 or 3649516. OLE color: 3649516.
HSL color Cylindrical-coordinate representation of color #ECAF37: hue angle of 39.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECAF37 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 55 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.07 |
| HSL | 39.78º | 0.83% | 0.57% | - |
| HSV(B) | 39.78º | 0.77% | 0.93% | - |
| XYZ | 50.61 | 48.77 | 10.36 | - |
| YUV | 179.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 55 | 0 | 0.26 | 0.77 | 0.07 | 39.78 | 0.83 | 0.57 |
| Hex | EC | AF | 37 | 0 | 1A | 4D | 7 | 28 | 53 | 39 |
| Octal | 354 | 257 | 67 | 0 | 32 | 115 | 7 | 50 | 123 | 71 |
| Binary | 11101100 | 10101111 | 110111 | 0 | 11010 | 1001101 | 111 | 101000 | 1010011 | 111001 |
Color Harmonies of #ECAF37
Complementary color
Monochromatic Colors of #ECAF37
Black with #ECAF37
Text Example
Text Example
White with #ECAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF37; }
p { color: rgb(236,175,55); }
H1.HeaderClassName
{
color: #ECAF37;
}
.AnyTagClassName
{
color: #ECAF37;
}
</style>
background-color css
<style>
a { background-color: #ECAF37; }
a { background-color: rgb(236,175,55); }
div.DivClassName
{
background-color: #ECAF37;
}
.BgClassName
{
background-color: #ECAF37;
}
</style>
border-color css
<style>
span { border-color: #ECAF37; }
span { border-color: rgb(236,175,55); }
td.TdClassName
{
border-color: #ECAF37;
}
.TagClassName
{
border-color: #ECAF37;
}
</style>