Shades of Golden Fizz #EDE62B
Tints of Golden Fizz #EDE62B
RGB
CMYK
RGB Variations
Color information
#EDE62B (or 0xEDE62B) is known color: Golden Fizz. HEX triplet: ED, E6 and 2B. RGB value is (237,230,43). Sum of RGB (Red+Green+Blue) = 237+230+43=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 43 (17.19% from 255 or 8.43% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE62B is #1219D4. Grayscale: #D3D3D3. Windows color (decimal): -1186261 or 2877165. OLE color: 2877165.
HSL color Cylindrical-coordinate representation of color #EDE62B: hue angle of 57.84º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDE62B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 43 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.07 |
| HSL | 57.84º | 0.84% | 0.55% | - |
| HSV(B) | 57.84º | 0.82% | 0.93% | - |
| XYZ | 63.66 | 74.77 | 13.36 | - |
| YUV | 210.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 43 | 0 | 0.03 | 0.82 | 0.07 | 57.84 | 0.84 | 0.55 |
| Hex | ED | E6 | 2B | 0 | 3 | 52 | 7 | 3A | 54 | 37 |
| Octal | 355 | 346 | 53 | 0 | 3 | 122 | 7 | 72 | 124 | 67 |
| Binary | 11101101 | 11100110 | 101011 | 0 | 11 | 1010010 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #EDE62B
Complementary color
Monochromatic Colors of #EDE62B
Black with #EDE62B
Text Example
Text Example
White with #EDE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE62B; }
p { color: rgb(237,230,43); }
H1.HeaderClassName
{
color: #EDE62B;
}
.AnyTagClassName
{
color: #EDE62B;
}
</style>
background-color css
<style>
a { background-color: #EDE62B; }
a { background-color: rgb(237,230,43); }
div.DivClassName
{
background-color: #EDE62B;
}
.BgClassName
{
background-color: #EDE62B;
}
</style>
border-color css
<style>
span { border-color: #EDE62B; }
span { border-color: rgb(237,230,43); }
td.TdClassName
{
border-color: #EDE62B;
}
.TagClassName
{
border-color: #EDE62B;
}
</style>