Shades of Bright Sun #ECC42F
Tints of Bright Sun #ECC42F
RGB
CMYK
RGB Variations
Color information
#ECC42F (or 0xECC42F) is known color: Bright Sun. HEX triplet: EC, C4 and 2F. RGB value is (236,196,47). Sum of RGB (Red+Green+Blue) = 236+196+47=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC42F is #133BD0. Grayscale: #BFBFBF. Windows color (decimal): -1260497 or 3130604. OLE color: 3130604.
HSL color Cylindrical-coordinate representation of color #ECC42F: hue angle of 47.3º 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 #ECC42F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 47 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.07 |
| HSL | 47.3º | 0.83% | 0.55% | - |
| HSV(B) | 47.3º | 0.8% | 0.93% | - |
| XYZ | 54.85 | 57.52 | 10.9 | - |
| YUV | 190.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 47 | 0 | 0.17 | 0.80 | 0.07 | 47.3 | 0.83 | 0.55 |
| Hex | EC | C4 | 2F | 0 | 11 | 50 | 7 | 2F | 53 | 37 |
| Octal | 354 | 304 | 57 | 0 | 21 | 120 | 7 | 57 | 123 | 67 |
| Binary | 11101100 | 11000100 | 101111 | 0 | 10001 | 1010000 | 111 | 101111 | 1010011 | 110111 |
Color Harmonies of #ECC42F
Complementary color
Monochromatic Colors of #ECC42F
Black with #ECC42F
Text Example
Text Example
White with #ECC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC42F; }
p { color: rgb(236,196,47); }
H1.HeaderClassName
{
color: #ECC42F;
}
.AnyTagClassName
{
color: #ECC42F;
}
</style>
background-color css
<style>
a { background-color: #ECC42F; }
a { background-color: rgb(236,196,47); }
div.DivClassName
{
background-color: #ECC42F;
}
.BgClassName
{
background-color: #ECC42F;
}
</style>
border-color css
<style>
span { border-color: #ECC42F; }
span { border-color: rgb(236,196,47); }
td.TdClassName
{
border-color: #ECC42F;
}
.TagClassName
{
border-color: #ECC42F;
}
</style>