Shades of Bright Sun #ECBC31
Tints of Bright Sun #ECBC31
RGB
CMYK
RGB Variations
Color information
#ECBC31 (or 0xECBC31) is known color: Bright Sun. HEX triplet: EC, BC and 31. RGB value is (236,188,49). Sum of RGB (Red+Green+Blue) = 236+188+49=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC31 is #1343CE. Grayscale: #BBBBBB. Windows color (decimal): -1262543 or 3259628. OLE color: 3259628.
HSL color Cylindrical-coordinate representation of color #ECBC31: hue angle of 44.6º 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 #ECBC31 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 49 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.07 |
| HSL | 44.6º | 0.83% | 0.56% | - |
| HSV(B) | 44.6º | 0.79% | 0.93% | - |
| XYZ | 53.13 | 54.02 | 10.53 | - |
| YUV | 186.51 | 50.4 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 49 | 0 | 0.20 | 0.79 | 0.07 | 44.6 | 0.83 | 0.56 |
| Hex | EC | BC | 31 | 0 | 14 | 4F | 7 | 2D | 53 | 38 |
| Octal | 354 | 274 | 61 | 0 | 24 | 117 | 7 | 55 | 123 | 70 |
| Binary | 11101100 | 10111100 | 110001 | 0 | 10100 | 1001111 | 111 | 101101 | 1010011 | 111000 |
Color Harmonies of #ECBC31
Complementary color
Monochromatic Colors of #ECBC31
Black with #ECBC31
Text Example
Text Example
White with #ECBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC31; }
p { color: rgb(236,188,49); }
H1.HeaderClassName
{
color: #ECBC31;
}
.AnyTagClassName
{
color: #ECBC31;
}
</style>
background-color css
<style>
a { background-color: #ECBC31; }
a { background-color: rgb(236,188,49); }
div.DivClassName
{
background-color: #ECBC31;
}
.BgClassName
{
background-color: #ECBC31;
}
</style>
border-color css
<style>
span { border-color: #ECBC31; }
span { border-color: rgb(236,188,49); }
td.TdClassName
{
border-color: #ECBC31;
}
.TagClassName
{
border-color: #ECBC31;
}
</style>