Shades of Golden Fizz #E8EA2D
Tints of Golden Fizz #E8EA2D
RGB
CMYK
RGB Variations
Color information
#E8EA2D (or 0xE8EA2D) is known color: Golden Fizz. HEX triplet: E8, EA and 2D. RGB value is (232,234,45). Sum of RGB (Red+Green+Blue) = 232+234+45=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EA2D is #1715D2. Grayscale: #D4D4D4. Windows color (decimal): -1512915 or 3009256. OLE color: 3009256.
HSL color Cylindrical-coordinate representation of color #E8EA2D: hue angle of 60.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8EA2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 45 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.08 |
| HSL | 60.63º | 0.82% | 0.55% | - |
| HSV(B) | 60.63º | 0.81% | 0.92% | - |
| XYZ | 63.18 | 76.19 | 13.86 | - |
| YUV | 211.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 45 | 0.01 | 0 | 0.81 | 0.08 | 60.63 | 0.82 | 0.55 |
| Hex | E8 | EA | 2D | 1 | 0 | 51 | 8 | 3D | 52 | 37 |
| Octal | 350 | 352 | 55 | 1 | 0 | 121 | 10 | 75 | 122 | 67 |
| Binary | 11101000 | 11101010 | 101101 | 1 | 0 | 1010001 | 1000 | 111101 | 1010010 | 110111 |
Color Harmonies of #E8EA2D
Complementary color
Monochromatic Colors of #E8EA2D
Black with #E8EA2D
Text Example
Text Example
White with #E8EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EA2D; }
p { color: rgb(232,234,45); }
H1.HeaderClassName
{
color: #E8EA2D;
}
.AnyTagClassName
{
color: #E8EA2D;
}
</style>
background-color css
<style>
a { background-color: #E8EA2D; }
a { background-color: rgb(232,234,45); }
div.DivClassName
{
background-color: #E8EA2D;
}
.BgClassName
{
background-color: #E8EA2D;
}
</style>
border-color css
<style>
span { border-color: #E8EA2D; }
span { border-color: rgb(232,234,45); }
td.TdClassName
{
border-color: #E8EA2D;
}
.TagClassName
{
border-color: #E8EA2D;
}
</style>