Shades of Golden Fizz #EDE134
Tints of Golden Fizz #EDE134
RGB
CMYK
RGB Variations
Color information
#EDE134 (or 0xEDE134) is known color: Golden Fizz. HEX triplet: ED, E1 and 34. RGB value is (237,225,52). Sum of RGB (Red+Green+Blue) = 237+225+52=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE134 is #121ECB. Grayscale: #D1D1D1. Windows color (decimal): -1187532 or 3465709. OLE color: 3465709.
HSL color Cylindrical-coordinate representation of color #EDE134: hue angle of 56.11º 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 #EDE134 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 52 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.07 |
| HSL | 56.11º | 0.84% | 0.57% | - |
| HSV(B) | 56.11º | 0.78% | 0.93% | - |
| XYZ | 62.47 | 72.1 | 13.87 | - |
| YUV | 208.87 | 39.48 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 52 | 0 | 0.05 | 0.78 | 0.07 | 56.11 | 0.84 | 0.57 |
| Hex | ED | E1 | 34 | 0 | 5 | 4E | 7 | 38 | 54 | 39 |
| Octal | 355 | 341 | 64 | 0 | 5 | 116 | 7 | 70 | 124 | 71 |
| Binary | 11101101 | 11100001 | 110100 | 0 | 101 | 1001110 | 111 | 111000 | 1010100 | 111001 |
Color Harmonies of #EDE134
Complementary color
Monochromatic Colors of #EDE134
Black with #EDE134
Text Example
Text Example
White with #EDE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE134; }
p { color: rgb(237,225,52); }
H1.HeaderClassName
{
color: #EDE134;
}
.AnyTagClassName
{
color: #EDE134;
}
</style>
background-color css
<style>
a { background-color: #EDE134; }
a { background-color: rgb(237,225,52); }
div.DivClassName
{
background-color: #EDE134;
}
.BgClassName
{
background-color: #EDE134;
}
</style>
border-color css
<style>
span { border-color: #EDE134; }
span { border-color: rgb(237,225,52); }
td.TdClassName
{
border-color: #EDE134;
}
.TagClassName
{
border-color: #EDE134;
}
</style>