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