Shades of Golden Fizz #EDF438
Tints of Golden Fizz #EDF438
RGB
CMYK
RGB Variations
Color information
#EDF438 (or 0xEDF438) is known color: Golden Fizz. HEX triplet: ED, F4 and 38. RGB value is (237,244,56). Sum of RGB (Red+Green+Blue) = 237+244+56=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 56 (22.27% from 255 or 10.43% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF438 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF438 is #120BC7. Grayscale: #DDDDDD. Windows color (decimal): -1182664 or 3732717. OLE color: 3732717.
HSL color Cylindrical-coordinate representation of color #EDF438: hue angle of 62.23º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF438 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 56 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.04 |
| HSL | 62.23º | 0.9% | 0.59% | - |
| HSV(B) | 62.23º | 0.77% | 0.96% | - |
| XYZ | 67.99 | 82.99 | 16.18 | - |
| YUV | 220.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 56 | 0.03 | 0 | 0.77 | 0.04 | 62.23 | 0.9 | 0.59 |
| Hex | ED | F4 | 38 | 3 | 0 | 4D | 4 | 3E | 5A | 3B |
| Octal | 355 | 364 | 70 | 3 | 0 | 115 | 4 | 76 | 132 | 73 |
| Binary | 11101101 | 11110100 | 111000 | 11 | 0 | 1001101 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EDF438
Complementary color
Monochromatic Colors of #EDF438
Black with #EDF438
Text Example
Text Example
White with #EDF438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF438; }
p { color: rgb(237,244,56); }
H1.HeaderClassName
{
color: #EDF438;
}
.AnyTagClassName
{
color: #EDF438;
}
</style>
background-color css
<style>
a { background-color: #EDF438; }
a { background-color: rgb(237,244,56); }
div.DivClassName
{
background-color: #EDF438;
}
.BgClassName
{
background-color: #EDF438;
}
</style>
border-color css
<style>
span { border-color: #EDF438; }
span { border-color: rgb(237,244,56); }
td.TdClassName
{
border-color: #EDF438;
}
.TagClassName
{
border-color: #EDF438;
}
</style>