Shades of Golden Fizz #E8ED35
Tints of Golden Fizz #E8ED35
RGB
CMYK
RGB Variations
Color information
#E8ED35 (or 0xE8ED35) is known color: Golden Fizz. HEX triplet: E8, ED and 35. RGB value is (232,237,53). Sum of RGB (Red+Green+Blue) = 232+237+53=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8ED35 is #1712CA. Grayscale: #D7D7D7. Windows color (decimal): -1512139 or 3534312. OLE color: 3534312.
HSL color Cylindrical-coordinate representation of color #E8ED35: hue angle of 61.63º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8ED35 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.07 |
| HSL | 61.63º | 0.84% | 0.57% | - |
| HSV(B) | 61.63º | 0.78% | 0.93% | - |
| XYZ | 64.21 | 77.98 | 15.04 | - |
| YUV | 214.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 53 | 0.02 | 0 | 0.78 | 0.07 | 61.63 | 0.84 | 0.57 |
| Hex | E8 | ED | 35 | 2 | 0 | 4E | 7 | 3E | 54 | 39 |
| Octal | 350 | 355 | 65 | 2 | 0 | 116 | 7 | 76 | 124 | 71 |
| Binary | 11101000 | 11101101 | 110101 | 10 | 0 | 1001110 | 111 | 111110 | 1010100 | 111001 |
Color Harmonies of #E8ED35
Complementary color
Monochromatic Colors of #E8ED35
Black with #E8ED35
Text Example
Text Example
White with #E8ED35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED35; }
p { color: rgb(232,237,53); }
H1.HeaderClassName
{
color: #E8ED35;
}
.AnyTagClassName
{
color: #E8ED35;
}
</style>
background-color css
<style>
a { background-color: #E8ED35; }
a { background-color: rgb(232,237,53); }
div.DivClassName
{
background-color: #E8ED35;
}
.BgClassName
{
background-color: #E8ED35;
}
</style>
border-color css
<style>
span { border-color: #E8ED35; }
span { border-color: rgb(232,237,53); }
td.TdClassName
{
border-color: #E8ED35;
}
.TagClassName
{
border-color: #E8ED35;
}
</style>