Shades of Bright Sun #EDC128
Tints of Bright Sun #EDC128
RGB
CMYK
RGB Variations
Color information
#EDC128 (or 0xEDC128) is known color: Bright Sun. HEX triplet: ED, C1 and 28. RGB value is (237,193,40). Sum of RGB (Red+Green+Blue) = 237+193+40=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC128 is #123ED7. Grayscale: #BDBDBD. Windows color (decimal): -1195736 or 2671085. OLE color: 2671085.
HSL color Cylindrical-coordinate representation of color #EDC128: hue angle of 46.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDC128 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 40 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.07 |
| HSL | 46.6º | 0.85% | 0.54% | - |
| HSV(B) | 46.6º | 0.83% | 0.93% | - |
| XYZ | 54.38 | 56.3 | 10.01 | - |
| YUV | 188.71 | 44.08 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 40 | 0 | 0.19 | 0.83 | 0.07 | 46.6 | 0.85 | 0.54 |
| Hex | ED | C1 | 28 | 0 | 13 | 53 | 7 | 2F | 55 | 36 |
| Octal | 355 | 301 | 50 | 0 | 23 | 123 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000001 | 101000 | 0 | 10011 | 1010011 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC128
Complementary color
Monochromatic Colors of #EDC128
Black with #EDC128
Text Example
Text Example
White with #EDC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC128; }
p { color: rgb(237,193,40); }
H1.HeaderClassName
{
color: #EDC128;
}
.AnyTagClassName
{
color: #EDC128;
}
</style>
background-color css
<style>
a { background-color: #EDC128; }
a { background-color: rgb(237,193,40); }
div.DivClassName
{
background-color: #EDC128;
}
.BgClassName
{
background-color: #EDC128;
}
</style>
border-color css
<style>
span { border-color: #EDC128; }
span { border-color: rgb(237,193,40); }
td.TdClassName
{
border-color: #EDC128;
}
.TagClassName
{
border-color: #EDC128;
}
</style>