Shades of Golden Fizz #EDE02E
Tints of Golden Fizz #EDE02E
RGB
CMYK
RGB Variations
Color information
#EDE02E (or 0xEDE02E) is known color: Golden Fizz. HEX triplet: ED, E0 and 2E. RGB value is (237,224,46). Sum of RGB (Red+Green+Blue) = 237+224+46=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE02E is #121FD1. Grayscale: #D0D0D0. Windows color (decimal): -1187794 or 3072237. OLE color: 3072237.
HSL color Cylindrical-coordinate representation of color #EDE02E: hue angle of 55.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDE02E is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 46 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.07 |
| HSL | 55.92º | 0.84% | 0.55% | - |
| HSV(B) | 55.92º | 0.81% | 0.93% | - |
| XYZ | 62.07 | 71.51 | 13.12 | - |
| YUV | 207.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 46 | 0 | 0.05 | 0.81 | 0.07 | 55.92 | 0.84 | 0.55 |
| Hex | ED | E0 | 2E | 0 | 5 | 51 | 7 | 38 | 54 | 37 |
| Octal | 355 | 340 | 56 | 0 | 5 | 121 | 7 | 70 | 124 | 67 |
| Binary | 11101101 | 11100000 | 101110 | 0 | 101 | 1010001 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDE02E
Complementary color
Monochromatic Colors of #EDE02E
Black with #EDE02E
Text Example
Text Example
White with #EDE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE02E; }
p { color: rgb(237,224,46); }
H1.HeaderClassName
{
color: #EDE02E;
}
.AnyTagClassName
{
color: #EDE02E;
}
</style>
background-color css
<style>
a { background-color: #EDE02E; }
a { background-color: rgb(237,224,46); }
div.DivClassName
{
background-color: #EDE02E;
}
.BgClassName
{
background-color: #EDE02E;
}
</style>
border-color css
<style>
span { border-color: #EDE02E; }
span { border-color: rgb(237,224,46); }
td.TdClassName
{
border-color: #EDE02E;
}
.TagClassName
{
border-color: #EDE02E;
}
</style>