Shades of Bright Sun #EDC127
Tints of Bright Sun #EDC127
RGB
CMYK
RGB Variations
Color information
#EDC127 (or 0xEDC127) is known color: Bright Sun. HEX triplet: ED, C1 and 27. RGB value is (237,193,39). Sum of RGB (Red+Green+Blue) = 237+193+39=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC127 is #123ED8. Grayscale: #BDBDBD. Windows color (decimal): -1195737 or 2605549. OLE color: 2605549.
HSL color Cylindrical-coordinate representation of color #EDC127: hue angle of 46.67º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDC127 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 39 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.07 |
| HSL | 46.67º | 0.85% | 0.54% | - |
| HSV(B) | 46.67º | 0.84% | 0.93% | - |
| XYZ | 54.36 | 56.29 | 9.92 | - |
| YUV | 188.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 39 | 0 | 0.19 | 0.84 | 0.07 | 46.67 | 0.85 | 0.54 |
| Hex | ED | C1 | 27 | 0 | 13 | 54 | 7 | 2F | 55 | 36 |
| Octal | 355 | 301 | 47 | 0 | 23 | 124 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000001 | 100111 | 0 | 10011 | 1010100 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC127
Complementary color
Monochromatic Colors of #EDC127
Black with #EDC127
Text Example
Text Example
White with #EDC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC127; }
p { color: rgb(237,193,39); }
H1.HeaderClassName
{
color: #EDC127;
}
.AnyTagClassName
{
color: #EDC127;
}
</style>
background-color css
<style>
a { background-color: #EDC127; }
a { background-color: rgb(237,193,39); }
div.DivClassName
{
background-color: #EDC127;
}
.BgClassName
{
background-color: #EDC127;
}
</style>
border-color css
<style>
span { border-color: #EDC127; }
span { border-color: rgb(237,193,39); }
td.TdClassName
{
border-color: #EDC127;
}
.TagClassName
{
border-color: #EDC127;
}
</style>