Shades of Golden Fizz #EDED2A
Tints of Golden Fizz #EDED2A
RGB
CMYK
RGB Variations
Color information
#EDED2A (or 0xEDED2A) is known color: Golden Fizz. HEX triplet: ED, ED and 2A. RGB value is (237,237,42). Sum of RGB (Red+Green+Blue) = 237+237+42=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED2A is #1212D5. Grayscale: #D7D7D7. Windows color (decimal): -1184470 or 2813421. OLE color: 2813421.
HSL color Cylindrical-coordinate representation of color #EDED2A: hue angle of 60º 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 #EDED2A is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 42 | - |
| CMYK | 0 | 0 | 0.82 | 0.07 |
| HSL | 60º | 0.84% | 0.55% | - |
| HSV(B) | 60º | 0.82% | 0.93% | - |
| XYZ | 65.63 | 78.74 | 13.93 | - |
| YUV | 214.77 | 30.5 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 42 | 0 | 0 | 0.82 | 0.07 | 60 | 0.84 | 0.55 |
| Hex | ED | ED | 2A | 0 | 0 | 52 | 7 | 3C | 54 | 37 |
| Octal | 355 | 355 | 52 | 0 | 0 | 122 | 7 | 74 | 124 | 67 |
| Binary | 11101101 | 11101101 | 101010 | 0 | 0 | 1010010 | 111 | 111100 | 1010100 | 110111 |
Color Harmonies of #EDED2A
Complementary color
Monochromatic Colors of #EDED2A
Black with #EDED2A
Text Example
Text Example
White with #EDED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED2A; }
p { color: rgb(237,237,42); }
H1.HeaderClassName
{
color: #EDED2A;
}
.AnyTagClassName
{
color: #EDED2A;
}
</style>
background-color css
<style>
a { background-color: #EDED2A; }
a { background-color: rgb(237,237,42); }
div.DivClassName
{
background-color: #EDED2A;
}
.BgClassName
{
background-color: #EDED2A;
}
</style>
border-color css
<style>
span { border-color: #EDED2A; }
span { border-color: rgb(237,237,42); }
td.TdClassName
{
border-color: #EDED2A;
}
.TagClassName
{
border-color: #EDED2A;
}
</style>