Shades of Tulip Tree #ECAB30
Tints of Tulip Tree #ECAB30
RGB
CMYK
RGB Variations
Color information
#ECAB30 (or 0xECAB30) is known color: Tulip Tree. HEX triplet: EC, AB and 30. RGB value is (236,171,48). Sum of RGB (Red+Green+Blue) = 236+171+48=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB30 is #1354CF. Grayscale: #B0B0B0. Windows color (decimal): -1266896 or 3189740. OLE color: 3189740.
HSL color Cylindrical-coordinate representation of color #ECAB30: hue angle of 39.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAB30 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 48 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.07 |
| HSL | 39.26º | 0.83% | 0.56% | - |
| HSV(B) | 39.26º | 0.8% | 0.93% | - |
| XYZ | 49.69 | 47.17 | 9.28 | - |
| YUV | 176.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 48 | 0 | 0.28 | 0.80 | 0.07 | 39.26 | 0.83 | 0.56 |
| Hex | EC | AB | 30 | 0 | 1C | 50 | 7 | 27 | 53 | 38 |
| Octal | 354 | 253 | 60 | 0 | 34 | 120 | 7 | 47 | 123 | 70 |
| Binary | 11101100 | 10101011 | 110000 | 0 | 11100 | 1010000 | 111 | 100111 | 1010011 | 111000 |
Color Harmonies of #ECAB30
Complementary color
Monochromatic Colors of #ECAB30
Black with #ECAB30
Text Example
Text Example
White with #ECAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB30; }
p { color: rgb(236,171,48); }
H1.HeaderClassName
{
color: #ECAB30;
}
.AnyTagClassName
{
color: #ECAB30;
}
</style>
background-color css
<style>
a { background-color: #ECAB30; }
a { background-color: rgb(236,171,48); }
div.DivClassName
{
background-color: #ECAB30;
}
.BgClassName
{
background-color: #ECAB30;
}
</style>
border-color css
<style>
span { border-color: #ECAB30; }
span { border-color: rgb(236,171,48); }
td.TdClassName
{
border-color: #ECAB30;
}
.TagClassName
{
border-color: #ECAB30;
}
</style>