Shades of Bright Sun #ECBA3A
Tints of Bright Sun #ECBA3A
RGB
CMYK
RGB Variations
Color information
#ECBA3A (or 0xECBA3A) is known color: Bright Sun. HEX triplet: EC, BA and 3A. RGB value is (236,186,58). Sum of RGB (Red+Green+Blue) = 236+186+58=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA3A is #1345C5. Grayscale: #BABABA. Windows color (decimal): -1263046 or 3848940. OLE color: 3848940.
HSL color Cylindrical-coordinate representation of color #ECBA3A: hue angle of 43.15º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECBA3A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 58 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.07 |
| HSL | 43.15º | 0.82% | 0.58% | - |
| HSV(B) | 43.15º | 0.75% | 0.93% | - |
| XYZ | 52.91 | 53.26 | 11.49 | - |
| YUV | 186.36 | 55.57 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 58 | 0 | 0.21 | 0.75 | 0.07 | 43.15 | 0.82 | 0.58 |
| Hex | EC | BA | 3A | 0 | 15 | 4B | 7 | 2B | 52 | 3A |
| Octal | 354 | 272 | 72 | 0 | 25 | 113 | 7 | 53 | 122 | 72 |
| Binary | 11101100 | 10111010 | 111010 | 0 | 10101 | 1001011 | 111 | 101011 | 1010010 | 111010 |
Color Harmonies of #ECBA3A
Complementary color
Monochromatic Colors of #ECBA3A
Black with #ECBA3A
Text Example
Text Example
White with #ECBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA3A; }
p { color: rgb(236,186,58); }
H1.HeaderClassName
{
color: #ECBA3A;
}
.AnyTagClassName
{
color: #ECBA3A;
}
</style>
background-color css
<style>
a { background-color: #ECBA3A; }
a { background-color: rgb(236,186,58); }
div.DivClassName
{
background-color: #ECBA3A;
}
.BgClassName
{
background-color: #ECBA3A;
}
</style>
border-color css
<style>
span { border-color: #ECBA3A; }
span { border-color: rgb(236,186,58); }
td.TdClassName
{
border-color: #ECBA3A;
}
.TagClassName
{
border-color: #ECBA3A;
}
</style>