Shades of Bright Sun #ECBC25
Tints of Bright Sun #ECBC25
RGB
CMYK
RGB Variations
Color information
#ECBC25 (or 0xECBC25) is known color: Bright Sun. HEX triplet: EC, BC and 25. RGB value is (236,188,37). Sum of RGB (Red+Green+Blue) = 236+188+37=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC25 is #1343DA. Grayscale: #B9B9B9. Windows color (decimal): -1262555 or 2473196. OLE color: 2473196.
HSL color Cylindrical-coordinate representation of color #ECBC25: hue angle of 45.53º 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 #ECBC25 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 37 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.07 |
| HSL | 45.53º | 0.84% | 0.54% | - |
| HSV(B) | 45.53º | 0.84% | 0.93% | - |
| XYZ | 52.91 | 53.93 | 9.37 | - |
| YUV | 185.14 | 44.4 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 37 | 0 | 0.20 | 0.84 | 0.07 | 45.53 | 0.84 | 0.54 |
| Hex | EC | BC | 25 | 0 | 14 | 54 | 7 | 2E | 54 | 36 |
| Octal | 354 | 274 | 45 | 0 | 24 | 124 | 7 | 56 | 124 | 66 |
| Binary | 11101100 | 10111100 | 100101 | 0 | 10100 | 1010100 | 111 | 101110 | 1010100 | 110110 |
Color Harmonies of #ECBC25
Complementary color
Monochromatic Colors of #ECBC25
Black with #ECBC25
Text Example
Text Example
White with #ECBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC25; }
p { color: rgb(236,188,37); }
H1.HeaderClassName
{
color: #ECBC25;
}
.AnyTagClassName
{
color: #ECBC25;
}
</style>
background-color css
<style>
a { background-color: #ECBC25; }
a { background-color: rgb(236,188,37); }
div.DivClassName
{
background-color: #ECBC25;
}
.BgClassName
{
background-color: #ECBC25;
}
</style>
border-color css
<style>
span { border-color: #ECBC25; }
span { border-color: rgb(236,188,37); }
td.TdClassName
{
border-color: #ECBC25;
}
.TagClassName
{
border-color: #ECBC25;
}
</style>