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