Shades of Golden Fizz #E7EA34
Tints of Golden Fizz #E7EA34
RGB
CMYK
RGB Variations
Color information
#E7EA34 (or 0xE7EA34) is known color: Golden Fizz. HEX triplet: E7, EA and 34. RGB value is (231,234,52). Sum of RGB (Red+Green+Blue) = 231+234+52=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7EA34 is #1815CB. Grayscale: #D5D5D5. Windows color (decimal): -1578444 or 3468007. OLE color: 3468007.
HSL color Cylindrical-coordinate representation of color #E7EA34: hue angle of 60.99º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7EA34 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 52 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.08 |
| HSL | 60.99º | 0.81% | 0.56% | - |
| HSV(B) | 60.99º | 0.78% | 0.92% | - |
| XYZ | 63 | 76.08 | 14.61 | - |
| YUV | 212.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 52 | 0.01 | 0 | 0.78 | 0.08 | 60.99 | 0.81 | 0.56 |
| Hex | E7 | EA | 34 | 1 | 0 | 4E | 8 | 3D | 51 | 38 |
| Octal | 347 | 352 | 64 | 1 | 0 | 116 | 10 | 75 | 121 | 70 |
| Binary | 11100111 | 11101010 | 110100 | 1 | 0 | 1001110 | 1000 | 111101 | 1010001 | 111000 |
Color Harmonies of #E7EA34
Complementary color
Monochromatic Colors of #E7EA34
Black with #E7EA34
Text Example
Text Example
White with #E7EA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EA34; }
p { color: rgb(231,234,52); }
H1.HeaderClassName
{
color: #E7EA34;
}
.AnyTagClassName
{
color: #E7EA34;
}
</style>
background-color css
<style>
a { background-color: #E7EA34; }
a { background-color: rgb(231,234,52); }
div.DivClassName
{
background-color: #E7EA34;
}
.BgClassName
{
background-color: #E7EA34;
}
</style>
border-color css
<style>
span { border-color: #E7EA34; }
span { border-color: rgb(231,234,52); }
td.TdClassName
{
border-color: #E7EA34;
}
.TagClassName
{
border-color: #E7EA34;
}
</style>