Shades of Bright Sun #ECC02D
Tints of Bright Sun #ECC02D
RGB
CMYK
RGB Variations
Color information
#ECC02D (or 0xECC02D) is known color: Bright Sun. HEX triplet: EC, C0 and 2D. RGB value is (236,192,45). Sum of RGB (Red+Green+Blue) = 236+192+45=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC02D is #133FD2. Grayscale: #BDBDBD. Windows color (decimal): -1261523 or 2998508. OLE color: 2998508.
HSL color Cylindrical-coordinate representation of color #ECC02D: hue angle of 46.18º 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 #ECC02D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 45 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.07 |
| HSL | 46.18º | 0.83% | 0.55% | - |
| HSV(B) | 46.18º | 0.81% | 0.93% | - |
| XYZ | 53.92 | 55.72 | 10.4 | - |
| YUV | 188.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 45 | 0 | 0.19 | 0.81 | 0.07 | 46.18 | 0.83 | 0.55 |
| Hex | EC | C0 | 2D | 0 | 13 | 51 | 7 | 2E | 53 | 37 |
| Octal | 354 | 300 | 55 | 0 | 23 | 121 | 7 | 56 | 123 | 67 |
| Binary | 11101100 | 11000000 | 101101 | 0 | 10011 | 1010001 | 111 | 101110 | 1010011 | 110111 |
Color Harmonies of #ECC02D
Complementary color
Monochromatic Colors of #ECC02D
Black with #ECC02D
Text Example
Text Example
White with #ECC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC02D; }
p { color: rgb(236,192,45); }
H1.HeaderClassName
{
color: #ECC02D;
}
.AnyTagClassName
{
color: #ECC02D;
}
</style>
background-color css
<style>
a { background-color: #ECC02D; }
a { background-color: rgb(236,192,45); }
div.DivClassName
{
background-color: #ECC02D;
}
.BgClassName
{
background-color: #ECC02D;
}
</style>
border-color css
<style>
span { border-color: #ECC02D; }
span { border-color: rgb(236,192,45); }
td.TdClassName
{
border-color: #ECC02D;
}
.TagClassName
{
border-color: #ECC02D;
}
</style>