Shades of Tulip Tree #ECB83F
Tints of Tulip Tree #ECB83F
RGB
CMYK
RGB Variations
Color information
#ECB83F (or 0xECB83F) is known color: Tulip Tree. HEX triplet: EC, B8 and 3F. RGB value is (236,184,63). Sum of RGB (Red+Green+Blue) = 236+184+63=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB83F is #1347C0. Grayscale: #BABABA. Windows color (decimal): -1263553 or 4176108. OLE color: 4176108.
HSL color Cylindrical-coordinate representation of color #ECB83F: hue angle of 41.97º 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 #ECB83F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 63 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 41.97º | 0.82% | 0.59% | - |
| HSV(B) | 41.97º | 0.73% | 0.93% | - |
| XYZ | 52.63 | 52.47 | 12.06 | - |
| YUV | 185.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 63 | 0 | 0.22 | 0.73 | 0.07 | 41.97 | 0.82 | 0.59 |
| Hex | EC | B8 | 3F | 0 | 16 | 49 | 7 | 2A | 52 | 3B |
| Octal | 354 | 270 | 77 | 0 | 26 | 111 | 7 | 52 | 122 | 73 |
| Binary | 11101100 | 10111000 | 111111 | 0 | 10110 | 1001001 | 111 | 101010 | 1010010 | 111011 |
Color Harmonies of #ECB83F
Complementary color
Monochromatic Colors of #ECB83F
Black with #ECB83F
Text Example
Text Example
White with #ECB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB83F; }
p { color: rgb(236,184,63); }
H1.HeaderClassName
{
color: #ECB83F;
}
.AnyTagClassName
{
color: #ECB83F;
}
</style>
background-color css
<style>
a { background-color: #ECB83F; }
a { background-color: rgb(236,184,63); }
div.DivClassName
{
background-color: #ECB83F;
}
.BgClassName
{
background-color: #ECB83F;
}
</style>
border-color css
<style>
span { border-color: #ECB83F; }
span { border-color: rgb(236,184,63); }
td.TdClassName
{
border-color: #ECB83F;
}
.TagClassName
{
border-color: #ECB83F;
}
</style>