Shades of Bright Sun #EDC02B
Tints of Bright Sun #EDC02B
RGB
CMYK
RGB Variations
Color information
#EDC02B (or 0xEDC02B) is known color: Bright Sun. HEX triplet: ED, C0 and 2B. RGB value is (237,192,43). Sum of RGB (Red+Green+Blue) = 237+192+43=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC02B is #123FD4. Grayscale: #BDBDBD. Windows color (decimal): -1195989 or 2867437. OLE color: 2867437.
HSL color Cylindrical-coordinate representation of color #EDC02B: hue angle of 46.08º 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 #EDC02B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 43 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.07 |
| HSL | 46.08º | 0.84% | 0.55% | - |
| HSV(B) | 46.08º | 0.82% | 0.93% | - |
| XYZ | 54.21 | 55.88 | 10.21 | - |
| YUV | 188.47 | 45.91 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 43 | 0 | 0.19 | 0.82 | 0.07 | 46.08 | 0.84 | 0.55 |
| Hex | ED | C0 | 2B | 0 | 13 | 52 | 7 | 2E | 54 | 37 |
| Octal | 355 | 300 | 53 | 0 | 23 | 122 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 11000000 | 101011 | 0 | 10011 | 1010010 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDC02B
Complementary color
Monochromatic Colors of #EDC02B
Black with #EDC02B
Text Example
Text Example
White with #EDC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC02B; }
p { color: rgb(237,192,43); }
H1.HeaderClassName
{
color: #EDC02B;
}
.AnyTagClassName
{
color: #EDC02B;
}
</style>
background-color css
<style>
a { background-color: #EDC02B; }
a { background-color: rgb(237,192,43); }
div.DivClassName
{
background-color: #EDC02B;
}
.BgClassName
{
background-color: #EDC02B;
}
</style>
border-color css
<style>
span { border-color: #EDC02B; }
span { border-color: rgb(237,192,43); }
td.TdClassName
{
border-color: #EDC02B;
}
.TagClassName
{
border-color: #EDC02B;
}
</style>