Shades of Golden Fizz #EDF12E
Tints of Golden Fizz #EDF12E
RGB
CMYK
RGB Variations
Color information
#EDF12E (or 0xEDF12E) is known color: Golden Fizz. HEX triplet: ED, F1 and 2E. RGB value is (237,241,46). Sum of RGB (Red+Green+Blue) = 237+241+46=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF12E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF12E is #120ED1. Grayscale: #DADADA. Windows color (decimal): -1183442 or 3076589. OLE color: 3076589.
HSL color Cylindrical-coordinate representation of color #EDF12E: hue angle of 61.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF12E is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 46 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.05 |
| HSL | 61.23º | 0.87% | 0.56% | - |
| HSV(B) | 61.23º | 0.81% | 0.95% | - |
| XYZ | 66.87 | 81.11 | 14.72 | - |
| YUV | 217.57 | 31.17 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 46 | 0.02 | 0 | 0.81 | 0.05 | 61.23 | 0.87 | 0.56 |
| Hex | ED | F1 | 2E | 2 | 0 | 51 | 5 | 3D | 57 | 38 |
| Octal | 355 | 361 | 56 | 2 | 0 | 121 | 5 | 75 | 127 | 70 |
| Binary | 11101101 | 11110001 | 101110 | 10 | 0 | 1010001 | 101 | 111101 | 1010111 | 111000 |
Color Harmonies of #EDF12E
Complementary color
Monochromatic Colors of #EDF12E
Black with #EDF12E
Text Example
Text Example
White with #EDF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF12E; }
p { color: rgb(237,241,46); }
H1.HeaderClassName
{
color: #EDF12E;
}
.AnyTagClassName
{
color: #EDF12E;
}
</style>
background-color css
<style>
a { background-color: #EDF12E; }
a { background-color: rgb(237,241,46); }
div.DivClassName
{
background-color: #EDF12E;
}
.BgClassName
{
background-color: #EDF12E;
}
</style>
border-color css
<style>
span { border-color: #EDF12E; }
span { border-color: rgb(237,241,46); }
td.TdClassName
{
border-color: #EDF12E;
}
.TagClassName
{
border-color: #EDF12E;
}
</style>