Shades of Bright Sun #ECBC2E
Tints of Bright Sun #ECBC2E
RGB
CMYK
RGB Variations
Color information
#ECBC2E (or 0xECBC2E) is known color: Bright Sun. HEX triplet: EC, BC and 2E. RGB value is (236,188,46). Sum of RGB (Red+Green+Blue) = 236+188+46=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC2E is #1343D1. Grayscale: #BABABA. Windows color (decimal): -1262546 or 3063020. OLE color: 3063020.
HSL color Cylindrical-coordinate representation of color #ECBC2E: hue angle of 44.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECBC2E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.07 |
| HSL | 44.84º | 0.83% | 0.55% | - |
| HSV(B) | 44.84º | 0.81% | 0.93% | - |
| XYZ | 53.07 | 54 | 10.21 | - |
| YUV | 186.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 46 | 0 | 0.20 | 0.81 | 0.07 | 44.84 | 0.83 | 0.55 |
| Hex | EC | BC | 2E | 0 | 14 | 51 | 7 | 2D | 53 | 37 |
| Octal | 354 | 274 | 56 | 0 | 24 | 121 | 7 | 55 | 123 | 67 |
| Binary | 11101100 | 10111100 | 101110 | 0 | 10100 | 1010001 | 111 | 101101 | 1010011 | 110111 |
Color Harmonies of #ECBC2E
Complementary color
Monochromatic Colors of #ECBC2E
Black with #ECBC2E
Text Example
Text Example
White with #ECBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC2E; }
p { color: rgb(236,188,46); }
H1.HeaderClassName
{
color: #ECBC2E;
}
.AnyTagClassName
{
color: #ECBC2E;
}
</style>
background-color css
<style>
a { background-color: #ECBC2E; }
a { background-color: rgb(236,188,46); }
div.DivClassName
{
background-color: #ECBC2E;
}
.BgClassName
{
background-color: #ECBC2E;
}
</style>
border-color css
<style>
span { border-color: #ECBC2E; }
span { border-color: rgb(236,188,46); }
td.TdClassName
{
border-color: #ECBC2E;
}
.TagClassName
{
border-color: #ECBC2E;
}
</style>