Shades of Golden Fizz #EDDF2A
Tints of Golden Fizz #EDDF2A
RGB
CMYK
RGB Variations
Color information
#EDDF2A (or 0xEDDF2A) is known color: Golden Fizz. HEX triplet: ED, DF and 2A. RGB value is (237,223,42). Sum of RGB (Red+Green+Blue) = 237+223+42=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF2A is #1220D5. Grayscale: #CFCFCF. Windows color (decimal): -1188054 or 2809837. OLE color: 2809837.
HSL color Cylindrical-coordinate representation of color #EDDF2A: hue angle of 55.69º 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 #EDDF2A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.07 |
| HSL | 55.69º | 0.84% | 0.55% | - |
| HSV(B) | 55.69º | 0.82% | 0.93% | - |
| XYZ | 61.73 | 70.95 | 12.63 | - |
| YUV | 206.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 42 | 0 | 0.06 | 0.82 | 0.07 | 55.69 | 0.84 | 0.55 |
| Hex | ED | DF | 2A | 0 | 6 | 52 | 7 | 38 | 54 | 37 |
| Octal | 355 | 337 | 52 | 0 | 6 | 122 | 7 | 70 | 124 | 67 |
| Binary | 11101101 | 11011111 | 101010 | 0 | 110 | 1010010 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDDF2A
Complementary color
Monochromatic Colors of #EDDF2A
Black with #EDDF2A
Text Example
Text Example
White with #EDDF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF2A; }
p { color: rgb(237,223,42); }
H1.HeaderClassName
{
color: #EDDF2A;
}
.AnyTagClassName
{
color: #EDDF2A;
}
</style>
background-color css
<style>
a { background-color: #EDDF2A; }
a { background-color: rgb(237,223,42); }
div.DivClassName
{
background-color: #EDDF2A;
}
.BgClassName
{
background-color: #EDDF2A;
}
</style>
border-color css
<style>
span { border-color: #EDDF2A; }
span { border-color: rgb(237,223,42); }
td.TdClassName
{
border-color: #EDDF2A;
}
.TagClassName
{
border-color: #EDDF2A;
}
</style>