Shades of Bright Sun #ECBA31
Tints of Bright Sun #ECBA31
RGB
CMYK
RGB Variations
Color information
#ECBA31 (or 0xECBA31) is known color: Bright Sun. HEX triplet: EC, BA and 31. RGB value is (236,186,49). Sum of RGB (Red+Green+Blue) = 236+186+49=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA31 is #1345CE. Grayscale: #B9B9B9. Windows color (decimal): -1263055 or 3259116. OLE color: 3259116.
HSL color Cylindrical-coordinate representation of color #ECBA31: hue angle of 43.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECBA31 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 49 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.07 |
| HSL | 43.96º | 0.83% | 0.56% | - |
| HSV(B) | 43.96º | 0.79% | 0.93% | - |
| XYZ | 52.71 | 53.17 | 10.39 | - |
| YUV | 185.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 49 | 0 | 0.21 | 0.79 | 0.07 | 43.96 | 0.83 | 0.56 |
| Hex | EC | BA | 31 | 0 | 15 | 4F | 7 | 2C | 53 | 38 |
| Octal | 354 | 272 | 61 | 0 | 25 | 117 | 7 | 54 | 123 | 70 |
| Binary | 11101100 | 10111010 | 110001 | 0 | 10101 | 1001111 | 111 | 101100 | 1010011 | 111000 |
Color Harmonies of #ECBA31
Complementary color
Monochromatic Colors of #ECBA31
Black with #ECBA31
Text Example
Text Example
White with #ECBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA31; }
p { color: rgb(236,186,49); }
H1.HeaderClassName
{
color: #ECBA31;
}
.AnyTagClassName
{
color: #ECBA31;
}
</style>
background-color css
<style>
a { background-color: #ECBA31; }
a { background-color: rgb(236,186,49); }
div.DivClassName
{
background-color: #ECBA31;
}
.BgClassName
{
background-color: #ECBA31;
}
</style>
border-color css
<style>
span { border-color: #ECBA31; }
span { border-color: rgb(236,186,49); }
td.TdClassName
{
border-color: #ECBA31;
}
.TagClassName
{
border-color: #ECBA31;
}
</style>