Shades of Golden Fizz #EDE728
Tints of Golden Fizz #EDE728
RGB
CMYK
RGB Variations
Color information
#EDE728 (or 0xEDE728) is known color: Golden Fizz. HEX triplet: ED, E7 and 28. RGB value is (237,231,40). Sum of RGB (Red+Green+Blue) = 237+231+40=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE728 is #1218D7. Grayscale: #D3D3D3. Windows color (decimal): -1186008 or 2680813. OLE color: 2680813.
HSL color Cylindrical-coordinate representation of color #EDE728: hue angle of 58.17º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDE728 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 40 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.07 |
| HSL | 58.17º | 0.85% | 0.54% | - |
| HSV(B) | 58.17º | 0.83% | 0.93% | - |
| XYZ | 63.88 | 75.31 | 13.18 | - |
| YUV | 211.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 40 | 0 | 0.03 | 0.83 | 0.07 | 58.17 | 0.85 | 0.54 |
| Hex | ED | E7 | 28 | 0 | 3 | 53 | 7 | 3A | 55 | 36 |
| Octal | 355 | 347 | 50 | 0 | 3 | 123 | 7 | 72 | 125 | 66 |
| Binary | 11101101 | 11100111 | 101000 | 0 | 11 | 1010011 | 111 | 111010 | 1010101 | 110110 |
Color Harmonies of #EDE728
Complementary color
Monochromatic Colors of #EDE728
Black with #EDE728
Text Example
Text Example
White with #EDE728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE728; }
p { color: rgb(237,231,40); }
H1.HeaderClassName
{
color: #EDE728;
}
.AnyTagClassName
{
color: #EDE728;
}
</style>
background-color css
<style>
a { background-color: #EDE728; }
a { background-color: rgb(237,231,40); }
div.DivClassName
{
background-color: #EDE728;
}
.BgClassName
{
background-color: #EDE728;
}
</style>
border-color css
<style>
span { border-color: #EDE728; }
span { border-color: rgb(237,231,40); }
td.TdClassName
{
border-color: #EDE728;
}
.TagClassName
{
border-color: #EDE728;
}
</style>