Shades of Golden Fizz #EDE02A
Tints of Golden Fizz #EDE02A
RGB
CMYK
RGB Variations
Color information
#EDE02A (or 0xEDE02A) is known color: Golden Fizz. HEX triplet: ED, E0 and 2A. RGB value is (237,224,42). Sum of RGB (Red+Green+Blue) = 237+224+42=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE02A is #121FD5. Grayscale: #CFCFCF. Windows color (decimal): -1187798 or 2810093. OLE color: 2810093.
HSL color Cylindrical-coordinate representation of color #EDE02A: hue angle of 56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDE02A is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 42 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.07 |
| HSL | 56º | 0.84% | 0.55% | - |
| HSV(B) | 56º | 0.82% | 0.93% | - |
| XYZ | 62 | 71.48 | 12.72 | - |
| YUV | 207.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 42 | 0 | 0.05 | 0.82 | 0.07 | 56 | 0.84 | 0.55 |
| Hex | ED | E0 | 2A | 0 | 5 | 52 | 7 | 38 | 54 | 37 |
| Octal | 355 | 340 | 52 | 0 | 5 | 122 | 7 | 70 | 124 | 67 |
| Binary | 11101101 | 11100000 | 101010 | 0 | 101 | 1010010 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDE02A
Complementary color
Monochromatic Colors of #EDE02A
Black with #EDE02A
Text Example
Text Example
White with #EDE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE02A; }
p { color: rgb(237,224,42); }
H1.HeaderClassName
{
color: #EDE02A;
}
.AnyTagClassName
{
color: #EDE02A;
}
</style>
background-color css
<style>
a { background-color: #EDE02A; }
a { background-color: rgb(237,224,42); }
div.DivClassName
{
background-color: #EDE02A;
}
.BgClassName
{
background-color: #EDE02A;
}
</style>
border-color css
<style>
span { border-color: #EDE02A; }
span { border-color: rgb(237,224,42); }
td.TdClassName
{
border-color: #EDE02A;
}
.TagClassName
{
border-color: #EDE02A;
}
</style>