Shades of Bright Sun #ECBC3D
Tints of Bright Sun #ECBC3D
RGB
CMYK
RGB Variations
Color information
#ECBC3D (or 0xECBC3D) is known color: Bright Sun. HEX triplet: EC, BC and 3D. RGB value is (236,188,61). Sum of RGB (Red+Green+Blue) = 236+188+61=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC3D is #1343C2. Grayscale: #BCBCBC. Windows color (decimal): -1262531 or 4046060. OLE color: 4046060.
HSL color Cylindrical-coordinate representation of color #ECBC3D: hue angle of 43.54º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECBC3D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 61 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.07 |
| HSL | 43.54º | 0.82% | 0.58% | - |
| HSV(B) | 43.54º | 0.74% | 0.93% | - |
| XYZ | 53.42 | 54.14 | 12.05 | - |
| YUV | 187.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 61 | 0 | 0.20 | 0.74 | 0.07 | 43.54 | 0.82 | 0.58 |
| Hex | EC | BC | 3D | 0 | 14 | 4A | 7 | 2C | 52 | 3A |
| Octal | 354 | 274 | 75 | 0 | 24 | 112 | 7 | 54 | 122 | 72 |
| Binary | 11101100 | 10111100 | 111101 | 0 | 10100 | 1001010 | 111 | 101100 | 1010010 | 111010 |
Color Harmonies of #ECBC3D
Complementary color
Monochromatic Colors of #ECBC3D
Black with #ECBC3D
Text Example
Text Example
White with #ECBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC3D; }
p { color: rgb(236,188,61); }
H1.HeaderClassName
{
color: #ECBC3D;
}
.AnyTagClassName
{
color: #ECBC3D;
}
</style>
background-color css
<style>
a { background-color: #ECBC3D; }
a { background-color: rgb(236,188,61); }
div.DivClassName
{
background-color: #ECBC3D;
}
.BgClassName
{
background-color: #ECBC3D;
}
</style>
border-color css
<style>
span { border-color: #ECBC3D; }
span { border-color: rgb(236,188,61); }
td.TdClassName
{
border-color: #ECBC3D;
}
.TagClassName
{
border-color: #ECBC3D;
}
</style>