Shades of Golden Fizz #EDD431
Tints of Golden Fizz #EDD431
RGB
CMYK
RGB Variations
Color information
#EDD431 (or 0xEDD431) is known color: Golden Fizz. HEX triplet: ED, D4 and 31. RGB value is (237,212,49). Sum of RGB (Red+Green+Blue) = 237+212+49=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD431 is #122BCE. Grayscale: #C9C9C9. Windows color (decimal): -1190863 or 3265773. OLE color: 3265773.
HSL color Cylindrical-coordinate representation of color #EDD431: hue angle of 52.02º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDD431 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.07 |
| HSL | 52.02º | 0.84% | 0.56% | - |
| HSV(B) | 52.02º | 0.79% | 0.93% | - |
| XYZ | 59.02 | 65.31 | 12.4 | - |
| YUV | 200.89 | 42.28 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 49 | 0 | 0.11 | 0.79 | 0.07 | 52.02 | 0.84 | 0.56 |
| Hex | ED | D4 | 31 | 0 | B | 4F | 7 | 34 | 54 | 38 |
| Octal | 355 | 324 | 61 | 0 | 13 | 117 | 7 | 64 | 124 | 70 |
| Binary | 11101101 | 11010100 | 110001 | 0 | 1011 | 1001111 | 111 | 110100 | 1010100 | 111000 |
Color Harmonies of #EDD431
Complementary color
Monochromatic Colors of #EDD431
Black with #EDD431
Text Example
Text Example
White with #EDD431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD431; }
p { color: rgb(237,212,49); }
H1.HeaderClassName
{
color: #EDD431;
}
.AnyTagClassName
{
color: #EDD431;
}
</style>
background-color css
<style>
a { background-color: #EDD431; }
a { background-color: rgb(237,212,49); }
div.DivClassName
{
background-color: #EDD431;
}
.BgClassName
{
background-color: #EDD431;
}
</style>
border-color css
<style>
span { border-color: #EDD431; }
span { border-color: rgb(237,212,49); }
td.TdClassName
{
border-color: #EDD431;
}
.TagClassName
{
border-color: #EDD431;
}
</style>