Shades of Bright Sun #EDC12C
Tints of Bright Sun #EDC12C
RGB
CMYK
RGB Variations
Color information
#EDC12C (or 0xEDC12C) is known color: Bright Sun. HEX triplet: ED, C1 and 2C. RGB value is (237,193,44). Sum of RGB (Red+Green+Blue) = 237+193+44=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC12C is #123ED3. Grayscale: #BDBDBD. Windows color (decimal): -1195732 or 2933229. OLE color: 2933229.
HSL color Cylindrical-coordinate representation of color #EDC12C: hue angle of 46.32º 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 #EDC12C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 44 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.07 |
| HSL | 46.32º | 0.84% | 0.55% | - |
| HSV(B) | 46.32º | 0.81% | 0.93% | - |
| XYZ | 54.45 | 56.33 | 10.39 | - |
| YUV | 189.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 44 | 0 | 0.19 | 0.81 | 0.07 | 46.32 | 0.84 | 0.55 |
| Hex | ED | C1 | 2C | 0 | 13 | 51 | 7 | 2E | 54 | 37 |
| Octal | 355 | 301 | 54 | 0 | 23 | 121 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 11000001 | 101100 | 0 | 10011 | 1010001 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDC12C
Complementary color
Monochromatic Colors of #EDC12C
Black with #EDC12C
Text Example
Text Example
White with #EDC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC12C; }
p { color: rgb(237,193,44); }
H1.HeaderClassName
{
color: #EDC12C;
}
.AnyTagClassName
{
color: #EDC12C;
}
</style>
background-color css
<style>
a { background-color: #EDC12C; }
a { background-color: rgb(237,193,44); }
div.DivClassName
{
background-color: #EDC12C;
}
.BgClassName
{
background-color: #EDC12C;
}
</style>
border-color css
<style>
span { border-color: #EDC12C; }
span { border-color: rgb(237,193,44); }
td.TdClassName
{
border-color: #EDC12C;
}
.TagClassName
{
border-color: #EDC12C;
}
</style>