Shades of Bright Sun #ECBC2F
Tints of Bright Sun #ECBC2F
RGB
CMYK
RGB Variations
Color information
#ECBC2F (or 0xECBC2F) is known color: Bright Sun. HEX triplet: EC, BC and 2F. RGB value is (236,188,47). Sum of RGB (Red+Green+Blue) = 236+188+47=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC2F is #1343D0. Grayscale: #BABABA. Windows color (decimal): -1262545 or 3128556. OLE color: 3128556.
HSL color Cylindrical-coordinate representation of color #ECBC2F: hue angle of 44.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECBC2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 47 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.07 |
| HSL | 44.76º | 0.83% | 0.55% | - |
| HSV(B) | 44.76º | 0.8% | 0.93% | - |
| XYZ | 53.09 | 54 | 10.32 | - |
| YUV | 186.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 47 | 0 | 0.20 | 0.80 | 0.07 | 44.76 | 0.83 | 0.55 |
| Hex | EC | BC | 2F | 0 | 14 | 50 | 7 | 2D | 53 | 37 |
| Octal | 354 | 274 | 57 | 0 | 24 | 120 | 7 | 55 | 123 | 67 |
| Binary | 11101100 | 10111100 | 101111 | 0 | 10100 | 1010000 | 111 | 101101 | 1010011 | 110111 |
Color Harmonies of #ECBC2F
Complementary color
Monochromatic Colors of #ECBC2F
Black with #ECBC2F
Text Example
Text Example
White with #ECBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC2F; }
p { color: rgb(236,188,47); }
H1.HeaderClassName
{
color: #ECBC2F;
}
.AnyTagClassName
{
color: #ECBC2F;
}
</style>
background-color css
<style>
a { background-color: #ECBC2F; }
a { background-color: rgb(236,188,47); }
div.DivClassName
{
background-color: #ECBC2F;
}
.BgClassName
{
background-color: #ECBC2F;
}
</style>
border-color css
<style>
span { border-color: #ECBC2F; }
span { border-color: rgb(236,188,47); }
td.TdClassName
{
border-color: #ECBC2F;
}
.TagClassName
{
border-color: #ECBC2F;
}
</style>