Shades of Golden Fizz #EDD62B
Tints of Golden Fizz #EDD62B
RGB
CMYK
RGB Variations
Color information
#EDD62B (or 0xEDD62B) is known color: Golden Fizz. HEX triplet: ED, D6 and 2B. RGB value is (237,214,43). Sum of RGB (Red+Green+Blue) = 237+214+43=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD62B is #1229D4. Grayscale: #CACACA. Windows color (decimal): -1190357 or 2873069. OLE color: 2873069.
HSL color Cylindrical-coordinate representation of color #EDD62B: hue angle of 52.89º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDD62B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 43 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.07 |
| HSL | 52.89º | 0.84% | 0.55% | - |
| HSV(B) | 52.89º | 0.82% | 0.93% | - |
| XYZ | 59.41 | 66.27 | 11.95 | - |
| YUV | 201.38 | 38.62 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 43 | 0 | 0.10 | 0.82 | 0.07 | 52.89 | 0.84 | 0.55 |
| Hex | ED | D6 | 2B | 0 | A | 52 | 7 | 35 | 54 | 37 |
| Octal | 355 | 326 | 53 | 0 | 12 | 122 | 7 | 65 | 124 | 67 |
| Binary | 11101101 | 11010110 | 101011 | 0 | 1010 | 1010010 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #EDD62B
Complementary color
Monochromatic Colors of #EDD62B
Black with #EDD62B
Text Example
Text Example
White with #EDD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD62B; }
p { color: rgb(237,214,43); }
H1.HeaderClassName
{
color: #EDD62B;
}
.AnyTagClassName
{
color: #EDD62B;
}
</style>
background-color css
<style>
a { background-color: #EDD62B; }
a { background-color: rgb(237,214,43); }
div.DivClassName
{
background-color: #EDD62B;
}
.BgClassName
{
background-color: #EDD62B;
}
</style>
border-color css
<style>
span { border-color: #EDD62B; }
span { border-color: rgb(237,214,43); }
td.TdClassName
{
border-color: #EDD62B;
}
.TagClassName
{
border-color: #EDD62B;
}
</style>