Shades of Golden Fizz #EDED33
Tints of Golden Fizz #EDED33
RGB
CMYK
RGB Variations
Color information
#EDED33 (or 0xEDED33) is known color: Golden Fizz. HEX triplet: ED, ED and 33. RGB value is (237,237,51). Sum of RGB (Red+Green+Blue) = 237+237+51=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED33 is #1212CC. Grayscale: #D8D8D8. Windows color (decimal): -1184461 or 3403245. OLE color: 3403245.
HSL color Cylindrical-coordinate representation of color #EDED33: hue angle of 60º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDED33 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 51 | - |
| CMYK | 0 | 0 | 0.78 | 0.07 |
| HSL | 60º | 0.84% | 0.56% | - |
| HSV(B) | 60º | 0.78% | 0.93% | - |
| XYZ | 65.81 | 78.81 | 14.88 | - |
| YUV | 215.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 51 | 0 | 0 | 0.78 | 0.07 | 60 | 0.84 | 0.56 |
| Hex | ED | ED | 33 | 0 | 0 | 4E | 7 | 3C | 54 | 38 |
| Octal | 355 | 355 | 63 | 0 | 0 | 116 | 7 | 74 | 124 | 70 |
| Binary | 11101101 | 11101101 | 110011 | 0 | 0 | 1001110 | 111 | 111100 | 1010100 | 111000 |
Color Harmonies of #EDED33
Complementary color
Monochromatic Colors of #EDED33
Black with #EDED33
Text Example
Text Example
White with #EDED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED33; }
p { color: rgb(237,237,51); }
H1.HeaderClassName
{
color: #EDED33;
}
.AnyTagClassName
{
color: #EDED33;
}
</style>
background-color css
<style>
a { background-color: #EDED33; }
a { background-color: rgb(237,237,51); }
div.DivClassName
{
background-color: #EDED33;
}
.BgClassName
{
background-color: #EDED33;
}
</style>
border-color css
<style>
span { border-color: #EDED33; }
span { border-color: rgb(237,237,51); }
td.TdClassName
{
border-color: #EDED33;
}
.TagClassName
{
border-color: #EDED33;
}
</style>