Shades of Golden Fizz #EDE21F
Tints of Golden Fizz #EDE21F
RGB
CMYK
RGB Variations
Color information
#EDE21F (or 0xEDE21F) is known color: Golden Fizz. HEX triplet: ED, E2 and 1F. RGB value is (237,226,31). Sum of RGB (Red+Green+Blue) = 237+226+31=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE21F is #121DE0. Grayscale: #CFCFCF. Windows color (decimal): -1187297 or 2089709. OLE color: 2089709.
HSL color Cylindrical-coordinate representation of color #EDE21F: hue angle of 56.8º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDE21F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.07 |
| HSL | 56.8º | 0.85% | 0.53% | - |
| HSV(B) | 56.8º | 0.87% | 0.93% | - |
| XYZ | 62.37 | 72.5 | 12 | - |
| YUV | 207.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 31 | 0 | 0.05 | 0.87 | 0.07 | 56.8 | 0.85 | 0.53 |
| Hex | ED | E2 | 1F | 0 | 5 | 57 | 7 | 39 | 55 | 35 |
| Octal | 355 | 342 | 37 | 0 | 5 | 127 | 7 | 71 | 125 | 65 |
| Binary | 11101101 | 11100010 | 11111 | 0 | 101 | 1010111 | 111 | 111001 | 1010101 | 110101 |
Color Harmonies of #EDE21F
Complementary color
Monochromatic Colors of #EDE21F
Black with #EDE21F
Text Example
Text Example
White with #EDE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE21F; }
p { color: rgb(237,226,31); }
H1.HeaderClassName
{
color: #EDE21F;
}
.AnyTagClassName
{
color: #EDE21F;
}
</style>
background-color css
<style>
a { background-color: #EDE21F; }
a { background-color: rgb(237,226,31); }
div.DivClassName
{
background-color: #EDE21F;
}
.BgClassName
{
background-color: #EDE21F;
}
</style>
border-color css
<style>
span { border-color: #EDE21F; }
span { border-color: rgb(237,226,31); }
td.TdClassName
{
border-color: #EDE21F;
}
.TagClassName
{
border-color: #EDE21F;
}
</style>