Shades of Tulip Tree #ECAD32
Tints of Tulip Tree #ECAD32
RGB
CMYK
RGB Variations
Color information
#ECAD32 (or 0xECAD32) is known color: Tulip Tree. HEX triplet: EC, AD and 32. RGB value is (236,173,50). Sum of RGB (Red+Green+Blue) = 236+173+50=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD32 is #1352CD. Grayscale: #B2B2B2. Windows color (decimal): -1266382 or 3321324. OLE color: 3321324.
HSL color Cylindrical-coordinate representation of color #ECAD32: hue angle of 39.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECAD32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.07 |
| HSL | 39.68º | 0.83% | 0.56% | - |
| HSV(B) | 39.68º | 0.79% | 0.93% | - |
| XYZ | 50.11 | 47.95 | 9.63 | - |
| YUV | 177.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 50 | 0 | 0.27 | 0.79 | 0.07 | 39.68 | 0.83 | 0.56 |
| Hex | EC | AD | 32 | 0 | 1B | 4F | 7 | 28 | 53 | 38 |
| Octal | 354 | 255 | 62 | 0 | 33 | 117 | 7 | 50 | 123 | 70 |
| Binary | 11101100 | 10101101 | 110010 | 0 | 11011 | 1001111 | 111 | 101000 | 1010011 | 111000 |
Color Harmonies of #ECAD32
Complementary color
Monochromatic Colors of #ECAD32
Black with #ECAD32
Text Example
Text Example
White with #ECAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD32; }
p { color: rgb(236,173,50); }
H1.HeaderClassName
{
color: #ECAD32;
}
.AnyTagClassName
{
color: #ECAD32;
}
</style>
background-color css
<style>
a { background-color: #ECAD32; }
a { background-color: rgb(236,173,50); }
div.DivClassName
{
background-color: #ECAD32;
}
.BgClassName
{
background-color: #ECAD32;
}
</style>
border-color css
<style>
span { border-color: #ECAD32; }
span { border-color: rgb(236,173,50); }
td.TdClassName
{
border-color: #ECAD32;
}
.TagClassName
{
border-color: #ECAD32;
}
</style>