Shades of Bright Sun #ECBC34
Tints of Bright Sun #ECBC34
RGB
CMYK
RGB Variations
Color information
#ECBC34 (or 0xECBC34) is known color: Bright Sun. HEX triplet: EC, BC and 34. RGB value is (236,188,52). Sum of RGB (Red+Green+Blue) = 236+188+52=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC34 is #1343CB. Grayscale: #BBBBBB. Windows color (decimal): -1262540 or 3456236. OLE color: 3456236.
HSL color Cylindrical-coordinate representation of color #ECBC34: hue angle of 44.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECBC34 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 52 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.07 |
| HSL | 44.35º | 0.83% | 0.56% | - |
| HSV(B) | 44.35º | 0.78% | 0.93% | - |
| XYZ | 53.2 | 54.05 | 10.88 | - |
| YUV | 186.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 52 | 0 | 0.20 | 0.78 | 0.07 | 44.35 | 0.83 | 0.56 |
| Hex | EC | BC | 34 | 0 | 14 | 4E | 7 | 2C | 53 | 38 |
| Octal | 354 | 274 | 64 | 0 | 24 | 116 | 7 | 54 | 123 | 70 |
| Binary | 11101100 | 10111100 | 110100 | 0 | 10100 | 1001110 | 111 | 101100 | 1010011 | 111000 |
Color Harmonies of #ECBC34
Complementary color
Monochromatic Colors of #ECBC34
Black with #ECBC34
Text Example
Text Example
White with #ECBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC34; }
p { color: rgb(236,188,52); }
H1.HeaderClassName
{
color: #ECBC34;
}
.AnyTagClassName
{
color: #ECBC34;
}
</style>
background-color css
<style>
a { background-color: #ECBC34; }
a { background-color: rgb(236,188,52); }
div.DivClassName
{
background-color: #ECBC34;
}
.BgClassName
{
background-color: #ECBC34;
}
</style>
border-color css
<style>
span { border-color: #ECBC34; }
span { border-color: rgb(236,188,52); }
td.TdClassName
{
border-color: #ECBC34;
}
.TagClassName
{
border-color: #ECBC34;
}
</style>