Shades of Golden Fizz #EDE42A
Tints of Golden Fizz #EDE42A
RGB
CMYK
RGB Variations
Color information
#EDE42A (or 0xEDE42A) is known color: Golden Fizz. HEX triplet: ED, E4 and 2A. RGB value is (237,228,42). Sum of RGB (Red+Green+Blue) = 237+228+42=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE42A is #121BD5. Grayscale: #D2D2D2. Windows color (decimal): -1186774 or 2811117. OLE color: 2811117.
HSL color Cylindrical-coordinate representation of color #EDE42A: hue angle of 57.23º 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 #EDE42A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 42 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.07 |
| HSL | 57.23º | 0.84% | 0.55% | - |
| HSV(B) | 57.23º | 0.82% | 0.93% | - |
| XYZ | 63.09 | 73.66 | 13.08 | - |
| YUV | 209.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 42 | 0 | 0.04 | 0.82 | 0.07 | 57.23 | 0.84 | 0.55 |
| Hex | ED | E4 | 2A | 0 | 4 | 52 | 7 | 39 | 54 | 37 |
| Octal | 355 | 344 | 52 | 0 | 4 | 122 | 7 | 71 | 124 | 67 |
| Binary | 11101101 | 11100100 | 101010 | 0 | 100 | 1010010 | 111 | 111001 | 1010100 | 110111 |
Color Harmonies of #EDE42A
Complementary color
Monochromatic Colors of #EDE42A
Black with #EDE42A
Text Example
Text Example
White with #EDE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE42A; }
p { color: rgb(237,228,42); }
H1.HeaderClassName
{
color: #EDE42A;
}
.AnyTagClassName
{
color: #EDE42A;
}
</style>
background-color css
<style>
a { background-color: #EDE42A; }
a { background-color: rgb(237,228,42); }
div.DivClassName
{
background-color: #EDE42A;
}
.BgClassName
{
background-color: #EDE42A;
}
</style>
border-color css
<style>
span { border-color: #EDE42A; }
span { border-color: rgb(237,228,42); }
td.TdClassName
{
border-color: #EDE42A;
}
.TagClassName
{
border-color: #EDE42A;
}
</style>