Shades of Bright Sun #EDC02C
Tints of Bright Sun #EDC02C
RGB
CMYK
RGB Variations
Color information
#EDC02C (or 0xEDC02C) is known color: Bright Sun. HEX triplet: ED, C0 and 2C. RGB value is (237,192,44). Sum of RGB (Red+Green+Blue) = 237+192+44=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC02C is #123FD3. Grayscale: #BDBDBD. Windows color (decimal): -1195988 or 2932973. OLE color: 2932973.
HSL color Cylindrical-coordinate representation of color #EDC02C: hue angle of 46.01º degrees, saturation: 0.84, 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 #EDC02C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 44 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.07 |
| HSL | 46.01º | 0.84% | 0.55% | - |
| HSV(B) | 46.01º | 0.81% | 0.93% | - |
| XYZ | 54.23 | 55.89 | 10.31 | - |
| YUV | 188.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 44 | 0 | 0.19 | 0.81 | 0.07 | 46.01 | 0.84 | 0.55 |
| Hex | ED | C0 | 2C | 0 | 13 | 51 | 7 | 2E | 54 | 37 |
| Octal | 355 | 300 | 54 | 0 | 23 | 121 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 11000000 | 101100 | 0 | 10011 | 1010001 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDC02C
Complementary color
Monochromatic Colors of #EDC02C
Black with #EDC02C
Text Example
Text Example
White with #EDC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC02C; }
p { color: rgb(237,192,44); }
H1.HeaderClassName
{
color: #EDC02C;
}
.AnyTagClassName
{
color: #EDC02C;
}
</style>
background-color css
<style>
a { background-color: #EDC02C; }
a { background-color: rgb(237,192,44); }
div.DivClassName
{
background-color: #EDC02C;
}
.BgClassName
{
background-color: #EDC02C;
}
</style>
border-color css
<style>
span { border-color: #EDC02C; }
span { border-color: rgb(237,192,44); }
td.TdClassName
{
border-color: #EDC02C;
}
.TagClassName
{
border-color: #EDC02C;
}
</style>