Shades of Tulip Tree #ECAF41
Tints of Tulip Tree #ECAF41
RGB
CMYK
RGB Variations
Color information
#ECAF41 (or 0xECAF41) is known color: Tulip Tree. HEX triplet: EC, AF and 41. RGB value is (236,175,65). Sum of RGB (Red+Green+Blue) = 236+175+65=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF41 is #1350BE. Grayscale: #B5B5B5. Windows color (decimal): -1265855 or 4304876. OLE color: 4304876.
HSL color Cylindrical-coordinate representation of color #ECAF41: hue angle of 38.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECAF41 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 65 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.07 |
| HSL | 38.6º | 0.82% | 0.59% | - |
| HSV(B) | 38.6º | 0.72% | 0.93% | - |
| XYZ | 50.88 | 48.87 | 11.75 | - |
| YUV | 180.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 65 | 0 | 0.26 | 0.72 | 0.07 | 38.6 | 0.82 | 0.59 |
| Hex | EC | AF | 41 | 0 | 1A | 48 | 7 | 27 | 52 | 3B |
| Octal | 354 | 257 | 101 | 0 | 32 | 110 | 7 | 47 | 122 | 73 |
| Binary | 11101100 | 10101111 | 1000001 | 0 | 11010 | 1001000 | 111 | 100111 | 1010010 | 111011 |
Color Harmonies of #ECAF41
Complementary color
Monochromatic Colors of #ECAF41
Black with #ECAF41
Text Example
Text Example
White with #ECAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF41; }
p { color: rgb(236,175,65); }
H1.HeaderClassName
{
color: #ECAF41;
}
.AnyTagClassName
{
color: #ECAF41;
}
</style>
background-color css
<style>
a { background-color: #ECAF41; }
a { background-color: rgb(236,175,65); }
div.DivClassName
{
background-color: #ECAF41;
}
.BgClassName
{
background-color: #ECAF41;
}
</style>
border-color css
<style>
span { border-color: #ECAF41; }
span { border-color: rgb(236,175,65); }
td.TdClassName
{
border-color: #ECAF41;
}
.TagClassName
{
border-color: #ECAF41;
}
</style>