Shades of Golden Fizz #EDE133
Tints of Golden Fizz #EDE133
RGB
CMYK
RGB Variations
Color information
#EDE133 (or 0xEDE133) is known color: Golden Fizz. HEX triplet: ED, E1 and 33. RGB value is (237,225,51). Sum of RGB (Red+Green+Blue) = 237+225+51=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE133 is #121ECC. Grayscale: #D1D1D1. Windows color (decimal): -1187533 or 3400173. OLE color: 3400173.
HSL color Cylindrical-coordinate representation of color #EDE133: hue angle of 56.13º 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 #EDE133 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 51 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.07 |
| HSL | 56.13º | 0.84% | 0.56% | - |
| HSV(B) | 56.13º | 0.78% | 0.93% | - |
| XYZ | 62.45 | 72.09 | 13.76 | - |
| YUV | 208.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 51 | 0 | 0.05 | 0.78 | 0.07 | 56.13 | 0.84 | 0.56 |
| Hex | ED | E1 | 33 | 0 | 5 | 4E | 7 | 38 | 54 | 38 |
| Octal | 355 | 341 | 63 | 0 | 5 | 116 | 7 | 70 | 124 | 70 |
| Binary | 11101101 | 11100001 | 110011 | 0 | 101 | 1001110 | 111 | 111000 | 1010100 | 111000 |
Color Harmonies of #EDE133
Complementary color
Monochromatic Colors of #EDE133
Black with #EDE133
Text Example
Text Example
White with #EDE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE133; }
p { color: rgb(237,225,51); }
H1.HeaderClassName
{
color: #EDE133;
}
.AnyTagClassName
{
color: #EDE133;
}
</style>
background-color css
<style>
a { background-color: #EDE133; }
a { background-color: rgb(237,225,51); }
div.DivClassName
{
background-color: #EDE133;
}
.BgClassName
{
background-color: #EDE133;
}
</style>
border-color css
<style>
span { border-color: #EDE133; }
span { border-color: rgb(237,225,51); }
td.TdClassName
{
border-color: #EDE133;
}
.TagClassName
{
border-color: #EDE133;
}
</style>