Shades of Bright Sun #ECC02B
Tints of Bright Sun #ECC02B
RGB
CMYK
RGB Variations
Color information
#ECC02B (or 0xECC02B) is known color: Bright Sun. HEX triplet: EC, C0 and 2B. RGB value is (236,192,43). Sum of RGB (Red+Green+Blue) = 236+192+43=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC02B is #133FD4. Grayscale: #BCBCBC. Windows color (decimal): -1261525 or 2867436. OLE color: 2867436.
HSL color Cylindrical-coordinate representation of color #ECC02B: hue angle of 46.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECC02B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 43 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.07 |
| HSL | 46.32º | 0.84% | 0.55% | - |
| HSV(B) | 46.32º | 0.82% | 0.93% | - |
| XYZ | 53.88 | 55.71 | 10.2 | - |
| YUV | 188.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 43 | 0 | 0.19 | 0.82 | 0.07 | 46.32 | 0.84 | 0.55 |
| Hex | EC | C0 | 2B | 0 | 13 | 52 | 7 | 2E | 54 | 37 |
| Octal | 354 | 300 | 53 | 0 | 23 | 122 | 7 | 56 | 124 | 67 |
| Binary | 11101100 | 11000000 | 101011 | 0 | 10011 | 1010010 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #ECC02B
Complementary color
Monochromatic Colors of #ECC02B
Black with #ECC02B
Text Example
Text Example
White with #ECC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC02B; }
p { color: rgb(236,192,43); }
H1.HeaderClassName
{
color: #ECC02B;
}
.AnyTagClassName
{
color: #ECC02B;
}
</style>
background-color css
<style>
a { background-color: #ECC02B; }
a { background-color: rgb(236,192,43); }
div.DivClassName
{
background-color: #ECC02B;
}
.BgClassName
{
background-color: #ECC02B;
}
</style>
border-color css
<style>
span { border-color: #ECC02B; }
span { border-color: rgb(236,192,43); }
td.TdClassName
{
border-color: #ECC02B;
}
.TagClassName
{
border-color: #ECC02B;
}
</style>