Shades of Golden Fizz #EDE138
Tints of Golden Fizz #EDE138
RGB
CMYK
RGB Variations
Color information
#EDE138 (or 0xEDE138) is known color: Golden Fizz. HEX triplet: ED, E1 and 38. RGB value is (237,225,56). Sum of RGB (Red+Green+Blue) = 237+225+56=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 56 (22.27% from 255 or 10.81% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE138 is #121EC7. Grayscale: #D2D2D2. Windows color (decimal): -1187528 or 3727853. OLE color: 3727853.
HSL color Cylindrical-coordinate representation of color #EDE138: hue angle of 56.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 #EDE138 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 56 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.07 |
| HSL | 56.02º | 0.83% | 0.57% | - |
| HSV(B) | 56.02º | 0.76% | 0.93% | - |
| XYZ | 62.56 | 72.14 | 14.37 | - |
| YUV | 209.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 56 | 0 | 0.05 | 0.76 | 0.07 | 56.02 | 0.83 | 0.57 |
| Hex | ED | E1 | 38 | 0 | 5 | 4C | 7 | 38 | 53 | 39 |
| Octal | 355 | 341 | 70 | 0 | 5 | 114 | 7 | 70 | 123 | 71 |
| Binary | 11101101 | 11100001 | 111000 | 0 | 101 | 1001100 | 111 | 111000 | 1010011 | 111001 |
Color Harmonies of #EDE138
Complementary color
Monochromatic Colors of #EDE138
Black with #EDE138
Text Example
Text Example
White with #EDE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE138; }
p { color: rgb(237,225,56); }
H1.HeaderClassName
{
color: #EDE138;
}
.AnyTagClassName
{
color: #EDE138;
}
</style>
background-color css
<style>
a { background-color: #EDE138; }
a { background-color: rgb(237,225,56); }
div.DivClassName
{
background-color: #EDE138;
}
.BgClassName
{
background-color: #EDE138;
}
</style>
border-color css
<style>
span { border-color: #EDE138; }
span { border-color: rgb(237,225,56); }
td.TdClassName
{
border-color: #EDE138;
}
.TagClassName
{
border-color: #EDE138;
}
</style>