Shades of Tulip Tree #ECB340
Tints of Tulip Tree #ECB340
RGB
CMYK
RGB Variations
Color information
#ECB340 (or 0xECB340) is known color: Tulip Tree. HEX triplet: EC, B3 and 40. RGB value is (236,179,64). Sum of RGB (Red+Green+Blue) = 236+179+64=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB340 is #134CBF. Grayscale: #B7B7B7. Windows color (decimal): -1264832 or 4240364. OLE color: 4240364.
HSL color Cylindrical-coordinate representation of color #ECB340: hue angle of 40.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECB340 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 64 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.07 |
| HSL | 40.12º | 0.82% | 0.59% | - |
| HSV(B) | 40.12º | 0.73% | 0.93% | - |
| XYZ | 51.64 | 50.44 | 11.87 | - |
| YUV | 182.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 64 | 0 | 0.24 | 0.73 | 0.07 | 40.12 | 0.82 | 0.59 |
| Hex | EC | B3 | 40 | 0 | 18 | 49 | 7 | 28 | 52 | 3B |
| Octal | 354 | 263 | 100 | 0 | 30 | 111 | 7 | 50 | 122 | 73 |
| Binary | 11101100 | 10110011 | 1000000 | 0 | 11000 | 1001001 | 111 | 101000 | 1010010 | 111011 |
Color Harmonies of #ECB340
Complementary color
Monochromatic Colors of #ECB340
Black with #ECB340
Text Example
Text Example
White with #ECB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB340; }
p { color: rgb(236,179,64); }
H1.HeaderClassName
{
color: #ECB340;
}
.AnyTagClassName
{
color: #ECB340;
}
</style>
background-color css
<style>
a { background-color: #ECB340; }
a { background-color: rgb(236,179,64); }
div.DivClassName
{
background-color: #ECB340;
}
.BgClassName
{
background-color: #ECB340;
}
</style>
border-color css
<style>
span { border-color: #ECB340; }
span { border-color: rgb(236,179,64); }
td.TdClassName
{
border-color: #ECB340;
}
.TagClassName
{
border-color: #ECB340;
}
</style>