Shades of Golden Fizz #EDDD31
Tints of Golden Fizz #EDDD31
RGB
CMYK
RGB Variations
Color information
#EDDD31 (or 0xEDDD31) is known color: Golden Fizz. HEX triplet: ED, DD and 31. RGB value is (237,221,49). Sum of RGB (Red+Green+Blue) = 237+221+49=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD31 is #1222CE. Grayscale: #CECECE. Windows color (decimal): -1188559 or 3268077. OLE color: 3268077.
HSL color Cylindrical-coordinate representation of color #EDDD31: hue angle of 54.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDDD31 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 49 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.07 |
| HSL | 54.89º | 0.84% | 0.56% | - |
| HSV(B) | 54.89º | 0.79% | 0.93% | - |
| XYZ | 61.34 | 69.94 | 13.17 | - |
| YUV | 206.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 49 | 0 | 0.07 | 0.79 | 0.07 | 54.89 | 0.84 | 0.56 |
| Hex | ED | DD | 31 | 0 | 7 | 4F | 7 | 37 | 54 | 38 |
| Octal | 355 | 335 | 61 | 0 | 7 | 117 | 7 | 67 | 124 | 70 |
| Binary | 11101101 | 11011101 | 110001 | 0 | 111 | 1001111 | 111 | 110111 | 1010100 | 111000 |
Color Harmonies of #EDDD31
Complementary color
Monochromatic Colors of #EDDD31
Black with #EDDD31
Text Example
Text Example
White with #EDDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD31; }
p { color: rgb(237,221,49); }
H1.HeaderClassName
{
color: #EDDD31;
}
.AnyTagClassName
{
color: #EDDD31;
}
</style>
background-color css
<style>
a { background-color: #EDDD31; }
a { background-color: rgb(237,221,49); }
div.DivClassName
{
background-color: #EDDD31;
}
.BgClassName
{
background-color: #EDDD31;
}
</style>
border-color css
<style>
span { border-color: #EDDD31; }
span { border-color: rgb(237,221,49); }
td.TdClassName
{
border-color: #EDDD31;
}
.TagClassName
{
border-color: #EDDD31;
}
</style>