Shades of Golden Fizz #EDF832
Tints of Golden Fizz #EDF832
RGB
CMYK
RGB Variations
Color information
#EDF832 (or 0xEDF832) is known color: Golden Fizz. HEX triplet: ED, F8 and 32. RGB value is (237,248,50). Sum of RGB (Red+Green+Blue) = 237+248+50=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF832 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF832 is #1207CD. Grayscale: #DEDEDE. Windows color (decimal): -1181646 or 3340525. OLE color: 3340525.
HSL color Cylindrical-coordinate representation of color #EDF832: hue angle of 63.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF832 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.03 |
| HSL | 63.33º | 0.93% | 0.58% | - |
| HSV(B) | 63.33º | 0.8% | 0.97% | - |
| XYZ | 69.07 | 85.37 | 15.86 | - |
| YUV | 222.14 | 30.86 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 50 | 0.04 | 0 | 0.80 | 0.03 | 63.33 | 0.93 | 0.58 |
| Hex | ED | F8 | 32 | 4 | 0 | 50 | 3 | 3F | 5D | 3A |
| Octal | 355 | 370 | 62 | 4 | 0 | 120 | 3 | 77 | 135 | 72 |
| Binary | 11101101 | 11111000 | 110010 | 100 | 0 | 1010000 | 11 | 111111 | 1011101 | 111010 |
Color Harmonies of #EDF832
Complementary color
Monochromatic Colors of #EDF832
Black with #EDF832
Text Example
Text Example
White with #EDF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF832; }
p { color: rgb(237,248,50); }
H1.HeaderClassName
{
color: #EDF832;
}
.AnyTagClassName
{
color: #EDF832;
}
</style>
background-color css
<style>
a { background-color: #EDF832; }
a { background-color: rgb(237,248,50); }
div.DivClassName
{
background-color: #EDF832;
}
.BgClassName
{
background-color: #EDF832;
}
</style>
border-color css
<style>
span { border-color: #EDF832; }
span { border-color: rgb(237,248,50); }
td.TdClassName
{
border-color: #EDF832;
}
.TagClassName
{
border-color: #EDF832;
}
</style>