Shades of Golden Fizz #E7EC1F
Tints of Golden Fizz #E7EC1F
RGB
CMYK
RGB Variations
Color information
#E7EC1F (or 0xE7EC1F) is known color: Golden Fizz. HEX triplet: E7, EC and 1F. RGB value is (231,236,31). Sum of RGB (Red+Green+Blue) = 231+236+31=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #E7EC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7EC1F is #1813E0. Grayscale: #D3D3D3. Windows color (decimal): -1577953 or 2092263. OLE color: 2092263.
HSL color Cylindrical-coordinate representation of color #E7EC1F: hue angle of 61.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7EC1F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 236 | 31 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.07 |
| HSL | 61.46º | 0.84% | 0.52% | - |
| HSV(B) | 61.46º | 0.87% | 0.93% | - |
| XYZ | 63.2 | 77.08 | 12.84 | - |
| YUV | 211.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 236 | 31 | 0.02 | 0 | 0.87 | 0.07 | 61.46 | 0.84 | 0.52 |
| Hex | E7 | EC | 1F | 2 | 0 | 57 | 7 | 3D | 54 | 34 |
| Octal | 347 | 354 | 37 | 2 | 0 | 127 | 7 | 75 | 124 | 64 |
| Binary | 11100111 | 11101100 | 11111 | 10 | 0 | 1010111 | 111 | 111101 | 1010100 | 110100 |
Color Harmonies of #E7EC1F
Complementary color
Monochromatic Colors of #E7EC1F
Black with #E7EC1F
Text Example
Text Example
White with #E7EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EC1F; }
p { color: rgb(231,236,31); }
H1.HeaderClassName
{
color: #E7EC1F;
}
.AnyTagClassName
{
color: #E7EC1F;
}
</style>
background-color css
<style>
a { background-color: #E7EC1F; }
a { background-color: rgb(231,236,31); }
div.DivClassName
{
background-color: #E7EC1F;
}
.BgClassName
{
background-color: #E7EC1F;
}
</style>
border-color css
<style>
span { border-color: #E7EC1F; }
span { border-color: rgb(231,236,31); }
td.TdClassName
{
border-color: #E7EC1F;
}
.TagClassName
{
border-color: #E7EC1F;
}
</style>