Shades of Golden Fizz #EDEC34
Tints of Golden Fizz #EDEC34
RGB
CMYK
RGB Variations
Color information
#EDEC34 (or 0xEDEC34) is known color: Golden Fizz. HEX triplet: ED, EC and 34. RGB value is (237,236,52). Sum of RGB (Red+Green+Blue) = 237+236+52=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC34 is #1213CB. Grayscale: #D8D8D8. Windows color (decimal): -1184716 or 3468525. OLE color: 3468525.
HSL color Cylindrical-coordinate representation of color #EDEC34: hue angle of 59.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDEC34 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 52 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.07 |
| HSL | 59.68º | 0.84% | 0.57% | - |
| HSV(B) | 59.68º | 0.78% | 0.93% | - |
| XYZ | 65.54 | 78.24 | 14.9 | - |
| YUV | 215.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 52 | 0 | 0.00 | 0.78 | 0.07 | 59.68 | 0.84 | 0.57 |
| Hex | ED | EC | 34 | 0 | 0 | 4E | 7 | 3C | 54 | 39 |
| Octal | 355 | 354 | 64 | 0 | 0 | 116 | 7 | 74 | 124 | 71 |
| Binary | 11101101 | 11101100 | 110100 | 0 | 0 | 1001110 | 111 | 111100 | 1010100 | 111001 |
Color Harmonies of #EDEC34
Complementary color
Monochromatic Colors of #EDEC34
Black with #EDEC34
Text Example
Text Example
White with #EDEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC34; }
p { color: rgb(237,236,52); }
H1.HeaderClassName
{
color: #EDEC34;
}
.AnyTagClassName
{
color: #EDEC34;
}
</style>
background-color css
<style>
a { background-color: #EDEC34; }
a { background-color: rgb(237,236,52); }
div.DivClassName
{
background-color: #EDEC34;
}
.BgClassName
{
background-color: #EDEC34;
}
</style>
border-color css
<style>
span { border-color: #EDEC34; }
span { border-color: rgb(237,236,52); }
td.TdClassName
{
border-color: #EDEC34;
}
.TagClassName
{
border-color: #EDEC34;
}
</style>