Shades of Bright Sun #EDC12A
Tints of Bright Sun #EDC12A
RGB
CMYK
RGB Variations
Color information
#EDC12A (or 0xEDC12A) is known color: Bright Sun. HEX triplet: ED, C1 and 2A. RGB value is (237,193,42). Sum of RGB (Red+Green+Blue) = 237+193+42=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC12A is #123ED5. Grayscale: #BDBDBD. Windows color (decimal): -1195734 or 2802157. OLE color: 2802157.
HSL color Cylindrical-coordinate representation of color #EDC12A: hue angle of 46.46º 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 #EDC12A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 42 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.07 |
| HSL | 46.46º | 0.84% | 0.55% | - |
| HSV(B) | 46.46º | 0.82% | 0.93% | - |
| XYZ | 54.41 | 56.31 | 10.19 | - |
| YUV | 188.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 42 | 0 | 0.19 | 0.82 | 0.07 | 46.46 | 0.84 | 0.55 |
| Hex | ED | C1 | 2A | 0 | 13 | 52 | 7 | 2E | 54 | 37 |
| Octal | 355 | 301 | 52 | 0 | 23 | 122 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 11000001 | 101010 | 0 | 10011 | 1010010 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDC12A
Complementary color
Monochromatic Colors of #EDC12A
Black with #EDC12A
Text Example
Text Example
White with #EDC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC12A; }
p { color: rgb(237,193,42); }
H1.HeaderClassName
{
color: #EDC12A;
}
.AnyTagClassName
{
color: #EDC12A;
}
</style>
background-color css
<style>
a { background-color: #EDC12A; }
a { background-color: rgb(237,193,42); }
div.DivClassName
{
background-color: #EDC12A;
}
.BgClassName
{
background-color: #EDC12A;
}
</style>
border-color css
<style>
span { border-color: #EDC12A; }
span { border-color: rgb(237,193,42); }
td.TdClassName
{
border-color: #EDC12A;
}
.TagClassName
{
border-color: #EDC12A;
}
</style>