Shades of Bright Sun #ECBB3A
Tints of Bright Sun #ECBB3A
RGB
CMYK
RGB Variations
Color information
#ECBB3A (or 0xECBB3A) is known color: Bright Sun. HEX triplet: EC, BB and 3A. RGB value is (236,187,58). Sum of RGB (Red+Green+Blue) = 236+187+58=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBB3A is #1344C5. Grayscale: #BBBBBB. Windows color (decimal): -1262790 or 3849196. OLE color: 3849196.
HSL color Cylindrical-coordinate representation of color #ECBB3A: hue angle of 43.48º 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 #ECBB3A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 58 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.07 |
| HSL | 43.48º | 0.82% | 0.58% | - |
| HSV(B) | 43.48º | 0.75% | 0.93% | - |
| XYZ | 53.13 | 53.68 | 11.56 | - |
| YUV | 186.95 | 55.23 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 58 | 0 | 0.21 | 0.75 | 0.07 | 43.48 | 0.82 | 0.58 |
| Hex | EC | BB | 3A | 0 | 15 | 4B | 7 | 2B | 52 | 3A |
| Octal | 354 | 273 | 72 | 0 | 25 | 113 | 7 | 53 | 122 | 72 |
| Binary | 11101100 | 10111011 | 111010 | 0 | 10101 | 1001011 | 111 | 101011 | 1010010 | 111010 |
Color Harmonies of #ECBB3A
Complementary color
Monochromatic Colors of #ECBB3A
Black with #ECBB3A
Text Example
Text Example
White with #ECBB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB3A; }
p { color: rgb(236,187,58); }
H1.HeaderClassName
{
color: #ECBB3A;
}
.AnyTagClassName
{
color: #ECBB3A;
}
</style>
background-color css
<style>
a { background-color: #ECBB3A; }
a { background-color: rgb(236,187,58); }
div.DivClassName
{
background-color: #ECBB3A;
}
.BgClassName
{
background-color: #ECBB3A;
}
</style>
border-color css
<style>
span { border-color: #ECBB3A; }
span { border-color: rgb(236,187,58); }
td.TdClassName
{
border-color: #ECBB3A;
}
.TagClassName
{
border-color: #ECBB3A;
}
</style>