Shades of Bright Sun #ECC02F
Tints of Bright Sun #ECC02F
RGB
CMYK
RGB Variations
Color information
#ECC02F (or 0xECC02F) is known color: Bright Sun. HEX triplet: EC, C0 and 2F. RGB value is (236,192,47). Sum of RGB (Red+Green+Blue) = 236+192+47=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC02F is #133FD0. Grayscale: #BDBDBD. Windows color (decimal): -1261521 or 3129580. OLE color: 3129580.
HSL color Cylindrical-coordinate representation of color #ECC02F: hue angle of 46.03º 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 #ECC02F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 47 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.07 |
| HSL | 46.03º | 0.83% | 0.55% | - |
| HSV(B) | 46.03º | 0.8% | 0.93% | - |
| XYZ | 53.95 | 55.74 | 10.6 | - |
| YUV | 188.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 47 | 0 | 0.19 | 0.80 | 0.07 | 46.03 | 0.83 | 0.55 |
| Hex | EC | C0 | 2F | 0 | 13 | 50 | 7 | 2E | 53 | 37 |
| Octal | 354 | 300 | 57 | 0 | 23 | 120 | 7 | 56 | 123 | 67 |
| Binary | 11101100 | 11000000 | 101111 | 0 | 10011 | 1010000 | 111 | 101110 | 1010011 | 110111 |
Color Harmonies of #ECC02F
Complementary color
Monochromatic Colors of #ECC02F
Black with #ECC02F
Text Example
Text Example
White with #ECC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC02F; }
p { color: rgb(236,192,47); }
H1.HeaderClassName
{
color: #ECC02F;
}
.AnyTagClassName
{
color: #ECC02F;
}
</style>
background-color css
<style>
a { background-color: #ECC02F; }
a { background-color: rgb(236,192,47); }
div.DivClassName
{
background-color: #ECC02F;
}
.BgClassName
{
background-color: #ECC02F;
}
</style>
border-color css
<style>
span { border-color: #ECC02F; }
span { border-color: rgb(236,192,47); }
td.TdClassName
{
border-color: #ECC02F;
}
.TagClassName
{
border-color: #ECC02F;
}
</style>