Shades of Golden Fizz #EDE63A
Tints of Golden Fizz #EDE63A
RGB
CMYK
RGB Variations
Color information
#EDE63A (or 0xEDE63A) is known color: Golden Fizz. HEX triplet: ED, E6 and 3A. RGB value is (237,230,58). Sum of RGB (Red+Green+Blue) = 237+230+58=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE63A is #1219C5. Grayscale: #D5D5D5. Windows color (decimal): -1186246 or 3860205. OLE color: 3860205.
HSL color Cylindrical-coordinate representation of color #EDE63A: hue angle of 57.65º 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 #EDE63A is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 58 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.07 |
| HSL | 57.65º | 0.83% | 0.58% | - |
| HSV(B) | 57.65º | 0.76% | 0.93% | - |
| XYZ | 63.99 | 74.9 | 15.09 | - |
| YUV | 212.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 58 | 0 | 0.03 | 0.76 | 0.07 | 57.65 | 0.83 | 0.58 |
| Hex | ED | E6 | 3A | 0 | 3 | 4C | 7 | 3A | 53 | 3A |
| Octal | 355 | 346 | 72 | 0 | 3 | 114 | 7 | 72 | 123 | 72 |
| Binary | 11101101 | 11100110 | 111010 | 0 | 11 | 1001100 | 111 | 111010 | 1010011 | 111010 |
Color Harmonies of #EDE63A
Complementary color
Monochromatic Colors of #EDE63A
Black with #EDE63A
Text Example
Text Example
White with #EDE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE63A; }
p { color: rgb(237,230,58); }
H1.HeaderClassName
{
color: #EDE63A;
}
.AnyTagClassName
{
color: #EDE63A;
}
</style>
background-color css
<style>
a { background-color: #EDE63A; }
a { background-color: rgb(237,230,58); }
div.DivClassName
{
background-color: #EDE63A;
}
.BgClassName
{
background-color: #EDE63A;
}
</style>
border-color css
<style>
span { border-color: #EDE63A; }
span { border-color: rgb(237,230,58); }
td.TdClassName
{
border-color: #EDE63A;
}
.TagClassName
{
border-color: #EDE63A;
}
</style>