Shades of Bright Sun #ECBA25
Tints of Bright Sun #ECBA25
RGB
CMYK
RGB Variations
Color information
#ECBA25 (or 0xECBA25) is known color: Bright Sun. HEX triplet: EC, BA and 25. RGB value is (236,186,37). Sum of RGB (Red+Green+Blue) = 236+186+37=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA25 is #1345DA. Grayscale: #B8B8B8. Windows color (decimal): -1263067 or 2472684. OLE color: 2472684.
HSL color Cylindrical-coordinate representation of color #ECBA25: hue angle of 44.92º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECBA25 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 37 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.07 |
| HSL | 44.92º | 0.84% | 0.54% | - |
| HSV(B) | 44.92º | 0.84% | 0.93% | - |
| XYZ | 52.48 | 53.08 | 9.23 | - |
| YUV | 183.96 | 45.07 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 37 | 0 | 0.21 | 0.84 | 0.07 | 44.92 | 0.84 | 0.54 |
| Hex | EC | BA | 25 | 0 | 15 | 54 | 7 | 2D | 54 | 36 |
| Octal | 354 | 272 | 45 | 0 | 25 | 124 | 7 | 55 | 124 | 66 |
| Binary | 11101100 | 10111010 | 100101 | 0 | 10101 | 1010100 | 111 | 101101 | 1010100 | 110110 |
Color Harmonies of #ECBA25
Complementary color
Monochromatic Colors of #ECBA25
Black with #ECBA25
Text Example
Text Example
White with #ECBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA25; }
p { color: rgb(236,186,37); }
H1.HeaderClassName
{
color: #ECBA25;
}
.AnyTagClassName
{
color: #ECBA25;
}
</style>
background-color css
<style>
a { background-color: #ECBA25; }
a { background-color: rgb(236,186,37); }
div.DivClassName
{
background-color: #ECBA25;
}
.BgClassName
{
background-color: #ECBA25;
}
</style>
border-color css
<style>
span { border-color: #ECBA25; }
span { border-color: rgb(236,186,37); }
td.TdClassName
{
border-color: #ECBA25;
}
.TagClassName
{
border-color: #ECBA25;
}
</style>