Shades of Tulip Tree #ECAF3A
Tints of Tulip Tree #ECAF3A
RGB
CMYK
RGB Variations
Color information
#ECAF3A (or 0xECAF3A) is known color: Tulip Tree. HEX triplet: EC, AF and 3A. RGB value is (236,175,58). Sum of RGB (Red+Green+Blue) = 236+175+58=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF3A is #1350C5. Grayscale: #B4B4B4. Windows color (decimal): -1265862 or 3846124. OLE color: 3846124.
HSL color Cylindrical-coordinate representation of color #ECAF3A: hue angle of 39.44º 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 #ECAF3A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 58 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.07 |
| HSL | 39.44º | 0.82% | 0.58% | - |
| HSV(B) | 39.44º | 0.75% | 0.93% | - |
| XYZ | 50.69 | 48.8 | 10.75 | - |
| YUV | 179.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 58 | 0 | 0.26 | 0.75 | 0.07 | 39.44 | 0.82 | 0.58 |
| Hex | EC | AF | 3A | 0 | 1A | 4B | 7 | 27 | 52 | 3A |
| Octal | 354 | 257 | 72 | 0 | 32 | 113 | 7 | 47 | 122 | 72 |
| Binary | 11101100 | 10101111 | 111010 | 0 | 11010 | 1001011 | 111 | 100111 | 1010010 | 111010 |
Color Harmonies of #ECAF3A
Complementary color
Monochromatic Colors of #ECAF3A
Black with #ECAF3A
Text Example
Text Example
White with #ECAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF3A; }
p { color: rgb(236,175,58); }
H1.HeaderClassName
{
color: #ECAF3A;
}
.AnyTagClassName
{
color: #ECAF3A;
}
</style>
background-color css
<style>
a { background-color: #ECAF3A; }
a { background-color: rgb(236,175,58); }
div.DivClassName
{
background-color: #ECAF3A;
}
.BgClassName
{
background-color: #ECAF3A;
}
</style>
border-color css
<style>
span { border-color: #ECAF3A; }
span { border-color: rgb(236,175,58); }
td.TdClassName
{
border-color: #ECAF3A;
}
.TagClassName
{
border-color: #ECAF3A;
}
</style>