Shades of Golden Fizz #EDE232
Tints of Golden Fizz #EDE232
RGB
CMYK
RGB Variations
Color information
#EDE232 (or 0xEDE232) is known color: Golden Fizz. HEX triplet: ED, E2 and 32. RGB value is (237,226,50). Sum of RGB (Red+Green+Blue) = 237+226+50=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE232 is #121DCD. Grayscale: #D1D1D1. Windows color (decimal): -1187278 or 3334893. OLE color: 3334893.
HSL color Cylindrical-coordinate representation of color #EDE232: hue angle of 56.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDE232 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 50 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.07 |
| HSL | 56.47º | 0.84% | 0.56% | - |
| HSV(B) | 56.47º | 0.79% | 0.93% | - |
| XYZ | 62.7 | 72.63 | 13.73 | - |
| YUV | 209.23 | 38.14 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 50 | 0 | 0.05 | 0.79 | 0.07 | 56.47 | 0.84 | 0.56 |
| Hex | ED | E2 | 32 | 0 | 5 | 4F | 7 | 38 | 54 | 38 |
| Octal | 355 | 342 | 62 | 0 | 5 | 117 | 7 | 70 | 124 | 70 |
| Binary | 11101101 | 11100010 | 110010 | 0 | 101 | 1001111 | 111 | 111000 | 1010100 | 111000 |
Color Harmonies of #EDE232
Complementary color
Monochromatic Colors of #EDE232
Black with #EDE232
Text Example
Text Example
White with #EDE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE232; }
p { color: rgb(237,226,50); }
H1.HeaderClassName
{
color: #EDE232;
}
.AnyTagClassName
{
color: #EDE232;
}
</style>
background-color css
<style>
a { background-color: #EDE232; }
a { background-color: rgb(237,226,50); }
div.DivClassName
{
background-color: #EDE232;
}
.BgClassName
{
background-color: #EDE232;
}
</style>
border-color css
<style>
span { border-color: #EDE232; }
span { border-color: rgb(237,226,50); }
td.TdClassName
{
border-color: #EDE232;
}
.TagClassName
{
border-color: #EDE232;
}
</style>