Shades of Bright Sun #ECBC36
Tints of Bright Sun #ECBC36
RGB
CMYK
RGB Variations
Color information
#ECBC36 (or 0xECBC36) is known color: Bright Sun. HEX triplet: EC, BC and 36. RGB value is (236,188,54). Sum of RGB (Red+Green+Blue) = 236+188+54=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC36 is #1343C9. Grayscale: #BBBBBB. Windows color (decimal): -1262538 or 3587308. OLE color: 3587308.
HSL color Cylindrical-coordinate representation of color #ECBC36: hue angle of 44.18º 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 #ECBC36 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 54 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.07 |
| HSL | 44.18º | 0.83% | 0.57% | - |
| HSV(B) | 44.18º | 0.77% | 0.93% | - |
| XYZ | 53.24 | 54.07 | 11.12 | - |
| YUV | 187.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 54 | 0 | 0.20 | 0.77 | 0.07 | 44.18 | 0.83 | 0.57 |
| Hex | EC | BC | 36 | 0 | 14 | 4D | 7 | 2C | 53 | 39 |
| Octal | 354 | 274 | 66 | 0 | 24 | 115 | 7 | 54 | 123 | 71 |
| Binary | 11101100 | 10111100 | 110110 | 0 | 10100 | 1001101 | 111 | 101100 | 1010011 | 111001 |
Color Harmonies of #ECBC36
Complementary color
Monochromatic Colors of #ECBC36
Black with #ECBC36
Text Example
Text Example
White with #ECBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC36; }
p { color: rgb(236,188,54); }
H1.HeaderClassName
{
color: #ECBC36;
}
.AnyTagClassName
{
color: #ECBC36;
}
</style>
background-color css
<style>
a { background-color: #ECBC36; }
a { background-color: rgb(236,188,54); }
div.DivClassName
{
background-color: #ECBC36;
}
.BgClassName
{
background-color: #ECBC36;
}
</style>
border-color css
<style>
span { border-color: #ECBC36; }
span { border-color: rgb(236,188,54); }
td.TdClassName
{
border-color: #ECBC36;
}
.TagClassName
{
border-color: #ECBC36;
}
</style>