Shades of Tulip Tree #ECB53B
Tints of Tulip Tree #ECB53B
RGB
CMYK
RGB Variations
Color information
#ECB53B (or 0xECB53B) is known color: Tulip Tree. HEX triplet: EC, B5 and 3B. RGB value is (236,181,59). Sum of RGB (Red+Green+Blue) = 236+181+59=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB53B is #134AC4. Grayscale: #B8B8B8. Windows color (decimal): -1264325 or 3913196. OLE color: 3913196.
HSL color Cylindrical-coordinate representation of color #ECB53B: hue angle of 41.36º 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 #ECB53B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 59 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.07 |
| HSL | 41.36º | 0.82% | 0.58% | - |
| HSV(B) | 41.36º | 0.75% | 0.93% | - |
| XYZ | 51.91 | 51.2 | 11.28 | - |
| YUV | 183.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 59 | 0 | 0.23 | 0.75 | 0.07 | 41.36 | 0.82 | 0.58 |
| Hex | EC | B5 | 3B | 0 | 17 | 4B | 7 | 29 | 52 | 3A |
| Octal | 354 | 265 | 73 | 0 | 27 | 113 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110101 | 111011 | 0 | 10111 | 1001011 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB53B
Complementary color
Monochromatic Colors of #ECB53B
Black with #ECB53B
Text Example
Text Example
White with #ECB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB53B; }
p { color: rgb(236,181,59); }
H1.HeaderClassName
{
color: #ECB53B;
}
.AnyTagClassName
{
color: #ECB53B;
}
</style>
background-color css
<style>
a { background-color: #ECB53B; }
a { background-color: rgb(236,181,59); }
div.DivClassName
{
background-color: #ECB53B;
}
.BgClassName
{
background-color: #ECB53B;
}
</style>
border-color css
<style>
span { border-color: #ECB53B; }
span { border-color: rgb(236,181,59); }
td.TdClassName
{
border-color: #ECB53B;
}
.TagClassName
{
border-color: #ECB53B;
}
</style>