Shades of Golden Fizz #EDE82A
Tints of Golden Fizz #EDE82A
RGB
CMYK
RGB Variations
Color information
#EDE82A (or 0xEDE82A) is known color: Golden Fizz. HEX triplet: ED, E8 and 2A. RGB value is (237,232,42). Sum of RGB (Red+Green+Blue) = 237+232+42=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE82A is #1217D5. Grayscale: #D4D4D4. Windows color (decimal): -1185750 or 2812141. OLE color: 2812141.
HSL color Cylindrical-coordinate representation of color #EDE82A: hue angle of 58.46º 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 #EDE82A is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 42 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.07 |
| HSL | 58.46º | 0.84% | 0.55% | - |
| HSV(B) | 58.46º | 0.82% | 0.93% | - |
| XYZ | 64.2 | 75.88 | 13.45 | - |
| YUV | 211.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 42 | 0 | 0.02 | 0.82 | 0.07 | 58.46 | 0.84 | 0.55 |
| Hex | ED | E8 | 2A | 0 | 2 | 52 | 7 | 3A | 54 | 37 |
| Octal | 355 | 350 | 52 | 0 | 2 | 122 | 7 | 72 | 124 | 67 |
| Binary | 11101101 | 11101000 | 101010 | 0 | 10 | 1010010 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #EDE82A
Complementary color
Monochromatic Colors of #EDE82A
Black with #EDE82A
Text Example
Text Example
White with #EDE82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE82A; }
p { color: rgb(237,232,42); }
H1.HeaderClassName
{
color: #EDE82A;
}
.AnyTagClassName
{
color: #EDE82A;
}
</style>
background-color css
<style>
a { background-color: #EDE82A; }
a { background-color: rgb(237,232,42); }
div.DivClassName
{
background-color: #EDE82A;
}
.BgClassName
{
background-color: #EDE82A;
}
</style>
border-color css
<style>
span { border-color: #EDE82A; }
span { border-color: rgb(237,232,42); }
td.TdClassName
{
border-color: #EDE82A;
}
.TagClassName
{
border-color: #EDE82A;
}
</style>