Shades of Golden Fizz #EDE033
Tints of Golden Fizz #EDE033
RGB
CMYK
RGB Variations
Color information
#EDE033 (or 0xEDE033) is known color: Golden Fizz. HEX triplet: ED, E0 and 33. RGB value is (237,224,51). Sum of RGB (Red+Green+Blue) = 237+224+51=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE033 is #121FCC. Grayscale: #D0D0D0. Windows color (decimal): -1187789 or 3399917. OLE color: 3399917.
HSL color Cylindrical-coordinate representation of color #EDE033: hue angle of 55.81º 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 #EDE033 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 51 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.07 |
| HSL | 55.81º | 0.84% | 0.56% | - |
| HSV(B) | 55.81º | 0.78% | 0.93% | - |
| XYZ | 62.18 | 71.55 | 13.67 | - |
| YUV | 208.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 51 | 0 | 0.05 | 0.78 | 0.07 | 55.81 | 0.84 | 0.56 |
| Hex | ED | E0 | 33 | 0 | 5 | 4E | 7 | 38 | 54 | 38 |
| Octal | 355 | 340 | 63 | 0 | 5 | 116 | 7 | 70 | 124 | 70 |
| Binary | 11101101 | 11100000 | 110011 | 0 | 101 | 1001110 | 111 | 111000 | 1010100 | 111000 |
Color Harmonies of #EDE033
Complementary color
Monochromatic Colors of #EDE033
Black with #EDE033
Text Example
Text Example
White with #EDE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE033; }
p { color: rgb(237,224,51); }
H1.HeaderClassName
{
color: #EDE033;
}
.AnyTagClassName
{
color: #EDE033;
}
</style>
background-color css
<style>
a { background-color: #EDE033; }
a { background-color: rgb(237,224,51); }
div.DivClassName
{
background-color: #EDE033;
}
.BgClassName
{
background-color: #EDE033;
}
</style>
border-color css
<style>
span { border-color: #EDE033; }
span { border-color: rgb(237,224,51); }
td.TdClassName
{
border-color: #EDE033;
}
.TagClassName
{
border-color: #EDE033;
}
</style>