Shades of Tulip Tree #ECAF3D
Tints of Tulip Tree #ECAF3D
RGB
CMYK
RGB Variations
Color information
#ECAF3D (or 0xECAF3D) is known color: Tulip Tree. HEX triplet: EC, AF and 3D. RGB value is (236,175,61). Sum of RGB (Red+Green+Blue) = 236+175+61=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF3D is #1350C2. Grayscale: #B4B4B4. Windows color (decimal): -1265859 or 4042732. OLE color: 4042732.
HSL color Cylindrical-coordinate representation of color #ECAF3D: hue angle of 39.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECAF3D is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 61 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.07 |
| HSL | 39.09º | 0.82% | 0.58% | - |
| HSV(B) | 39.09º | 0.74% | 0.93% | - |
| XYZ | 50.76 | 48.83 | 11.16 | - |
| YUV | 180.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 61 | 0 | 0.26 | 0.74 | 0.07 | 39.09 | 0.82 | 0.58 |
| Hex | EC | AF | 3D | 0 | 1A | 4A | 7 | 27 | 52 | 3A |
| Octal | 354 | 257 | 75 | 0 | 32 | 112 | 7 | 47 | 122 | 72 |
| Binary | 11101100 | 10101111 | 111101 | 0 | 11010 | 1001010 | 111 | 100111 | 1010010 | 111010 |
Color Harmonies of #ECAF3D
Complementary color
Monochromatic Colors of #ECAF3D
Black with #ECAF3D
Text Example
Text Example
White with #ECAF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF3D; }
p { color: rgb(236,175,61); }
H1.HeaderClassName
{
color: #ECAF3D;
}
.AnyTagClassName
{
color: #ECAF3D;
}
</style>
background-color css
<style>
a { background-color: #ECAF3D; }
a { background-color: rgb(236,175,61); }
div.DivClassName
{
background-color: #ECAF3D;
}
.BgClassName
{
background-color: #ECAF3D;
}
</style>
border-color css
<style>
span { border-color: #ECAF3D; }
span { border-color: rgb(236,175,61); }
td.TdClassName
{
border-color: #ECAF3D;
}
.TagClassName
{
border-color: #ECAF3D;
}
</style>