Shades of Golden Fizz #E3ED1F
Tints of Golden Fizz #E3ED1F
RGB
CMYK
RGB Variations
Color information
#E3ED1F (or 0xE3ED1F) is known color: Golden Fizz. HEX triplet: E3, ED and 1F. RGB value is (227,237,31). Sum of RGB (Red+Green+Blue) = 227+237+31=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #E3ED1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3ED1F is #1C12E0. Grayscale: #D3D3D3. Windows color (decimal): -1839841 or 2092515. OLE color: 2092515.
HSL color Cylindrical-coordinate representation of color #E3ED1F: hue angle of 62.91º 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 #E3ED1F is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 31 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.07 |
| HSL | 62.91º | 0.85% | 0.53% | - |
| HSV(B) | 62.91º | 0.87% | 0.93% | - |
| XYZ | 62.21 | 77 | 12.88 | - |
| YUV | 210.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 31 | 0.04 | 0 | 0.87 | 0.07 | 62.91 | 0.85 | 0.53 |
| Hex | E3 | ED | 1F | 4 | 0 | 57 | 7 | 3F | 55 | 35 |
| Octal | 343 | 355 | 37 | 4 | 0 | 127 | 7 | 77 | 125 | 65 |
| Binary | 11100011 | 11101101 | 11111 | 100 | 0 | 1010111 | 111 | 111111 | 1010101 | 110101 |
Color Harmonies of #E3ED1F
Complementary color
Monochromatic Colors of #E3ED1F
Black with #E3ED1F
Text Example
Text Example
White with #E3ED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ED1F; }
p { color: rgb(227,237,31); }
H1.HeaderClassName
{
color: #E3ED1F;
}
.AnyTagClassName
{
color: #E3ED1F;
}
</style>
background-color css
<style>
a { background-color: #E3ED1F; }
a { background-color: rgb(227,237,31); }
div.DivClassName
{
background-color: #E3ED1F;
}
.BgClassName
{
background-color: #E3ED1F;
}
</style>
border-color css
<style>
span { border-color: #E3ED1F; }
span { border-color: rgb(227,237,31); }
td.TdClassName
{
border-color: #E3ED1F;
}
.TagClassName
{
border-color: #E3ED1F;
}
</style>