Shades of Bright Sun #EDC032
Tints of Bright Sun #EDC032
RGB
CMYK
RGB Variations
Color information
#EDC032 (or 0xEDC032) is known color: Bright Sun. HEX triplet: ED, C0 and 32. RGB value is (237,192,50). Sum of RGB (Red+Green+Blue) = 237+192+50=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC032 is #123FCD. Grayscale: #BDBDBD. Windows color (decimal): -1195982 or 3326189. OLE color: 3326189.
HSL color Cylindrical-coordinate representation of color #EDC032: hue angle of 45.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDC032 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 50 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.07 |
| HSL | 45.56º | 0.84% | 0.56% | - |
| HSV(B) | 45.56º | 0.79% | 0.93% | - |
| XYZ | 54.35 | 55.93 | 10.95 | - |
| YUV | 189.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 50 | 0 | 0.19 | 0.79 | 0.07 | 45.56 | 0.84 | 0.56 |
| Hex | ED | C0 | 32 | 0 | 13 | 4F | 7 | 2E | 54 | 38 |
| Octal | 355 | 300 | 62 | 0 | 23 | 117 | 7 | 56 | 124 | 70 |
| Binary | 11101101 | 11000000 | 110010 | 0 | 10011 | 1001111 | 111 | 101110 | 1010100 | 111000 |
Color Harmonies of #EDC032
Complementary color
Monochromatic Colors of #EDC032
Black with #EDC032
Text Example
Text Example
White with #EDC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC032; }
p { color: rgb(237,192,50); }
H1.HeaderClassName
{
color: #EDC032;
}
.AnyTagClassName
{
color: #EDC032;
}
</style>
background-color css
<style>
a { background-color: #EDC032; }
a { background-color: rgb(237,192,50); }
div.DivClassName
{
background-color: #EDC032;
}
.BgClassName
{
background-color: #EDC032;
}
</style>
border-color css
<style>
span { border-color: #EDC032; }
span { border-color: rgb(237,192,50); }
td.TdClassName
{
border-color: #EDC032;
}
.TagClassName
{
border-color: #EDC032;
}
</style>