Shades of Bright Sun #ECBA24
Tints of Bright Sun #ECBA24
RGB
CMYK
RGB Variations
Color information
#ECBA24 (or 0xECBA24) is known color: Bright Sun. HEX triplet: EC, BA and 24. RGB value is (236,186,36). Sum of RGB (Red+Green+Blue) = 236+186+36=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA24 is #1345DB. Grayscale: #B8B8B8. Windows color (decimal): -1263068 or 2407148. OLE color: 2407148.
HSL color Cylindrical-coordinate representation of color #ECBA24: hue angle of 45º 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 #ECBA24 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 36 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.07 |
| HSL | 45º | 0.84% | 0.53% | - |
| HSV(B) | 45º | 0.85% | 0.93% | - |
| XYZ | 52.47 | 53.08 | 9.15 | - |
| YUV | 183.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 36 | 0 | 0.21 | 0.85 | 0.07 | 45 | 0.84 | 0.53 |
| Hex | EC | BA | 24 | 0 | 15 | 55 | 7 | 2D | 54 | 35 |
| Octal | 354 | 272 | 44 | 0 | 25 | 125 | 7 | 55 | 124 | 65 |
| Binary | 11101100 | 10111010 | 100100 | 0 | 10101 | 1010101 | 111 | 101101 | 1010100 | 110101 |
Color Harmonies of #ECBA24
Complementary color
Monochromatic Colors of #ECBA24
Black with #ECBA24
Text Example
Text Example
White with #ECBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA24; }
p { color: rgb(236,186,36); }
H1.HeaderClassName
{
color: #ECBA24;
}
.AnyTagClassName
{
color: #ECBA24;
}
</style>
background-color css
<style>
a { background-color: #ECBA24; }
a { background-color: rgb(236,186,36); }
div.DivClassName
{
background-color: #ECBA24;
}
.BgClassName
{
background-color: #ECBA24;
}
</style>
border-color css
<style>
span { border-color: #ECBA24; }
span { border-color: rgb(236,186,36); }
td.TdClassName
{
border-color: #ECBA24;
}
.TagClassName
{
border-color: #ECBA24;
}
</style>