Shades of Golden Fizz #EDE734
Tints of Golden Fizz #EDE734
RGB
CMYK
RGB Variations
Color information
#EDE734 (or 0xEDE734) is known color: Golden Fizz. HEX triplet: ED, E7 and 34. RGB value is (237,231,52). Sum of RGB (Red+Green+Blue) = 237+231+52=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE734 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE734 is #1218CB. Grayscale: #D5D5D5. Windows color (decimal): -1185996 or 3467245. OLE color: 3467245.
HSL color Cylindrical-coordinate representation of color #EDE734: hue angle of 58.05º 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 #EDE734 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 52 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.07 |
| HSL | 58.05º | 0.84% | 0.57% | - |
| HSV(B) | 58.05º | 0.78% | 0.93% | - |
| XYZ | 64.12 | 75.4 | 14.42 | - |
| YUV | 212.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 52 | 0 | 0.03 | 0.78 | 0.07 | 58.05 | 0.84 | 0.57 |
| Hex | ED | E7 | 34 | 0 | 3 | 4E | 7 | 3A | 54 | 39 |
| Octal | 355 | 347 | 64 | 0 | 3 | 116 | 7 | 72 | 124 | 71 |
| Binary | 11101101 | 11100111 | 110100 | 0 | 11 | 1001110 | 111 | 111010 | 1010100 | 111001 |
Color Harmonies of #EDE734
Complementary color
Monochromatic Colors of #EDE734
Black with #EDE734
Text Example
Text Example
White with #EDE734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE734; }
p { color: rgb(237,231,52); }
H1.HeaderClassName
{
color: #EDE734;
}
.AnyTagClassName
{
color: #EDE734;
}
</style>
background-color css
<style>
a { background-color: #EDE734; }
a { background-color: rgb(237,231,52); }
div.DivClassName
{
background-color: #EDE734;
}
.BgClassName
{
background-color: #EDE734;
}
</style>
border-color css
<style>
span { border-color: #EDE734; }
span { border-color: rgb(237,231,52); }
td.TdClassName
{
border-color: #EDE734;
}
.TagClassName
{
border-color: #EDE734;
}
</style>