Shades of Bright Sun #ECBC37
Tints of Bright Sun #ECBC37
RGB
CMYK
RGB Variations
Color information
#ECBC37 (or 0xECBC37) is known color: Bright Sun. HEX triplet: EC, BC and 37. RGB value is (236,188,55). Sum of RGB (Red+Green+Blue) = 236+188+55=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC37 is #1343C8. Grayscale: #BBBBBB. Windows color (decimal): -1262537 or 3652844. OLE color: 3652844.
HSL color Cylindrical-coordinate representation of color #ECBC37: hue angle of 44.09º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECBC37 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 55 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.07 |
| HSL | 44.09º | 0.83% | 0.57% | - |
| HSV(B) | 44.09º | 0.77% | 0.93% | - |
| XYZ | 53.26 | 54.08 | 11.24 | - |
| YUV | 187.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 55 | 0 | 0.20 | 0.77 | 0.07 | 44.09 | 0.83 | 0.57 |
| Hex | EC | BC | 37 | 0 | 14 | 4D | 7 | 2C | 53 | 39 |
| Octal | 354 | 274 | 67 | 0 | 24 | 115 | 7 | 54 | 123 | 71 |
| Binary | 11101100 | 10111100 | 110111 | 0 | 10100 | 1001101 | 111 | 101100 | 1010011 | 111001 |
Color Harmonies of #ECBC37
Complementary color
Monochromatic Colors of #ECBC37
Black with #ECBC37
Text Example
Text Example
White with #ECBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC37; }
p { color: rgb(236,188,55); }
H1.HeaderClassName
{
color: #ECBC37;
}
.AnyTagClassName
{
color: #ECBC37;
}
</style>
background-color css
<style>
a { background-color: #ECBC37; }
a { background-color: rgb(236,188,55); }
div.DivClassName
{
background-color: #ECBC37;
}
.BgClassName
{
background-color: #ECBC37;
}
</style>
border-color css
<style>
span { border-color: #ECBC37; }
span { border-color: rgb(236,188,55); }
td.TdClassName
{
border-color: #ECBC37;
}
.TagClassName
{
border-color: #ECBC37;
}
</style>