Shades of Bright Sun #EDC02A
Tints of Bright Sun #EDC02A
RGB
CMYK
RGB Variations
Color information
#EDC02A (or 0xEDC02A) is known color: Bright Sun. HEX triplet: ED, C0 and 2A. RGB value is (237,192,42). Sum of RGB (Red+Green+Blue) = 237+192+42=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC02A is #123FD5. Grayscale: #BDBDBD. Windows color (decimal): -1195990 or 2801901. OLE color: 2801901.
HSL color Cylindrical-coordinate representation of color #EDC02A: hue angle of 46.15º 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 #EDC02A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 42 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.07 |
| HSL | 46.15º | 0.84% | 0.55% | - |
| HSV(B) | 46.15º | 0.82% | 0.93% | - |
| XYZ | 54.19 | 55.87 | 10.12 | - |
| YUV | 188.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 42 | 0 | 0.19 | 0.82 | 0.07 | 46.15 | 0.84 | 0.55 |
| Hex | ED | C0 | 2A | 0 | 13 | 52 | 7 | 2E | 54 | 37 |
| Octal | 355 | 300 | 52 | 0 | 23 | 122 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 11000000 | 101010 | 0 | 10011 | 1010010 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDC02A
Complementary color
Monochromatic Colors of #EDC02A
Black with #EDC02A
Text Example
Text Example
White with #EDC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC02A; }
p { color: rgb(237,192,42); }
H1.HeaderClassName
{
color: #EDC02A;
}
.AnyTagClassName
{
color: #EDC02A;
}
</style>
background-color css
<style>
a { background-color: #EDC02A; }
a { background-color: rgb(237,192,42); }
div.DivClassName
{
background-color: #EDC02A;
}
.BgClassName
{
background-color: #EDC02A;
}
</style>
border-color css
<style>
span { border-color: #EDC02A; }
span { border-color: rgb(237,192,42); }
td.TdClassName
{
border-color: #EDC02A;
}
.TagClassName
{
border-color: #EDC02A;
}
</style>