Shades of Bright Sun #ECC42B
Tints of Bright Sun #ECC42B
RGB
CMYK
RGB Variations
Color information
#ECC42B (or 0xECC42B) is known color: Bright Sun. HEX triplet: EC, C4 and 2B. RGB value is (236,196,43). Sum of RGB (Red+Green+Blue) = 236+196+43=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC42B is #133BD4. Grayscale: #BFBFBF. Windows color (decimal): -1260501 or 2868460. OLE color: 2868460.
HSL color Cylindrical-coordinate representation of color #ECC42B: hue angle of 47.56º 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 #ECC42B is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 43 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.07 |
| HSL | 47.56º | 0.84% | 0.55% | - |
| HSV(B) | 47.56º | 0.82% | 0.93% | - |
| XYZ | 54.77 | 57.49 | 10.5 | - |
| YUV | 190.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 43 | 0 | 0.17 | 0.82 | 0.07 | 47.56 | 0.84 | 0.55 |
| Hex | EC | C4 | 2B | 0 | 11 | 52 | 7 | 30 | 54 | 37 |
| Octal | 354 | 304 | 53 | 0 | 21 | 122 | 7 | 60 | 124 | 67 |
| Binary | 11101100 | 11000100 | 101011 | 0 | 10001 | 1010010 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #ECC42B
Complementary color
Monochromatic Colors of #ECC42B
Black with #ECC42B
Text Example
Text Example
White with #ECC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC42B; }
p { color: rgb(236,196,43); }
H1.HeaderClassName
{
color: #ECC42B;
}
.AnyTagClassName
{
color: #ECC42B;
}
</style>
background-color css
<style>
a { background-color: #ECC42B; }
a { background-color: rgb(236,196,43); }
div.DivClassName
{
background-color: #ECC42B;
}
.BgClassName
{
background-color: #ECC42B;
}
</style>
border-color css
<style>
span { border-color: #ECC42B; }
span { border-color: rgb(236,196,43); }
td.TdClassName
{
border-color: #ECC42B;
}
.TagClassName
{
border-color: #ECC42B;
}
</style>