Shades of Bright Sun #ECBC24
Tints of Bright Sun #ECBC24
RGB
CMYK
RGB Variations
Color information
#ECBC24 (or 0xECBC24) is known color: Bright Sun. HEX triplet: EC, BC and 24. RGB value is (236,188,36). Sum of RGB (Red+Green+Blue) = 236+188+36=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC24 is #1343DB. Grayscale: #B9B9B9. Windows color (decimal): -1262556 or 2407660. OLE color: 2407660.
HSL color Cylindrical-coordinate representation of color #ECBC24: hue angle of 45.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECBC24 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 36 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.07 |
| HSL | 45.6º | 0.84% | 0.53% | - |
| HSV(B) | 45.6º | 0.85% | 0.93% | - |
| XYZ | 52.89 | 53.93 | 9.29 | - |
| YUV | 185.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 36 | 0 | 0.20 | 0.85 | 0.07 | 45.6 | 0.84 | 0.53 |
| Hex | EC | BC | 24 | 0 | 14 | 55 | 7 | 2E | 54 | 35 |
| Octal | 354 | 274 | 44 | 0 | 24 | 125 | 7 | 56 | 124 | 65 |
| Binary | 11101100 | 10111100 | 100100 | 0 | 10100 | 1010101 | 111 | 101110 | 1010100 | 110101 |
Color Harmonies of #ECBC24
Complementary color
Monochromatic Colors of #ECBC24
Black with #ECBC24
Text Example
Text Example
White with #ECBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC24; }
p { color: rgb(236,188,36); }
H1.HeaderClassName
{
color: #ECBC24;
}
.AnyTagClassName
{
color: #ECBC24;
}
</style>
background-color css
<style>
a { background-color: #ECBC24; }
a { background-color: rgb(236,188,36); }
div.DivClassName
{
background-color: #ECBC24;
}
.BgClassName
{
background-color: #ECBC24;
}
</style>
border-color css
<style>
span { border-color: #ECBC24; }
span { border-color: rgb(236,188,36); }
td.TdClassName
{
border-color: #ECBC24;
}
.TagClassName
{
border-color: #ECBC24;
}
</style>