Shades of Golden Fizz #EDE02C
Tints of Golden Fizz #EDE02C
RGB
CMYK
RGB Variations
Color information
#EDE02C (or 0xEDE02C) is known color: Golden Fizz. HEX triplet: ED, E0 and 2C. RGB value is (237,224,44). Sum of RGB (Red+Green+Blue) = 237+224+44=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE02C is #121FD3. Grayscale: #D0D0D0. Windows color (decimal): -1187796 or 2941165. OLE color: 2941165.
HSL color Cylindrical-coordinate representation of color #EDE02C: hue angle of 55.96º 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 #EDE02C is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 44 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.07 |
| HSL | 55.96º | 0.84% | 0.55% | - |
| HSV(B) | 55.96º | 0.81% | 0.93% | - |
| XYZ | 62.04 | 71.5 | 12.91 | - |
| YUV | 207.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 44 | 0 | 0.05 | 0.81 | 0.07 | 55.96 | 0.84 | 0.55 |
| Hex | ED | E0 | 2C | 0 | 5 | 51 | 7 | 38 | 54 | 37 |
| Octal | 355 | 340 | 54 | 0 | 5 | 121 | 7 | 70 | 124 | 67 |
| Binary | 11101101 | 11100000 | 101100 | 0 | 101 | 1010001 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDE02C
Complementary color
Monochromatic Colors of #EDE02C
Black with #EDE02C
Text Example
Text Example
White with #EDE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE02C; }
p { color: rgb(237,224,44); }
H1.HeaderClassName
{
color: #EDE02C;
}
.AnyTagClassName
{
color: #EDE02C;
}
</style>
background-color css
<style>
a { background-color: #EDE02C; }
a { background-color: rgb(237,224,44); }
div.DivClassName
{
background-color: #EDE02C;
}
.BgClassName
{
background-color: #EDE02C;
}
</style>
border-color css
<style>
span { border-color: #EDE02C; }
span { border-color: rgb(237,224,44); }
td.TdClassName
{
border-color: #EDE02C;
}
.TagClassName
{
border-color: #EDE02C;
}
</style>