Shades of Golden Fizz #EDE03A
Tints of Golden Fizz #EDE03A
RGB
CMYK
RGB Variations
Color information
#EDE03A (or 0xEDE03A) is known color: Golden Fizz. HEX triplet: ED, E0 and 3A. RGB value is (237,224,58). Sum of RGB (Red+Green+Blue) = 237+224+58=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE03A is #121FC5. Grayscale: #D1D1D1. Windows color (decimal): -1187782 or 3858669. OLE color: 3858669.
HSL color Cylindrical-coordinate representation of color #EDE03A: hue angle of 55.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDE03A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 58 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.07 |
| HSL | 55.64º | 0.83% | 0.58% | - |
| HSV(B) | 55.64º | 0.76% | 0.93% | - |
| XYZ | 62.34 | 71.62 | 14.54 | - |
| YUV | 208.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 58 | 0 | 0.05 | 0.76 | 0.07 | 55.64 | 0.83 | 0.58 |
| Hex | ED | E0 | 3A | 0 | 5 | 4C | 7 | 38 | 53 | 3A |
| Octal | 355 | 340 | 72 | 0 | 5 | 114 | 7 | 70 | 123 | 72 |
| Binary | 11101101 | 11100000 | 111010 | 0 | 101 | 1001100 | 111 | 111000 | 1010011 | 111010 |
Color Harmonies of #EDE03A
Complementary color
Monochromatic Colors of #EDE03A
Black with #EDE03A
Text Example
Text Example
White with #EDE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE03A; }
p { color: rgb(237,224,58); }
H1.HeaderClassName
{
color: #EDE03A;
}
.AnyTagClassName
{
color: #EDE03A;
}
</style>
background-color css
<style>
a { background-color: #EDE03A; }
a { background-color: rgb(237,224,58); }
div.DivClassName
{
background-color: #EDE03A;
}
.BgClassName
{
background-color: #EDE03A;
}
</style>
border-color css
<style>
span { border-color: #EDE03A; }
span { border-color: rgb(237,224,58); }
td.TdClassName
{
border-color: #EDE03A;
}
.TagClassName
{
border-color: #EDE03A;
}
</style>