Shades of Golden Fizz #EDF135
Tints of Golden Fizz #EDF135
RGB
CMYK
RGB Variations
Color information
#EDF135 (or 0xEDF135) is known color: Golden Fizz. HEX triplet: ED, F1 and 35. RGB value is (237,241,53). Sum of RGB (Red+Green+Blue) = 237+241+53=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF135 is #120ECA. Grayscale: #DBDBDB. Windows color (decimal): -1183435 or 3535341. OLE color: 3535341.
HSL color Cylindrical-coordinate representation of color #EDF135: hue angle of 61.28º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF135 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.05 |
| HSL | 61.28º | 0.87% | 0.58% | - |
| HSV(B) | 61.28º | 0.78% | 0.95% | - |
| XYZ | 67.02 | 81.17 | 15.5 | - |
| YUV | 218.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 53 | 0.02 | 0 | 0.78 | 0.05 | 61.28 | 0.87 | 0.58 |
| Hex | ED | F1 | 35 | 2 | 0 | 4E | 5 | 3D | 57 | 3A |
| Octal | 355 | 361 | 65 | 2 | 0 | 116 | 5 | 75 | 127 | 72 |
| Binary | 11101101 | 11110001 | 110101 | 10 | 0 | 1001110 | 101 | 111101 | 1010111 | 111010 |
Color Harmonies of #EDF135
Complementary color
Monochromatic Colors of #EDF135
Black with #EDF135
Text Example
Text Example
White with #EDF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF135; }
p { color: rgb(237,241,53); }
H1.HeaderClassName
{
color: #EDF135;
}
.AnyTagClassName
{
color: #EDF135;
}
</style>
background-color css
<style>
a { background-color: #EDF135; }
a { background-color: rgb(237,241,53); }
div.DivClassName
{
background-color: #EDF135;
}
.BgClassName
{
background-color: #EDF135;
}
</style>
border-color css
<style>
span { border-color: #EDF135; }
span { border-color: rgb(237,241,53); }
td.TdClassName
{
border-color: #EDF135;
}
.TagClassName
{
border-color: #EDF135;
}
</style>