Shades of Golden Fizz #EDE335
Tints of Golden Fizz #EDE335
RGB
CMYK
RGB Variations
Color information
#EDE335 (or 0xEDE335) is known color: Golden Fizz. HEX triplet: ED, E3 and 35. RGB value is (237,227,53). Sum of RGB (Red+Green+Blue) = 237+227+53=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 53 (21.09% from 255 or 10.25% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE335 is #121CCA. Grayscale: #D2D2D2. Windows color (decimal): -1187019 or 3531757. OLE color: 3531757.
HSL color Cylindrical-coordinate representation of color #EDE335: hue angle of 56.74º 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 #EDE335 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 53 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 56.74º | 0.84% | 0.57% | - |
| HSV(B) | 56.74º | 0.78% | 0.93% | - |
| XYZ | 63.04 | 73.2 | 14.17 | - |
| YUV | 210.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 53 | 0 | 0.04 | 0.78 | 0.07 | 56.74 | 0.84 | 0.57 |
| Hex | ED | E3 | 35 | 0 | 4 | 4E | 7 | 39 | 54 | 39 |
| Octal | 355 | 343 | 65 | 0 | 4 | 116 | 7 | 71 | 124 | 71 |
| Binary | 11101101 | 11100011 | 110101 | 0 | 100 | 1001110 | 111 | 111001 | 1010100 | 111001 |
Color Harmonies of #EDE335
Complementary color
Monochromatic Colors of #EDE335
Black with #EDE335
Text Example
Text Example
White with #EDE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE335; }
p { color: rgb(237,227,53); }
H1.HeaderClassName
{
color: #EDE335;
}
.AnyTagClassName
{
color: #EDE335;
}
</style>
background-color css
<style>
a { background-color: #EDE335; }
a { background-color: rgb(237,227,53); }
div.DivClassName
{
background-color: #EDE335;
}
.BgClassName
{
background-color: #EDE335;
}
</style>
border-color css
<style>
span { border-color: #EDE335; }
span { border-color: rgb(237,227,53); }
td.TdClassName
{
border-color: #EDE335;
}
.TagClassName
{
border-color: #EDE335;
}
</style>