Shades of Bright Sun #ECBC3C
Tints of Bright Sun #ECBC3C
RGB
CMYK
RGB Variations
Color information
#ECBC3C (or 0xECBC3C) is known color: Bright Sun. HEX triplet: EC, BC and 3C. RGB value is (236,188,60). Sum of RGB (Red+Green+Blue) = 236+188+60=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC3C is #1343C3. Grayscale: #BCBCBC. Windows color (decimal): -1262532 or 3980524. OLE color: 3980524.
HSL color Cylindrical-coordinate representation of color #ECBC3C: hue angle of 43.64º 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 #ECBC3C is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 60 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.07 |
| HSL | 43.64º | 0.82% | 0.58% | - |
| HSV(B) | 43.64º | 0.75% | 0.93% | - |
| XYZ | 53.39 | 54.13 | 11.91 | - |
| YUV | 187.76 | 55.9 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 60 | 0 | 0.20 | 0.75 | 0.07 | 43.64 | 0.82 | 0.58 |
| Hex | EC | BC | 3C | 0 | 14 | 4B | 7 | 2C | 52 | 3A |
| Octal | 354 | 274 | 74 | 0 | 24 | 113 | 7 | 54 | 122 | 72 |
| Binary | 11101100 | 10111100 | 111100 | 0 | 10100 | 1001011 | 111 | 101100 | 1010010 | 111010 |
Color Harmonies of #ECBC3C
Complementary color
Monochromatic Colors of #ECBC3C
Black with #ECBC3C
Text Example
Text Example
White with #ECBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC3C; }
p { color: rgb(236,188,60); }
H1.HeaderClassName
{
color: #ECBC3C;
}
.AnyTagClassName
{
color: #ECBC3C;
}
</style>
background-color css
<style>
a { background-color: #ECBC3C; }
a { background-color: rgb(236,188,60); }
div.DivClassName
{
background-color: #ECBC3C;
}
.BgClassName
{
background-color: #ECBC3C;
}
</style>
border-color css
<style>
span { border-color: #ECBC3C; }
span { border-color: rgb(236,188,60); }
td.TdClassName
{
border-color: #ECBC3C;
}
.TagClassName
{
border-color: #ECBC3C;
}
</style>