Shades of Golden Fizz #E7EA1D
Tints of Golden Fizz #E7EA1D
RGB
CMYK
RGB Variations
Color information
#E7EA1D (or 0xE7EA1D) is known color: Golden Fizz. HEX triplet: E7, EA and 1D. RGB value is (231,234,29). Sum of RGB (Red+Green+Blue) = 231+234+29=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7EA1D is #1815E2. Grayscale: #D2D2D2. Windows color (decimal): -1578467 or 1960679. OLE color: 1960679.
HSL color Cylindrical-coordinate representation of color #E7EA1D: 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.88%. Process color model (Four color, CMYK) of #E7EA1D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.08 |
| HSL | 60.88º | 0.83% | 0.52% | - |
| HSV(B) | 60.88º | 0.88% | 0.92% | - |
| XYZ | 62.6 | 75.92 | 12.52 | - |
| YUV | 209.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 29 | 0.01 | 0 | 0.88 | 0.08 | 60.88 | 0.83 | 0.52 |
| Hex | E7 | EA | 1D | 1 | 0 | 58 | 8 | 3D | 53 | 34 |
| Octal | 347 | 352 | 35 | 1 | 0 | 130 | 10 | 75 | 123 | 64 |
| Binary | 11100111 | 11101010 | 11101 | 1 | 0 | 1011000 | 1000 | 111101 | 1010011 | 110100 |
Color Harmonies of #E7EA1D
Complementary color
Monochromatic Colors of #E7EA1D
Black with #E7EA1D
Text Example
Text Example
White with #E7EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EA1D; }
p { color: rgb(231,234,29); }
H1.HeaderClassName
{
color: #E7EA1D;
}
.AnyTagClassName
{
color: #E7EA1D;
}
</style>
background-color css
<style>
a { background-color: #E7EA1D; }
a { background-color: rgb(231,234,29); }
div.DivClassName
{
background-color: #E7EA1D;
}
.BgClassName
{
background-color: #E7EA1D;
}
</style>
border-color css
<style>
span { border-color: #E7EA1D; }
span { border-color: rgb(231,234,29); }
td.TdClassName
{
border-color: #E7EA1D;
}
.TagClassName
{
border-color: #E7EA1D;
}
</style>