Shades of Golden Fizz #EDE62A
Tints of Golden Fizz #EDE62A
RGB
CMYK
RGB Variations
Color information
#EDE62A (or 0xEDE62A) is known color: Golden Fizz. HEX triplet: ED, E6 and 2A. RGB value is (237,230,42). Sum of RGB (Red+Green+Blue) = 237+230+42=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE62A is #1219D5. Grayscale: #D3D3D3. Windows color (decimal): -1186262 or 2811629. OLE color: 2811629.
HSL color Cylindrical-coordinate representation of color #EDE62A: hue angle of 57.85º 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 #EDE62A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 42 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.07 |
| HSL | 57.85º | 0.84% | 0.55% | - |
| HSV(B) | 57.85º | 0.82% | 0.93% | - |
| XYZ | 63.64 | 74.77 | 13.27 | - |
| YUV | 210.66 | 32.82 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 42 | 0 | 0.03 | 0.82 | 0.07 | 57.85 | 0.84 | 0.55 |
| Hex | ED | E6 | 2A | 0 | 3 | 52 | 7 | 3A | 54 | 37 |
| Octal | 355 | 346 | 52 | 0 | 3 | 122 | 7 | 72 | 124 | 67 |
| Binary | 11101101 | 11100110 | 101010 | 0 | 11 | 1010010 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #EDE62A
Complementary color
Monochromatic Colors of #EDE62A
Black with #EDE62A
Text Example
Text Example
White with #EDE62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE62A; }
p { color: rgb(237,230,42); }
H1.HeaderClassName
{
color: #EDE62A;
}
.AnyTagClassName
{
color: #EDE62A;
}
</style>
background-color css
<style>
a { background-color: #EDE62A; }
a { background-color: rgb(237,230,42); }
div.DivClassName
{
background-color: #EDE62A;
}
.BgClassName
{
background-color: #EDE62A;
}
</style>
border-color css
<style>
span { border-color: #EDE62A; }
span { border-color: rgb(237,230,42); }
td.TdClassName
{
border-color: #EDE62A;
}
.TagClassName
{
border-color: #EDE62A;
}
</style>