Shades of Golden Fizz #EDE723
Tints of Golden Fizz #EDE723
RGB
CMYK
RGB Variations
Color information
#EDE723 (or 0xEDE723) is known color: Golden Fizz. HEX triplet: ED, E7 and 23. RGB value is (237,231,35). Sum of RGB (Red+Green+Blue) = 237+231+35=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE723 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE723 is #1218DC. Grayscale: #D3D3D3. Windows color (decimal): -1186013 or 2353133. OLE color: 2353133.
HSL color Cylindrical-coordinate representation of color #EDE723: hue angle of 58.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDE723 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 35 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.07 |
| HSL | 58.22º | 0.85% | 0.53% | - |
| HSV(B) | 58.22º | 0.85% | 0.93% | - |
| XYZ | 63.8 | 75.28 | 12.76 | - |
| YUV | 210.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 35 | 0 | 0.03 | 0.85 | 0.07 | 58.22 | 0.85 | 0.53 |
| Hex | ED | E7 | 23 | 0 | 3 | 55 | 7 | 3A | 55 | 35 |
| Octal | 355 | 347 | 43 | 0 | 3 | 125 | 7 | 72 | 125 | 65 |
| Binary | 11101101 | 11100111 | 100011 | 0 | 11 | 1010101 | 111 | 111010 | 1010101 | 110101 |
Color Harmonies of #EDE723
Complementary color
Monochromatic Colors of #EDE723
Black with #EDE723
Text Example
Text Example
White with #EDE723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE723; }
p { color: rgb(237,231,35); }
H1.HeaderClassName
{
color: #EDE723;
}
.AnyTagClassName
{
color: #EDE723;
}
</style>
background-color css
<style>
a { background-color: #EDE723; }
a { background-color: rgb(237,231,35); }
div.DivClassName
{
background-color: #EDE723;
}
.BgClassName
{
background-color: #EDE723;
}
</style>
border-color css
<style>
span { border-color: #EDE723; }
span { border-color: rgb(237,231,35); }
td.TdClassName
{
border-color: #EDE723;
}
.TagClassName
{
border-color: #EDE723;
}
</style>