Shades of Golden Fizz #EDEC3A
Tints of Golden Fizz #EDEC3A
RGB
CMYK
RGB Variations
Color information
#EDEC3A (or 0xEDEC3A) is known color: Golden Fizz. HEX triplet: ED, EC and 3A. RGB value is (237,236,58). Sum of RGB (Red+Green+Blue) = 237+236+58=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC3A is #1213C5. Grayscale: #D8D8D8. Windows color (decimal): -1184710 or 3861741. OLE color: 3861741.
HSL color Cylindrical-coordinate representation of color #EDEC3A: hue angle of 59.66º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDEC3A is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 58 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.07 |
| HSL | 59.66º | 0.83% | 0.58% | - |
| HSV(B) | 59.66º | 0.76% | 0.93% | - |
| XYZ | 65.68 | 78.3 | 15.65 | - |
| YUV | 216.01 | 38.83 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 58 | 0 | 0.00 | 0.76 | 0.07 | 59.66 | 0.83 | 0.58 |
| Hex | ED | EC | 3A | 0 | 0 | 4C | 7 | 3C | 53 | 3A |
| Octal | 355 | 354 | 72 | 0 | 0 | 114 | 7 | 74 | 123 | 72 |
| Binary | 11101101 | 11101100 | 111010 | 0 | 0 | 1001100 | 111 | 111100 | 1010011 | 111010 |
Color Harmonies of #EDEC3A
Complementary color
Monochromatic Colors of #EDEC3A
Black with #EDEC3A
Text Example
Text Example
White with #EDEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC3A; }
p { color: rgb(237,236,58); }
H1.HeaderClassName
{
color: #EDEC3A;
}
.AnyTagClassName
{
color: #EDEC3A;
}
</style>
background-color css
<style>
a { background-color: #EDEC3A; }
a { background-color: rgb(237,236,58); }
div.DivClassName
{
background-color: #EDEC3A;
}
.BgClassName
{
background-color: #EDEC3A;
}
</style>
border-color css
<style>
span { border-color: #EDEC3A; }
span { border-color: rgb(237,236,58); }
td.TdClassName
{
border-color: #EDEC3A;
}
.TagClassName
{
border-color: #EDEC3A;
}
</style>