Shades of Bright Sun #ECC036
Tints of Bright Sun #ECC036
RGB
CMYK
RGB Variations
Color information
#ECC036 (or 0xECC036) is known color: Bright Sun. HEX triplet: EC, C0 and 36. RGB value is (236,192,54). Sum of RGB (Red+Green+Blue) = 236+192+54=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC036 is #133FC9. Grayscale: #BEBEBE. Windows color (decimal): -1261514 or 3588332. OLE color: 3588332.
HSL color Cylindrical-coordinate representation of color #ECC036: hue angle of 45.49º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECC036 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 54 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.07 |
| HSL | 45.49º | 0.83% | 0.57% | - |
| HSV(B) | 45.49º | 0.77% | 0.93% | - |
| XYZ | 54.11 | 55.8 | 11.41 | - |
| YUV | 189.42 | 51.58 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 54 | 0 | 0.19 | 0.77 | 0.07 | 45.49 | 0.83 | 0.57 |
| Hex | EC | C0 | 36 | 0 | 13 | 4D | 7 | 2D | 53 | 39 |
| Octal | 354 | 300 | 66 | 0 | 23 | 115 | 7 | 55 | 123 | 71 |
| Binary | 11101100 | 11000000 | 110110 | 0 | 10011 | 1001101 | 111 | 101101 | 1010011 | 111001 |
Color Harmonies of #ECC036
Complementary color
Monochromatic Colors of #ECC036
Black with #ECC036
Text Example
Text Example
White with #ECC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC036; }
p { color: rgb(236,192,54); }
H1.HeaderClassName
{
color: #ECC036;
}
.AnyTagClassName
{
color: #ECC036;
}
</style>
background-color css
<style>
a { background-color: #ECC036; }
a { background-color: rgb(236,192,54); }
div.DivClassName
{
background-color: #ECC036;
}
.BgClassName
{
background-color: #ECC036;
}
</style>
border-color css
<style>
span { border-color: #ECC036; }
span { border-color: rgb(236,192,54); }
td.TdClassName
{
border-color: #ECC036;
}
.TagClassName
{
border-color: #ECC036;
}
</style>