Shades of Golden Fizz #EDD433
Tints of Golden Fizz #EDD433
RGB
CMYK
RGB Variations
Color information
#EDD433 (or 0xEDD433) is known color: Golden Fizz. HEX triplet: ED, D4 and 33. RGB value is (237,212,51). Sum of RGB (Red+Green+Blue) = 237+212+51=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD433 is #122BCC. Grayscale: #C9C9C9. Windows color (decimal): -1190861 or 3396845. OLE color: 3396845.
HSL color Cylindrical-coordinate representation of color #EDD433: hue angle of 51.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD433 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 51 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.94º | 0.84% | 0.56% | - |
| HSV(B) | 51.94º | 0.78% | 0.93% | - |
| XYZ | 59.07 | 65.33 | 12.63 | - |
| YUV | 201.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 51 | 0 | 0.11 | 0.78 | 0.07 | 51.94 | 0.84 | 0.56 |
| Hex | ED | D4 | 33 | 0 | B | 4E | 7 | 34 | 54 | 38 |
| Octal | 355 | 324 | 63 | 0 | 13 | 116 | 7 | 64 | 124 | 70 |
| Binary | 11101101 | 11010100 | 110011 | 0 | 1011 | 1001110 | 111 | 110100 | 1010100 | 111000 |
Color Harmonies of #EDD433
Complementary color
Monochromatic Colors of #EDD433
Black with #EDD433
Text Example
Text Example
White with #EDD433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD433; }
p { color: rgb(237,212,51); }
H1.HeaderClassName
{
color: #EDD433;
}
.AnyTagClassName
{
color: #EDD433;
}
</style>
background-color css
<style>
a { background-color: #EDD433; }
a { background-color: rgb(237,212,51); }
div.DivClassName
{
background-color: #EDD433;
}
.BgClassName
{
background-color: #EDD433;
}
</style>
border-color css
<style>
span { border-color: #EDD433; }
span { border-color: rgb(237,212,51); }
td.TdClassName
{
border-color: #EDD433;
}
.TagClassName
{
border-color: #EDD433;
}
</style>