Shades of Golden Fizz #E7EA1E
Tints of Golden Fizz #E7EA1E
RGB
CMYK
RGB Variations
Color information
#E7EA1E (or 0xE7EA1E) is known color: Golden Fizz. HEX triplet: E7, EA and 1E. RGB value is (231,234,30). Sum of RGB (Red+Green+Blue) = 231+234+30=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7EA1E is #1815E1. Grayscale: #D2D2D2. Windows color (decimal): -1578466 or 2026215. OLE color: 2026215.
HSL color Cylindrical-coordinate representation of color #E7EA1E: hue angle of 60.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7EA1E is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 30 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.08 |
| HSL | 60.88º | 0.83% | 0.52% | - |
| HSV(B) | 60.88º | 0.87% | 0.92% | - |
| XYZ | 62.61 | 75.93 | 12.58 | - |
| YUV | 209.85 | 26.51 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 30 | 0.01 | 0 | 0.87 | 0.08 | 60.88 | 0.83 | 0.52 |
| Hex | E7 | EA | 1E | 1 | 0 | 57 | 8 | 3D | 53 | 34 |
| Octal | 347 | 352 | 36 | 1 | 0 | 127 | 10 | 75 | 123 | 64 |
| Binary | 11100111 | 11101010 | 11110 | 1 | 0 | 1010111 | 1000 | 111101 | 1010011 | 110100 |
Color Harmonies of #E7EA1E
Complementary color
Monochromatic Colors of #E7EA1E
Black with #E7EA1E
Text Example
Text Example
White with #E7EA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EA1E; }
p { color: rgb(231,234,30); }
H1.HeaderClassName
{
color: #E7EA1E;
}
.AnyTagClassName
{
color: #E7EA1E;
}
</style>
background-color css
<style>
a { background-color: #E7EA1E; }
a { background-color: rgb(231,234,30); }
div.DivClassName
{
background-color: #E7EA1E;
}
.BgClassName
{
background-color: #E7EA1E;
}
</style>
border-color css
<style>
span { border-color: #E7EA1E; }
span { border-color: rgb(231,234,30); }
td.TdClassName
{
border-color: #E7EA1E;
}
.TagClassName
{
border-color: #E7EA1E;
}
</style>