Shades of Tulip Tree #ECB83B
Tints of Tulip Tree #ECB83B
RGB
CMYK
RGB Variations
Color information
#ECB83B (or 0xECB83B) is known color: Tulip Tree. HEX triplet: EC, B8 and 3B. RGB value is (236,184,59). Sum of RGB (Red+Green+Blue) = 236+184+59=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB83B is #1347C4. Grayscale: #B9B9B9. Windows color (decimal): -1263557 or 3913964. OLE color: 3913964.
HSL color Cylindrical-coordinate representation of color #ECB83B: hue angle of 42.37º 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 #ECB83B is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 59 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.07 |
| HSL | 42.37º | 0.82% | 0.58% | - |
| HSV(B) | 42.37º | 0.75% | 0.93% | - |
| XYZ | 52.52 | 52.43 | 11.49 | - |
| YUV | 185.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 59 | 0 | 0.22 | 0.75 | 0.07 | 42.37 | 0.82 | 0.58 |
| Hex | EC | B8 | 3B | 0 | 16 | 4B | 7 | 2A | 52 | 3A |
| Octal | 354 | 270 | 73 | 0 | 26 | 113 | 7 | 52 | 122 | 72 |
| Binary | 11101100 | 10111000 | 111011 | 0 | 10110 | 1001011 | 111 | 101010 | 1010010 | 111010 |
Color Harmonies of #ECB83B
Complementary color
Monochromatic Colors of #ECB83B
Black with #ECB83B
Text Example
Text Example
White with #ECB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB83B; }
p { color: rgb(236,184,59); }
H1.HeaderClassName
{
color: #ECB83B;
}
.AnyTagClassName
{
color: #ECB83B;
}
</style>
background-color css
<style>
a { background-color: #ECB83B; }
a { background-color: rgb(236,184,59); }
div.DivClassName
{
background-color: #ECB83B;
}
.BgClassName
{
background-color: #ECB83B;
}
</style>
border-color css
<style>
span { border-color: #ECB83B; }
span { border-color: rgb(236,184,59); }
td.TdClassName
{
border-color: #ECB83B;
}
.TagClassName
{
border-color: #ECB83B;
}
</style>