Shades of Golden Fizz #EDE834
Tints of Golden Fizz #EDE834
RGB
CMYK
RGB Variations
Color information
#EDE834 (or 0xEDE834) is known color: Golden Fizz. HEX triplet: ED, E8 and 34. RGB value is (237,232,52). Sum of RGB (Red+Green+Blue) = 237+232+52=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE834 is #1217CB. Grayscale: #D5D5D5. Windows color (decimal): -1185740 or 3467501. OLE color: 3467501.
HSL color Cylindrical-coordinate representation of color #EDE834: hue angle of 58.38º 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 #EDE834 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 52 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.07 |
| HSL | 58.38º | 0.84% | 0.57% | - |
| HSV(B) | 58.38º | 0.78% | 0.93% | - |
| XYZ | 64.4 | 75.97 | 14.52 | - |
| YUV | 212.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 52 | 0 | 0.02 | 0.78 | 0.07 | 58.38 | 0.84 | 0.57 |
| Hex | ED | E8 | 34 | 0 | 2 | 4E | 7 | 3A | 54 | 39 |
| Octal | 355 | 350 | 64 | 0 | 2 | 116 | 7 | 72 | 124 | 71 |
| Binary | 11101101 | 11101000 | 110100 | 0 | 10 | 1001110 | 111 | 111010 | 1010100 | 111001 |
Color Harmonies of #EDE834
Complementary color
Monochromatic Colors of #EDE834
Black with #EDE834
Text Example
Text Example
White with #EDE834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE834; }
p { color: rgb(237,232,52); }
H1.HeaderClassName
{
color: #EDE834;
}
.AnyTagClassName
{
color: #EDE834;
}
</style>
background-color css
<style>
a { background-color: #EDE834; }
a { background-color: rgb(237,232,52); }
div.DivClassName
{
background-color: #EDE834;
}
.BgClassName
{
background-color: #EDE834;
}
</style>
border-color css
<style>
span { border-color: #EDE834; }
span { border-color: rgb(237,232,52); }
td.TdClassName
{
border-color: #EDE834;
}
.TagClassName
{
border-color: #EDE834;
}
</style>