Shades of Golden Fizz #EDF12C
Tints of Golden Fizz #EDF12C
RGB
CMYK
RGB Variations
Color information
#EDF12C (or 0xEDF12C) is known color: Golden Fizz. HEX triplet: ED, F1 and 2C. RGB value is (237,241,44). Sum of RGB (Red+Green+Blue) = 237+241+44=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 44 (17.58% from 255 or 8.43% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF12C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF12C is #120ED3. Grayscale: #DADADA. Windows color (decimal): -1183444 or 2945517. OLE color: 2945517.
HSL color Cylindrical-coordinate representation of color #EDF12C: hue angle of 61.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF12C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 44 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.05 |
| HSL | 61.22º | 0.88% | 0.56% | - |
| HSV(B) | 61.22º | 0.82% | 0.95% | - |
| XYZ | 66.83 | 81.1 | 14.51 | - |
| YUV | 217.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 44 | 0.02 | 0 | 0.82 | 0.05 | 61.22 | 0.88 | 0.56 |
| Hex | ED | F1 | 2C | 2 | 0 | 52 | 5 | 3D | 58 | 38 |
| Octal | 355 | 361 | 54 | 2 | 0 | 122 | 5 | 75 | 130 | 70 |
| Binary | 11101101 | 11110001 | 101100 | 10 | 0 | 1010010 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EDF12C
Complementary color
Monochromatic Colors of #EDF12C
Black with #EDF12C
Text Example
Text Example
White with #EDF12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF12C; }
p { color: rgb(237,241,44); }
H1.HeaderClassName
{
color: #EDF12C;
}
.AnyTagClassName
{
color: #EDF12C;
}
</style>
background-color css
<style>
a { background-color: #EDF12C; }
a { background-color: rgb(237,241,44); }
div.DivClassName
{
background-color: #EDF12C;
}
.BgClassName
{
background-color: #EDF12C;
}
</style>
border-color css
<style>
span { border-color: #EDF12C; }
span { border-color: rgb(237,241,44); }
td.TdClassName
{
border-color: #EDF12C;
}
.TagClassName
{
border-color: #EDF12C;
}
</style>