Shades of Tulip Tree #ECAF34
Tints of Tulip Tree #ECAF34
RGB
CMYK
RGB Variations
Color information
#ECAF34 (or 0xECAF34) is known color: Tulip Tree. HEX triplet: EC, AF and 34. RGB value is (236,175,52). Sum of RGB (Red+Green+Blue) = 236+175+52=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF34 is #1350CB. Grayscale: #B3B3B3. Windows color (decimal): -1265868 or 3452908. OLE color: 3452908.
HSL color Cylindrical-coordinate representation of color #ECAF34: hue angle of 40.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECAF34 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 52 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.07 |
| HSL | 40.11º | 0.83% | 0.56% | - |
| HSV(B) | 40.11º | 0.78% | 0.93% | - |
| XYZ | 50.54 | 48.74 | 9.99 | - |
| YUV | 179.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 52 | 0 | 0.26 | 0.78 | 0.07 | 40.11 | 0.83 | 0.56 |
| Hex | EC | AF | 34 | 0 | 1A | 4E | 7 | 28 | 53 | 38 |
| Octal | 354 | 257 | 64 | 0 | 32 | 116 | 7 | 50 | 123 | 70 |
| Binary | 11101100 | 10101111 | 110100 | 0 | 11010 | 1001110 | 111 | 101000 | 1010011 | 111000 |
Color Harmonies of #ECAF34
Complementary color
Monochromatic Colors of #ECAF34
Black with #ECAF34
Text Example
Text Example
White with #ECAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF34; }
p { color: rgb(236,175,52); }
H1.HeaderClassName
{
color: #ECAF34;
}
.AnyTagClassName
{
color: #ECAF34;
}
</style>
background-color css
<style>
a { background-color: #ECAF34; }
a { background-color: rgb(236,175,52); }
div.DivClassName
{
background-color: #ECAF34;
}
.BgClassName
{
background-color: #ECAF34;
}
</style>
border-color css
<style>
span { border-color: #ECAF34; }
span { border-color: rgb(236,175,52); }
td.TdClassName
{
border-color: #ECAF34;
}
.TagClassName
{
border-color: #ECAF34;
}
</style>