Shades of Golden Fizz #EDE31F
Tints of Golden Fizz #EDE31F
RGB
CMYK
RGB Variations
Color information
#EDE31F (or 0xEDE31F) is known color: Golden Fizz. HEX triplet: ED, E3 and 1F. RGB value is (237,227,31). Sum of RGB (Red+Green+Blue) = 237+227+31=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE31F is #121CE0. Grayscale: #D0D0D0. Windows color (decimal): -1187041 or 2089965. OLE color: 2089965.
HSL color Cylindrical-coordinate representation of color #EDE31F: hue angle of 57.09º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDE31F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 31 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.07 |
| HSL | 57.09º | 0.85% | 0.53% | - |
| HSV(B) | 57.09º | 0.87% | 0.93% | - |
| XYZ | 62.64 | 73.04 | 12.09 | - |
| YUV | 207.65 | 28.31 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 31 | 0 | 0.04 | 0.87 | 0.07 | 57.09 | 0.85 | 0.53 |
| Hex | ED | E3 | 1F | 0 | 4 | 57 | 7 | 39 | 55 | 35 |
| Octal | 355 | 343 | 37 | 0 | 4 | 127 | 7 | 71 | 125 | 65 |
| Binary | 11101101 | 11100011 | 11111 | 0 | 100 | 1010111 | 111 | 111001 | 1010101 | 110101 |
Color Harmonies of #EDE31F
Complementary color
Monochromatic Colors of #EDE31F
Black with #EDE31F
Text Example
Text Example
White with #EDE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE31F; }
p { color: rgb(237,227,31); }
H1.HeaderClassName
{
color: #EDE31F;
}
.AnyTagClassName
{
color: #EDE31F;
}
</style>
background-color css
<style>
a { background-color: #EDE31F; }
a { background-color: rgb(237,227,31); }
div.DivClassName
{
background-color: #EDE31F;
}
.BgClassName
{
background-color: #EDE31F;
}
</style>
border-color css
<style>
span { border-color: #EDE31F; }
span { border-color: rgb(237,227,31); }
td.TdClassName
{
border-color: #EDE31F;
}
.TagClassName
{
border-color: #EDE31F;
}
</style>