Shades of Golden Fizz #EDD43B
Tints of Golden Fizz #EDD43B
RGB
CMYK
RGB Variations
Color information
#EDD43B (or 0xEDD43B) is known color: Golden Fizz. HEX triplet: ED, D4 and 3B. RGB value is (237,212,59). Sum of RGB (Red+Green+Blue) = 237+212+59=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD43B is #122BC4. Grayscale: #CACACA. Windows color (decimal): -1190853 or 3921133. OLE color: 3921133.
HSL color Cylindrical-coordinate representation of color #EDD43B: hue angle of 51.57º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDD43B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 59 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.57º | 0.83% | 0.58% | - |
| HSV(B) | 51.57º | 0.75% | 0.93% | - |
| XYZ | 59.26 | 65.41 | 13.64 | - |
| YUV | 202.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 59 | 0 | 0.11 | 0.75 | 0.07 | 51.57 | 0.83 | 0.58 |
| Hex | ED | D4 | 3B | 0 | B | 4B | 7 | 34 | 53 | 3A |
| Octal | 355 | 324 | 73 | 0 | 13 | 113 | 7 | 64 | 123 | 72 |
| Binary | 11101101 | 11010100 | 111011 | 0 | 1011 | 1001011 | 111 | 110100 | 1010011 | 111010 |
Color Harmonies of #EDD43B
Complementary color
Monochromatic Colors of #EDD43B
Black with #EDD43B
Text Example
Text Example
White with #EDD43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD43B; }
p { color: rgb(237,212,59); }
H1.HeaderClassName
{
color: #EDD43B;
}
.AnyTagClassName
{
color: #EDD43B;
}
</style>
background-color css
<style>
a { background-color: #EDD43B; }
a { background-color: rgb(237,212,59); }
div.DivClassName
{
background-color: #EDD43B;
}
.BgClassName
{
background-color: #EDD43B;
}
</style>
border-color css
<style>
span { border-color: #EDD43B; }
span { border-color: rgb(237,212,59); }
td.TdClassName
{
border-color: #EDD43B;
}
.TagClassName
{
border-color: #EDD43B;
}
</style>