Shades of Golden Fizz #EDE32F
Tints of Golden Fizz #EDE32F
RGB
CMYK
RGB Variations
Color information
#EDE32F (or 0xEDE32F) is known color: Golden Fizz. HEX triplet: ED, E3 and 2F. RGB value is (237,227,47). Sum of RGB (Red+Green+Blue) = 237+227+47=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE32F is #121CD0. Grayscale: #D2D2D2. Windows color (decimal): -1187025 or 3138541. OLE color: 3138541.
HSL color Cylindrical-coordinate representation of color #EDE32F: hue angle of 56.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDE32F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 47 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.07 |
| HSL | 56.84º | 0.84% | 0.56% | - |
| HSV(B) | 56.84º | 0.8% | 0.93% | - |
| XYZ | 62.91 | 73.15 | 13.49 | - |
| YUV | 209.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 47 | 0 | 0.04 | 0.80 | 0.07 | 56.84 | 0.84 | 0.56 |
| Hex | ED | E3 | 2F | 0 | 4 | 50 | 7 | 39 | 54 | 38 |
| Octal | 355 | 343 | 57 | 0 | 4 | 120 | 7 | 71 | 124 | 70 |
| Binary | 11101101 | 11100011 | 101111 | 0 | 100 | 1010000 | 111 | 111001 | 1010100 | 111000 |
Color Harmonies of #EDE32F
Complementary color
Monochromatic Colors of #EDE32F
Black with #EDE32F
Text Example
Text Example
White with #EDE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE32F; }
p { color: rgb(237,227,47); }
H1.HeaderClassName
{
color: #EDE32F;
}
.AnyTagClassName
{
color: #EDE32F;
}
</style>
background-color css
<style>
a { background-color: #EDE32F; }
a { background-color: rgb(237,227,47); }
div.DivClassName
{
background-color: #EDE32F;
}
.BgClassName
{
background-color: #EDE32F;
}
</style>
border-color css
<style>
span { border-color: #EDE32F; }
span { border-color: rgb(237,227,47); }
td.TdClassName
{
border-color: #EDE32F;
}
.TagClassName
{
border-color: #EDE32F;
}
</style>