Shades of Golden Fizz #EDF139
Tints of Golden Fizz #EDF139
RGB
CMYK
RGB Variations
Color information
#EDF139 (or 0xEDF139) is known color: Golden Fizz. HEX triplet: ED, F1 and 39. RGB value is (237,241,57). Sum of RGB (Red+Green+Blue) = 237+241+57=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 57 (22.66% from 255 or 10.65% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF139 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF139 is #120EC6. Grayscale: #DBDBDB. Windows color (decimal): -1183431 or 3797485. OLE color: 3797485.
HSL color Cylindrical-coordinate representation of color #EDF139: hue angle of 61.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF139 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 57 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.05 |
| HSL | 61.3º | 0.87% | 0.58% | - |
| HSV(B) | 61.3º | 0.76% | 0.95% | - |
| XYZ | 67.12 | 81.21 | 16.01 | - |
| YUV | 218.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 57 | 0.02 | 0 | 0.76 | 0.05 | 61.3 | 0.87 | 0.58 |
| Hex | ED | F1 | 39 | 2 | 0 | 4C | 5 | 3D | 57 | 3A |
| Octal | 355 | 361 | 71 | 2 | 0 | 114 | 5 | 75 | 127 | 72 |
| Binary | 11101101 | 11110001 | 111001 | 10 | 0 | 1001100 | 101 | 111101 | 1010111 | 111010 |
Color Harmonies of #EDF139
Complementary color
Monochromatic Colors of #EDF139
Black with #EDF139
Text Example
Text Example
White with #EDF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF139; }
p { color: rgb(237,241,57); }
H1.HeaderClassName
{
color: #EDF139;
}
.AnyTagClassName
{
color: #EDF139;
}
</style>
background-color css
<style>
a { background-color: #EDF139; }
a { background-color: rgb(237,241,57); }
div.DivClassName
{
background-color: #EDF139;
}
.BgClassName
{
background-color: #EDF139;
}
</style>
border-color css
<style>
span { border-color: #EDF139; }
span { border-color: rgb(237,241,57); }
td.TdClassName
{
border-color: #EDF139;
}
.TagClassName
{
border-color: #EDF139;
}
</style>