Shades of Golden Fizz #EDEC30
Tints of Golden Fizz #EDEC30
RGB
CMYK
RGB Variations
Color information
#EDEC30 (or 0xEDEC30) is known color: Golden Fizz. HEX triplet: ED, EC and 30. RGB value is (237,236,48). Sum of RGB (Red+Green+Blue) = 237+236+48=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC30 is #1213CF. Grayscale: #D7D7D7. Windows color (decimal): -1184720 or 3206381. OLE color: 3206381.
HSL color Cylindrical-coordinate representation of color #EDEC30: hue angle of 59.68º 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 #EDEC30 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 48 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.07 |
| HSL | 59.68º | 0.84% | 0.56% | - |
| HSV(B) | 59.68º | 0.8% | 0.93% | - |
| XYZ | 65.45 | 78.21 | 14.44 | - |
| YUV | 214.87 | 33.83 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 48 | 0 | 0.00 | 0.80 | 0.07 | 59.68 | 0.84 | 0.56 |
| Hex | ED | EC | 30 | 0 | 0 | 50 | 7 | 3C | 54 | 38 |
| Octal | 355 | 354 | 60 | 0 | 0 | 120 | 7 | 74 | 124 | 70 |
| Binary | 11101101 | 11101100 | 110000 | 0 | 0 | 1010000 | 111 | 111100 | 1010100 | 111000 |
Color Harmonies of #EDEC30
Complementary color
Monochromatic Colors of #EDEC30
Black with #EDEC30
Text Example
Text Example
White with #EDEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC30; }
p { color: rgb(237,236,48); }
H1.HeaderClassName
{
color: #EDEC30;
}
.AnyTagClassName
{
color: #EDEC30;
}
</style>
background-color css
<style>
a { background-color: #EDEC30; }
a { background-color: rgb(237,236,48); }
div.DivClassName
{
background-color: #EDEC30;
}
.BgClassName
{
background-color: #EDEC30;
}
</style>
border-color css
<style>
span { border-color: #EDEC30; }
span { border-color: rgb(237,236,48); }
td.TdClassName
{
border-color: #EDEC30;
}
.TagClassName
{
border-color: #EDEC30;
}
</style>