Shades of Golden Fizz #EDE02D
Tints of Golden Fizz #EDE02D
RGB
CMYK
RGB Variations
Color information
#EDE02D (or 0xEDE02D) is known color: Golden Fizz. HEX triplet: ED, E0 and 2D. RGB value is (237,224,45). Sum of RGB (Red+Green+Blue) = 237+224+45=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE02D is #121FD2. Grayscale: #D0D0D0. Windows color (decimal): -1187795 or 3006701. OLE color: 3006701.
HSL color Cylindrical-coordinate representation of color #EDE02D: hue angle of 55.94º 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 #EDE02D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.07 |
| HSL | 55.94º | 0.84% | 0.55% | - |
| HSV(B) | 55.94º | 0.81% | 0.93% | - |
| XYZ | 62.05 | 71.51 | 13.01 | - |
| YUV | 207.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 45 | 0 | 0.05 | 0.81 | 0.07 | 55.94 | 0.84 | 0.55 |
| Hex | ED | E0 | 2D | 0 | 5 | 51 | 7 | 38 | 54 | 37 |
| Octal | 355 | 340 | 55 | 0 | 5 | 121 | 7 | 70 | 124 | 67 |
| Binary | 11101101 | 11100000 | 101101 | 0 | 101 | 1010001 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDE02D
Complementary color
Monochromatic Colors of #EDE02D
Black with #EDE02D
Text Example
Text Example
White with #EDE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE02D; }
p { color: rgb(237,224,45); }
H1.HeaderClassName
{
color: #EDE02D;
}
.AnyTagClassName
{
color: #EDE02D;
}
</style>
background-color css
<style>
a { background-color: #EDE02D; }
a { background-color: rgb(237,224,45); }
div.DivClassName
{
background-color: #EDE02D;
}
.BgClassName
{
background-color: #EDE02D;
}
</style>
border-color css
<style>
span { border-color: #EDE02D; }
span { border-color: rgb(237,224,45); }
td.TdClassName
{
border-color: #EDE02D;
}
.TagClassName
{
border-color: #EDE02D;
}
</style>