Shades of Golden Fizz #EDE41E
Tints of Golden Fizz #EDE41E
RGB
CMYK
RGB Variations
Color information
#EDE41E (or 0xEDE41E) is known color: Golden Fizz. HEX triplet: ED, E4 and 1E. RGB value is (237,228,30). Sum of RGB (Red+Green+Blue) = 237+228+30=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41E is #121BE1. Grayscale: #D0D0D0. Windows color (decimal): -1186786 or 2024685. OLE color: 2024685.
HSL color Cylindrical-coordinate representation of color #EDE41E: hue angle of 57.39º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDE41E is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 30 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.07 |
| HSL | 57.39º | 0.85% | 0.52% | - |
| HSV(B) | 57.39º | 0.87% | 0.93% | - |
| XYZ | 62.9 | 73.59 | 12.12 | - |
| YUV | 208.12 | 27.48 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 30 | 0 | 0.04 | 0.87 | 0.07 | 57.39 | 0.85 | 0.52 |
| Hex | ED | E4 | 1E | 0 | 4 | 57 | 7 | 39 | 55 | 34 |
| Octal | 355 | 344 | 36 | 0 | 4 | 127 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100100 | 11110 | 0 | 100 | 1010111 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE41E
Complementary color
Monochromatic Colors of #EDE41E
Black with #EDE41E
Text Example
Text Example
White with #EDE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE41E; }
p { color: rgb(237,228,30); }
H1.HeaderClassName
{
color: #EDE41E;
}
.AnyTagClassName
{
color: #EDE41E;
}
</style>
background-color css
<style>
a { background-color: #EDE41E; }
a { background-color: rgb(237,228,30); }
div.DivClassName
{
background-color: #EDE41E;
}
.BgClassName
{
background-color: #EDE41E;
}
</style>
border-color css
<style>
span { border-color: #EDE41E; }
span { border-color: rgb(237,228,30); }
td.TdClassName
{
border-color: #EDE41E;
}
.TagClassName
{
border-color: #EDE41E;
}
</style>