Shades of Golden Fizz #EDE438
Tints of Golden Fizz #EDE438
RGB
CMYK
RGB Variations
Color information
#EDE438 (or 0xEDE438) is known color: Golden Fizz. HEX triplet: ED, E4 and 38. RGB value is (237,228,56). Sum of RGB (Red+Green+Blue) = 237+228+56=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 56 (22.27% from 255 or 10.75% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE438 is #121BC7. Grayscale: #D3D3D3. Windows color (decimal): -1186760 or 3728621. OLE color: 3728621.
HSL color Cylindrical-coordinate representation of color #EDE438: hue angle of 57.02º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDE438 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 56 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.07 |
| HSL | 57.02º | 0.83% | 0.57% | - |
| HSV(B) | 57.02º | 0.76% | 0.93% | - |
| XYZ | 63.38 | 73.78 | 14.64 | - |
| YUV | 211.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 56 | 0 | 0.04 | 0.76 | 0.07 | 57.02 | 0.83 | 0.57 |
| Hex | ED | E4 | 38 | 0 | 4 | 4C | 7 | 39 | 53 | 39 |
| Octal | 355 | 344 | 70 | 0 | 4 | 114 | 7 | 71 | 123 | 71 |
| Binary | 11101101 | 11100100 | 111000 | 0 | 100 | 1001100 | 111 | 111001 | 1010011 | 111001 |
Color Harmonies of #EDE438
Complementary color
Monochromatic Colors of #EDE438
Black with #EDE438
Text Example
Text Example
White with #EDE438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE438; }
p { color: rgb(237,228,56); }
H1.HeaderClassName
{
color: #EDE438;
}
.AnyTagClassName
{
color: #EDE438;
}
</style>
background-color css
<style>
a { background-color: #EDE438; }
a { background-color: rgb(237,228,56); }
div.DivClassName
{
background-color: #EDE438;
}
.BgClassName
{
background-color: #EDE438;
}
</style>
border-color css
<style>
span { border-color: #EDE438; }
span { border-color: rgb(237,228,56); }
td.TdClassName
{
border-color: #EDE438;
}
.TagClassName
{
border-color: #EDE438;
}
</style>