Shades of Tulip Tree #ECB23A
Tints of Tulip Tree #ECB23A
RGB
CMYK
RGB Variations
Color information
#ECB23A (or 0xECB23A) is known color: Tulip Tree. HEX triplet: EC, B2 and 3A. RGB value is (236,178,58). Sum of RGB (Red+Green+Blue) = 236+178+58=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB23A is #134DC5. Grayscale: #B6B6B6. Windows color (decimal): -1265094 or 3846892. OLE color: 3846892.
HSL color Cylindrical-coordinate representation of color #ECB23A: hue angle of 40.45º 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 #ECB23A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 58 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.07 |
| HSL | 40.45º | 0.82% | 0.58% | - |
| HSV(B) | 40.45º | 0.75% | 0.93% | - |
| XYZ | 51.28 | 49.98 | 10.95 | - |
| YUV | 181.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 58 | 0 | 0.25 | 0.75 | 0.07 | 40.45 | 0.82 | 0.58 |
| Hex | EC | B2 | 3A | 0 | 19 | 4B | 7 | 28 | 52 | 3A |
| Octal | 354 | 262 | 72 | 0 | 31 | 113 | 7 | 50 | 122 | 72 |
| Binary | 11101100 | 10110010 | 111010 | 0 | 11001 | 1001011 | 111 | 101000 | 1010010 | 111010 |
Color Harmonies of #ECB23A
Complementary color
Monochromatic Colors of #ECB23A
Black with #ECB23A
Text Example
Text Example
White with #ECB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB23A; }
p { color: rgb(236,178,58); }
H1.HeaderClassName
{
color: #ECB23A;
}
.AnyTagClassName
{
color: #ECB23A;
}
</style>
background-color css
<style>
a { background-color: #ECB23A; }
a { background-color: rgb(236,178,58); }
div.DivClassName
{
background-color: #ECB23A;
}
.BgClassName
{
background-color: #ECB23A;
}
</style>
border-color css
<style>
span { border-color: #ECB23A; }
span { border-color: rgb(236,178,58); }
td.TdClassName
{
border-color: #ECB23A;
}
.TagClassName
{
border-color: #ECB23A;
}
</style>