Shades of Bright Sun #ECC42D
Tints of Bright Sun #ECC42D
RGB
CMYK
RGB Variations
Color information
#ECC42D (or 0xECC42D) is known color: Bright Sun. HEX triplet: EC, C4 and 2D. RGB value is (236,196,45). Sum of RGB (Red+Green+Blue) = 236+196+45=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC42D is #133BD2. Grayscale: #BFBFBF. Windows color (decimal): -1260499 or 2999532. OLE color: 2999532.
HSL color Cylindrical-coordinate representation of color #ECC42D: hue angle of 47.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECC42D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 45 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.07 |
| HSL | 47.43º | 0.83% | 0.55% | - |
| HSV(B) | 47.43º | 0.81% | 0.93% | - |
| XYZ | 54.81 | 57.5 | 10.69 | - |
| YUV | 190.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 45 | 0 | 0.17 | 0.81 | 0.07 | 47.43 | 0.83 | 0.55 |
| Hex | EC | C4 | 2D | 0 | 11 | 51 | 7 | 2F | 53 | 37 |
| Octal | 354 | 304 | 55 | 0 | 21 | 121 | 7 | 57 | 123 | 67 |
| Binary | 11101100 | 11000100 | 101101 | 0 | 10001 | 1010001 | 111 | 101111 | 1010011 | 110111 |
Color Harmonies of #ECC42D
Complementary color
Monochromatic Colors of #ECC42D
Black with #ECC42D
Text Example
Text Example
White with #ECC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC42D; }
p { color: rgb(236,196,45); }
H1.HeaderClassName
{
color: #ECC42D;
}
.AnyTagClassName
{
color: #ECC42D;
}
</style>
background-color css
<style>
a { background-color: #ECC42D; }
a { background-color: rgb(236,196,45); }
div.DivClassName
{
background-color: #ECC42D;
}
.BgClassName
{
background-color: #ECC42D;
}
</style>
border-color css
<style>
span { border-color: #ECC42D; }
span { border-color: rgb(236,196,45); }
td.TdClassName
{
border-color: #ECC42D;
}
.TagClassName
{
border-color: #ECC42D;
}
</style>