Shades of Tulip Tree #ECAF3C
Tints of Tulip Tree #ECAF3C
RGB
CMYK
RGB Variations
Color information
#ECAF3C (or 0xECAF3C) is known color: Tulip Tree. HEX triplet: EC, AF and 3C. RGB value is (236,175,60). Sum of RGB (Red+Green+Blue) = 236+175+60=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF3C is #1350C3. Grayscale: #B4B4B4. Windows color (decimal): -1265860 or 3977196. OLE color: 3977196.
HSL color Cylindrical-coordinate representation of color #ECAF3C: hue angle of 39.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECAF3C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 60 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.07 |
| HSL | 39.2º | 0.82% | 0.58% | - |
| HSV(B) | 39.2º | 0.75% | 0.93% | - |
| XYZ | 50.74 | 48.82 | 11.02 | - |
| YUV | 180.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 60 | 0 | 0.26 | 0.75 | 0.07 | 39.2 | 0.82 | 0.58 |
| Hex | EC | AF | 3C | 0 | 1A | 4B | 7 | 27 | 52 | 3A |
| Octal | 354 | 257 | 74 | 0 | 32 | 113 | 7 | 47 | 122 | 72 |
| Binary | 11101100 | 10101111 | 111100 | 0 | 11010 | 1001011 | 111 | 100111 | 1010010 | 111010 |
Color Harmonies of #ECAF3C
Complementary color
Monochromatic Colors of #ECAF3C
Black with #ECAF3C
Text Example
Text Example
White with #ECAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF3C; }
p { color: rgb(236,175,60); }
H1.HeaderClassName
{
color: #ECAF3C;
}
.AnyTagClassName
{
color: #ECAF3C;
}
</style>
background-color css
<style>
a { background-color: #ECAF3C; }
a { background-color: rgb(236,175,60); }
div.DivClassName
{
background-color: #ECAF3C;
}
.BgClassName
{
background-color: #ECAF3C;
}
</style>
border-color css
<style>
span { border-color: #ECAF3C; }
span { border-color: rgb(236,175,60); }
td.TdClassName
{
border-color: #ECAF3C;
}
.TagClassName
{
border-color: #ECAF3C;
}
</style>