Shades of Golden Fizz #EDE338
Tints of Golden Fizz #EDE338
RGB
CMYK
RGB Variations
Color information
#EDE338 (or 0xEDE338) is known color: Golden Fizz. HEX triplet: ED, E3 and 38. RGB value is (237,227,56). Sum of RGB (Red+Green+Blue) = 237+227+56=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE338 is #121CC7. Grayscale: #D3D3D3. Windows color (decimal): -1187016 or 3728365. OLE color: 3728365.
HSL color Cylindrical-coordinate representation of color #EDE338: hue angle of 56.69º 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 #EDE338 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 56 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.07 |
| HSL | 56.69º | 0.83% | 0.57% | - |
| HSV(B) | 56.69º | 0.76% | 0.93% | - |
| XYZ | 63.11 | 73.23 | 14.55 | - |
| YUV | 210.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 56 | 0 | 0.04 | 0.76 | 0.07 | 56.69 | 0.83 | 0.57 |
| Hex | ED | E3 | 38 | 0 | 4 | 4C | 7 | 39 | 53 | 39 |
| Octal | 355 | 343 | 70 | 0 | 4 | 114 | 7 | 71 | 123 | 71 |
| Binary | 11101101 | 11100011 | 111000 | 0 | 100 | 1001100 | 111 | 111001 | 1010011 | 111001 |
Color Harmonies of #EDE338
Complementary color
Monochromatic Colors of #EDE338
Black with #EDE338
Text Example
Text Example
White with #EDE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE338; }
p { color: rgb(237,227,56); }
H1.HeaderClassName
{
color: #EDE338;
}
.AnyTagClassName
{
color: #EDE338;
}
</style>
background-color css
<style>
a { background-color: #EDE338; }
a { background-color: rgb(237,227,56); }
div.DivClassName
{
background-color: #EDE338;
}
.BgClassName
{
background-color: #EDE338;
}
</style>
border-color css
<style>
span { border-color: #EDE338; }
span { border-color: rgb(237,227,56); }
td.TdClassName
{
border-color: #EDE338;
}
.TagClassName
{
border-color: #EDE338;
}
</style>