Shades of Bright Sun #ECBC26
Tints of Bright Sun #ECBC26
RGB
CMYK
RGB Variations
Color information
#ECBC26 (or 0xECBC26) is known color: Bright Sun. HEX triplet: EC, BC and 26. RGB value is (236,188,38). Sum of RGB (Red+Green+Blue) = 236+188+38=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC26 is #1343D9. Grayscale: #B9B9B9. Windows color (decimal): -1262554 or 2538732. OLE color: 2538732.
HSL color Cylindrical-coordinate representation of color #ECBC26: hue angle of 45.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECBC26 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 38 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.07 |
| HSL | 45.45º | 0.84% | 0.54% | - |
| HSV(B) | 45.45º | 0.84% | 0.93% | - |
| XYZ | 52.93 | 53.94 | 9.46 | - |
| YUV | 185.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 38 | 0 | 0.20 | 0.84 | 0.07 | 45.45 | 0.84 | 0.54 |
| Hex | EC | BC | 26 | 0 | 14 | 54 | 7 | 2D | 54 | 36 |
| Octal | 354 | 274 | 46 | 0 | 24 | 124 | 7 | 55 | 124 | 66 |
| Binary | 11101100 | 10111100 | 100110 | 0 | 10100 | 1010100 | 111 | 101101 | 1010100 | 110110 |
Color Harmonies of #ECBC26
Complementary color
Monochromatic Colors of #ECBC26
Black with #ECBC26
Text Example
Text Example
White with #ECBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC26; }
p { color: rgb(236,188,38); }
H1.HeaderClassName
{
color: #ECBC26;
}
.AnyTagClassName
{
color: #ECBC26;
}
</style>
background-color css
<style>
a { background-color: #ECBC26; }
a { background-color: rgb(236,188,38); }
div.DivClassName
{
background-color: #ECBC26;
}
.BgClassName
{
background-color: #ECBC26;
}
</style>
border-color css
<style>
span { border-color: #ECBC26; }
span { border-color: rgb(236,188,38); }
td.TdClassName
{
border-color: #ECBC26;
}
.TagClassName
{
border-color: #ECBC26;
}
</style>