Shades of Tulip Tree #ECAF43
Tints of Tulip Tree #ECAF43
RGB
CMYK
RGB Variations
Color information
#ECAF43 (or 0xECAF43) is known color: Tulip Tree. HEX triplet: EC, AF and 43. RGB value is (236,175,67). Sum of RGB (Red+Green+Blue) = 236+175+67=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF43 is #1350BC. Grayscale: #B5B5B5. Windows color (decimal): -1265853 or 4435948. OLE color: 4435948.
HSL color Cylindrical-coordinate representation of color #ECAF43: hue angle of 38.34º 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 #ECAF43 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 67 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.07 |
| HSL | 38.34º | 0.82% | 0.59% | - |
| HSV(B) | 38.34º | 0.72% | 0.93% | - |
| XYZ | 50.94 | 48.9 | 12.06 | - |
| YUV | 180.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 67 | 0 | 0.26 | 0.72 | 0.07 | 38.34 | 0.82 | 0.59 |
| Hex | EC | AF | 43 | 0 | 1A | 48 | 7 | 26 | 52 | 3B |
| Octal | 354 | 257 | 103 | 0 | 32 | 110 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101111 | 1000011 | 0 | 11010 | 1001000 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAF43
Complementary color
Monochromatic Colors of #ECAF43
Black with #ECAF43
Text Example
Text Example
White with #ECAF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF43; }
p { color: rgb(236,175,67); }
H1.HeaderClassName
{
color: #ECAF43;
}
.AnyTagClassName
{
color: #ECAF43;
}
</style>
background-color css
<style>
a { background-color: #ECAF43; }
a { background-color: rgb(236,175,67); }
div.DivClassName
{
background-color: #ECAF43;
}
.BgClassName
{
background-color: #ECAF43;
}
</style>
border-color css
<style>
span { border-color: #ECAF43; }
span { border-color: rgb(236,175,67); }
td.TdClassName
{
border-color: #ECAF43;
}
.TagClassName
{
border-color: #ECAF43;
}
</style>