Shades of Tulip Tree #ECAF42
Tints of Tulip Tree #ECAF42
RGB
CMYK
RGB Variations
Color information
#ECAF42 (or 0xECAF42) is known color: Tulip Tree. HEX triplet: EC, AF and 42. RGB value is (236,175,66). Sum of RGB (Red+Green+Blue) = 236+175+66=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF42 is #1350BD. Grayscale: #B5B5B5. Windows color (decimal): -1265854 or 4370412. OLE color: 4370412.
HSL color Cylindrical-coordinate representation of color #ECAF42: hue angle of 38.47º 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 #ECAF42 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 66 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.07 |
| HSL | 38.47º | 0.82% | 0.59% | - |
| HSV(B) | 38.47º | 0.72% | 0.93% | - |
| XYZ | 50.91 | 48.89 | 11.91 | - |
| YUV | 180.81 | 63.21 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 66 | 0 | 0.26 | 0.72 | 0.07 | 38.47 | 0.82 | 0.59 |
| Hex | EC | AF | 42 | 0 | 1A | 48 | 7 | 26 | 52 | 3B |
| Octal | 354 | 257 | 102 | 0 | 32 | 110 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101111 | 1000010 | 0 | 11010 | 1001000 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAF42
Complementary color
Monochromatic Colors of #ECAF42
Black with #ECAF42
Text Example
Text Example
White with #ECAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF42; }
p { color: rgb(236,175,66); }
H1.HeaderClassName
{
color: #ECAF42;
}
.AnyTagClassName
{
color: #ECAF42;
}
</style>
background-color css
<style>
a { background-color: #ECAF42; }
a { background-color: rgb(236,175,66); }
div.DivClassName
{
background-color: #ECAF42;
}
.BgClassName
{
background-color: #ECAF42;
}
</style>
border-color css
<style>
span { border-color: #ECAF42; }
span { border-color: rgb(236,175,66); }
td.TdClassName
{
border-color: #ECAF42;
}
.TagClassName
{
border-color: #ECAF42;
}
</style>