Shades of Bright Sun #ECBC2A
Tints of Bright Sun #ECBC2A
RGB
CMYK
RGB Variations
Color information
#ECBC2A (or 0xECBC2A) is known color: Bright Sun. HEX triplet: EC, BC and 2A. RGB value is (236,188,42). Sum of RGB (Red+Green+Blue) = 236+188+42=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC2A is #1343D5. Grayscale: #BABABA. Windows color (decimal): -1262550 or 2800876. OLE color: 2800876.
HSL color Cylindrical-coordinate representation of color #ECBC2A: hue angle of 45.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECBC2A is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 42 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.07 |
| HSL | 45.15º | 0.84% | 0.55% | - |
| HSV(B) | 45.15º | 0.82% | 0.93% | - |
| XYZ | 52.99 | 53.97 | 9.81 | - |
| YUV | 185.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 42 | 0 | 0.20 | 0.82 | 0.07 | 45.15 | 0.84 | 0.55 |
| Hex | EC | BC | 2A | 0 | 14 | 52 | 7 | 2D | 54 | 37 |
| Octal | 354 | 274 | 52 | 0 | 24 | 122 | 7 | 55 | 124 | 67 |
| Binary | 11101100 | 10111100 | 101010 | 0 | 10100 | 1010010 | 111 | 101101 | 1010100 | 110111 |
Color Harmonies of #ECBC2A
Complementary color
Monochromatic Colors of #ECBC2A
Black with #ECBC2A
Text Example
Text Example
White with #ECBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC2A; }
p { color: rgb(236,188,42); }
H1.HeaderClassName
{
color: #ECBC2A;
}
.AnyTagClassName
{
color: #ECBC2A;
}
</style>
background-color css
<style>
a { background-color: #ECBC2A; }
a { background-color: rgb(236,188,42); }
div.DivClassName
{
background-color: #ECBC2A;
}
.BgClassName
{
background-color: #ECBC2A;
}
</style>
border-color css
<style>
span { border-color: #ECBC2A; }
span { border-color: rgb(236,188,42); }
td.TdClassName
{
border-color: #ECBC2A;
}
.TagClassName
{
border-color: #ECBC2A;
}
</style>