Shades of Golden Fizz #EDE01D
Tints of Golden Fizz #EDE01D
RGB
CMYK
RGB Variations
Color information
#EDE01D (or 0xEDE01D) is known color: Golden Fizz. HEX triplet: ED, E0 and 1D. RGB value is (237,224,29). Sum of RGB (Red+Green+Blue) = 237+224+29=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE01D is #121FE2. Grayscale: #CECECE. Windows color (decimal): -1187811 or 1958125. OLE color: 1958125.
HSL color Cylindrical-coordinate representation of color #EDE01D: hue angle of 56.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDE01D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.07 |
| HSL | 56.25º | 0.85% | 0.52% | - |
| HSV(B) | 56.25º | 0.88% | 0.93% | - |
| XYZ | 61.8 | 71.4 | 11.69 | - |
| YUV | 205.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 29 | 0 | 0.05 | 0.88 | 0.07 | 56.25 | 0.85 | 0.52 |
| Hex | ED | E0 | 1D | 0 | 5 | 58 | 7 | 38 | 55 | 34 |
| Octal | 355 | 340 | 35 | 0 | 5 | 130 | 7 | 70 | 125 | 64 |
| Binary | 11101101 | 11100000 | 11101 | 0 | 101 | 1011000 | 111 | 111000 | 1010101 | 110100 |
Color Harmonies of #EDE01D
Complementary color
Monochromatic Colors of #EDE01D
Black with #EDE01D
Text Example
Text Example
White with #EDE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE01D; }
p { color: rgb(237,224,29); }
H1.HeaderClassName
{
color: #EDE01D;
}
.AnyTagClassName
{
color: #EDE01D;
}
</style>
background-color css
<style>
a { background-color: #EDE01D; }
a { background-color: rgb(237,224,29); }
div.DivClassName
{
background-color: #EDE01D;
}
.BgClassName
{
background-color: #EDE01D;
}
</style>
border-color css
<style>
span { border-color: #EDE01D; }
span { border-color: rgb(237,224,29); }
td.TdClassName
{
border-color: #EDE01D;
}
.TagClassName
{
border-color: #EDE01D;
}
</style>