Shades of Golden Fizz #EDE030
Tints of Golden Fizz #EDE030
RGB
CMYK
RGB Variations
Color information
#EDE030 (or 0xEDE030) is known color: Golden Fizz. HEX triplet: ED, E0 and 30. RGB value is (237,224,48). Sum of RGB (Red+Green+Blue) = 237+224+48=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE030 is #121FCF. Grayscale: #D0D0D0. Windows color (decimal): -1187792 or 3203309. OLE color: 3203309.
HSL color Cylindrical-coordinate representation of color #EDE030: hue angle of 55.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDE030 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 48 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.07 |
| HSL | 55.87º | 0.84% | 0.56% | - |
| HSV(B) | 55.87º | 0.8% | 0.93% | - |
| XYZ | 62.11 | 71.53 | 13.33 | - |
| YUV | 207.82 | 37.81 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 48 | 0 | 0.05 | 0.80 | 0.07 | 55.87 | 0.84 | 0.56 |
| Hex | ED | E0 | 30 | 0 | 5 | 50 | 7 | 38 | 54 | 38 |
| Octal | 355 | 340 | 60 | 0 | 5 | 120 | 7 | 70 | 124 | 70 |
| Binary | 11101101 | 11100000 | 110000 | 0 | 101 | 1010000 | 111 | 111000 | 1010100 | 111000 |
Color Harmonies of #EDE030
Complementary color
Monochromatic Colors of #EDE030
Black with #EDE030
Text Example
Text Example
White with #EDE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE030; }
p { color: rgb(237,224,48); }
H1.HeaderClassName
{
color: #EDE030;
}
.AnyTagClassName
{
color: #EDE030;
}
</style>
background-color css
<style>
a { background-color: #EDE030; }
a { background-color: rgb(237,224,48); }
div.DivClassName
{
background-color: #EDE030;
}
.BgClassName
{
background-color: #EDE030;
}
</style>
border-color css
<style>
span { border-color: #EDE030; }
span { border-color: rgb(237,224,48); }
td.TdClassName
{
border-color: #EDE030;
}
.TagClassName
{
border-color: #EDE030;
}
</style>