Shades of Golden Fizz #EDD62E
Tints of Golden Fizz #EDD62E
RGB
CMYK
RGB Variations
Color information
#EDD62E (or 0xEDD62E) is known color: Golden Fizz. HEX triplet: ED, D6 and 2E. RGB value is (237,214,46). Sum of RGB (Red+Green+Blue) = 237+214+46=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD62E is #1229D1. Grayscale: #CACACA. Windows color (decimal): -1190354 or 3069677. OLE color: 3069677.
HSL color Cylindrical-coordinate representation of color #EDD62E: hue angle of 52.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDD62E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 46 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.07 |
| HSL | 52.77º | 0.84% | 0.55% | - |
| HSV(B) | 52.77º | 0.81% | 0.93% | - |
| XYZ | 59.46 | 66.29 | 12.25 | - |
| YUV | 201.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 46 | 0 | 0.10 | 0.81 | 0.07 | 52.77 | 0.84 | 0.55 |
| Hex | ED | D6 | 2E | 0 | A | 51 | 7 | 35 | 54 | 37 |
| Octal | 355 | 326 | 56 | 0 | 12 | 121 | 7 | 65 | 124 | 67 |
| Binary | 11101101 | 11010110 | 101110 | 0 | 1010 | 1010001 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #EDD62E
Complementary color
Monochromatic Colors of #EDD62E
Black with #EDD62E
Text Example
Text Example
White with #EDD62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD62E; }
p { color: rgb(237,214,46); }
H1.HeaderClassName
{
color: #EDD62E;
}
.AnyTagClassName
{
color: #EDD62E;
}
</style>
background-color css
<style>
a { background-color: #EDD62E; }
a { background-color: rgb(237,214,46); }
div.DivClassName
{
background-color: #EDD62E;
}
.BgClassName
{
background-color: #EDD62E;
}
</style>
border-color css
<style>
span { border-color: #EDD62E; }
span { border-color: rgb(237,214,46); }
td.TdClassName
{
border-color: #EDD62E;
}
.TagClassName
{
border-color: #EDD62E;
}
</style>