Shades of Golden Fizz #EDD933
Tints of Golden Fizz #EDD933
RGB
CMYK
RGB Variations
Color information
#EDD933 (or 0xEDD933) is known color: Golden Fizz. HEX triplet: ED, D9 and 33. RGB value is (237,217,51). Sum of RGB (Red+Green+Blue) = 237+217+51=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD933 is #1226CC. Grayscale: #CCCCCC. Windows color (decimal): -1189581 or 3398125. OLE color: 3398125.
HSL color Cylindrical-coordinate representation of color #EDD933: hue angle of 53.55º 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 #EDD933 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 51 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.07 |
| HSL | 53.55º | 0.84% | 0.56% | - |
| HSV(B) | 53.55º | 0.78% | 0.93% | - |
| XYZ | 60.34 | 67.87 | 13.05 | - |
| YUV | 204.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 51 | 0 | 0.08 | 0.78 | 0.07 | 53.55 | 0.84 | 0.56 |
| Hex | ED | D9 | 33 | 0 | 8 | 4E | 7 | 36 | 54 | 38 |
| Octal | 355 | 331 | 63 | 0 | 10 | 116 | 7 | 66 | 124 | 70 |
| Binary | 11101101 | 11011001 | 110011 | 0 | 1000 | 1001110 | 111 | 110110 | 1010100 | 111000 |
Color Harmonies of #EDD933
Complementary color
Monochromatic Colors of #EDD933
Black with #EDD933
Text Example
Text Example
White with #EDD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD933; }
p { color: rgb(237,217,51); }
H1.HeaderClassName
{
color: #EDD933;
}
.AnyTagClassName
{
color: #EDD933;
}
</style>
background-color css
<style>
a { background-color: #EDD933; }
a { background-color: rgb(237,217,51); }
div.DivClassName
{
background-color: #EDD933;
}
.BgClassName
{
background-color: #EDD933;
}
</style>
border-color css
<style>
span { border-color: #EDD933; }
span { border-color: rgb(237,217,51); }
td.TdClassName
{
border-color: #EDD933;
}
.TagClassName
{
border-color: #EDD933;
}
</style>