Shades of Golden Fizz #EDEB2C
Tints of Golden Fizz #EDEB2C
RGB
CMYK
RGB Variations
Color information
#EDEB2C (or 0xEDEB2C) is known color: Golden Fizz. HEX triplet: ED, EB and 2C. RGB value is (237,235,44). Sum of RGB (Red+Green+Blue) = 237+235+44=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB2C is #1214D3. Grayscale: #D6D6D6. Windows color (decimal): -1184980 or 2943981. OLE color: 2943981.
HSL color Cylindrical-coordinate representation of color #EDEB2C: hue angle of 59.38º 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 #EDEB2C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 44 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.07 |
| HSL | 59.38º | 0.84% | 0.55% | - |
| HSV(B) | 59.38º | 0.81% | 0.93% | - |
| XYZ | 65.09 | 77.6 | 13.93 | - |
| YUV | 213.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 44 | 0 | 0.01 | 0.81 | 0.07 | 59.38 | 0.84 | 0.55 |
| Hex | ED | EB | 2C | 0 | 1 | 51 | 7 | 3B | 54 | 37 |
| Octal | 355 | 353 | 54 | 0 | 1 | 121 | 7 | 73 | 124 | 67 |
| Binary | 11101101 | 11101011 | 101100 | 0 | 1 | 1010001 | 111 | 111011 | 1010100 | 110111 |
Color Harmonies of #EDEB2C
Complementary color
Monochromatic Colors of #EDEB2C
Black with #EDEB2C
Text Example
Text Example
White with #EDEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB2C; }
p { color: rgb(237,235,44); }
H1.HeaderClassName
{
color: #EDEB2C;
}
.AnyTagClassName
{
color: #EDEB2C;
}
</style>
background-color css
<style>
a { background-color: #EDEB2C; }
a { background-color: rgb(237,235,44); }
div.DivClassName
{
background-color: #EDEB2C;
}
.BgClassName
{
background-color: #EDEB2C;
}
</style>
border-color css
<style>
span { border-color: #EDEB2C; }
span { border-color: rgb(237,235,44); }
td.TdClassName
{
border-color: #EDEB2C;
}
.TagClassName
{
border-color: #EDEB2C;
}
</style>