Shades of Golden Fizz #EDE83A
Tints of Golden Fizz #EDE83A
RGB
CMYK
RGB Variations
Color information
#EDE83A (or 0xEDE83A) is known color: Golden Fizz. HEX triplet: ED, E8 and 3A. RGB value is (237,232,58). Sum of RGB (Red+Green+Blue) = 237+232+58=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE83A is #1217C5. Grayscale: #D6D6D6. Windows color (decimal): -1185734 or 3860717. OLE color: 3860717.
HSL color Cylindrical-coordinate representation of color #EDE83A: hue angle of 58.32º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDE83A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 58 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.07 |
| HSL | 58.32º | 0.83% | 0.58% | - |
| HSV(B) | 58.32º | 0.76% | 0.93% | - |
| XYZ | 64.55 | 76.02 | 15.28 | - |
| YUV | 213.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 58 | 0 | 0.02 | 0.76 | 0.07 | 58.32 | 0.83 | 0.58 |
| Hex | ED | E8 | 3A | 0 | 2 | 4C | 7 | 3A | 53 | 3A |
| Octal | 355 | 350 | 72 | 0 | 2 | 114 | 7 | 72 | 123 | 72 |
| Binary | 11101101 | 11101000 | 111010 | 0 | 10 | 1001100 | 111 | 111010 | 1010011 | 111010 |
Color Harmonies of #EDE83A
Complementary color
Monochromatic Colors of #EDE83A
Black with #EDE83A
Text Example
Text Example
White with #EDE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE83A; }
p { color: rgb(237,232,58); }
H1.HeaderClassName
{
color: #EDE83A;
}
.AnyTagClassName
{
color: #EDE83A;
}
</style>
background-color css
<style>
a { background-color: #EDE83A; }
a { background-color: rgb(237,232,58); }
div.DivClassName
{
background-color: #EDE83A;
}
.BgClassName
{
background-color: #EDE83A;
}
</style>
border-color css
<style>
span { border-color: #EDE83A; }
span { border-color: rgb(237,232,58); }
td.TdClassName
{
border-color: #EDE83A;
}
.TagClassName
{
border-color: #EDE83A;
}
</style>