Shades of Bright Sun #ECBA36
Tints of Bright Sun #ECBA36
RGB
CMYK
RGB Variations
Color information
#ECBA36 (or 0xECBA36) is known color: Bright Sun. HEX triplet: EC, BA and 36. RGB value is (236,186,54). Sum of RGB (Red+Green+Blue) = 236+186+54=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA36 is #1345C9. Grayscale: #BABABA. Windows color (decimal): -1263050 or 3586796. OLE color: 3586796.
HSL color Cylindrical-coordinate representation of color #ECBA36: hue angle of 43.52º 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 #ECBA36 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 54 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.07 |
| HSL | 43.52º | 0.83% | 0.57% | - |
| HSV(B) | 43.52º | 0.77% | 0.93% | - |
| XYZ | 52.82 | 53.22 | 10.98 | - |
| YUV | 185.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 54 | 0 | 0.21 | 0.77 | 0.07 | 43.52 | 0.83 | 0.57 |
| Hex | EC | BA | 36 | 0 | 15 | 4D | 7 | 2C | 53 | 39 |
| Octal | 354 | 272 | 66 | 0 | 25 | 115 | 7 | 54 | 123 | 71 |
| Binary | 11101100 | 10111010 | 110110 | 0 | 10101 | 1001101 | 111 | 101100 | 1010011 | 111001 |
Color Harmonies of #ECBA36
Complementary color
Monochromatic Colors of #ECBA36
Black with #ECBA36
Text Example
Text Example
White with #ECBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA36; }
p { color: rgb(236,186,54); }
H1.HeaderClassName
{
color: #ECBA36;
}
.AnyTagClassName
{
color: #ECBA36;
}
</style>
background-color css
<style>
a { background-color: #ECBA36; }
a { background-color: rgb(236,186,54); }
div.DivClassName
{
background-color: #ECBA36;
}
.BgClassName
{
background-color: #ECBA36;
}
</style>
border-color css
<style>
span { border-color: #ECBA36; }
span { border-color: rgb(236,186,54); }
td.TdClassName
{
border-color: #ECBA36;
}
.TagClassName
{
border-color: #ECBA36;
}
</style>