Shades of Golden Fizz #EDE327
Tints of Golden Fizz #EDE327
RGB
CMYK
RGB Variations
Color information
#EDE327 (or 0xEDE327) is known color: Golden Fizz. HEX triplet: ED, E3 and 27. RGB value is (237,227,39). Sum of RGB (Red+Green+Blue) = 237+227+39=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE327 is #121CD8. Grayscale: #D1D1D1. Windows color (decimal): -1187033 or 2614253. OLE color: 2614253.
HSL color Cylindrical-coordinate representation of color #EDE327: hue angle of 56.97º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDE327 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 39 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.07 |
| HSL | 56.97º | 0.85% | 0.54% | - |
| HSV(B) | 56.97º | 0.84% | 0.93% | - |
| XYZ | 62.76 | 73.09 | 12.72 | - |
| YUV | 208.56 | 32.31 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 39 | 0 | 0.04 | 0.84 | 0.07 | 56.97 | 0.85 | 0.54 |
| Hex | ED | E3 | 27 | 0 | 4 | 54 | 7 | 39 | 55 | 36 |
| Octal | 355 | 343 | 47 | 0 | 4 | 124 | 7 | 71 | 125 | 66 |
| Binary | 11101101 | 11100011 | 100111 | 0 | 100 | 1010100 | 111 | 111001 | 1010101 | 110110 |
Color Harmonies of #EDE327
Complementary color
Monochromatic Colors of #EDE327
Black with #EDE327
Text Example
Text Example
White with #EDE327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE327; }
p { color: rgb(237,227,39); }
H1.HeaderClassName
{
color: #EDE327;
}
.AnyTagClassName
{
color: #EDE327;
}
</style>
background-color css
<style>
a { background-color: #EDE327; }
a { background-color: rgb(237,227,39); }
div.DivClassName
{
background-color: #EDE327;
}
.BgClassName
{
background-color: #EDE327;
}
</style>
border-color css
<style>
span { border-color: #EDE327; }
span { border-color: rgb(237,227,39); }
td.TdClassName
{
border-color: #EDE327;
}
.TagClassName
{
border-color: #EDE327;
}
</style>