Shades of Golden Fizz #E8ED21
Tints of Golden Fizz #E8ED21
RGB
CMYK
RGB Variations
Color information
#E8ED21 (or 0xE8ED21) is known color: Golden Fizz. HEX triplet: E8, ED and 21. RGB value is (232,237,33). Sum of RGB (Red+Green+Blue) = 232+237+33=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 33 (13.28% from 255 or 6.57% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8ED21 is #1712DE. Grayscale: #D5D5D5. Windows color (decimal): -1512159 or 2223592. OLE color: 2223592.
HSL color Cylindrical-coordinate representation of color #E8ED21: hue angle of 61.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8ED21 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 33 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.07 |
| HSL | 61.47º | 0.85% | 0.53% | - |
| HSV(B) | 61.47º | 0.86% | 0.93% | - |
| XYZ | 63.84 | 77.83 | 13.1 | - |
| YUV | 212.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 33 | 0.02 | 0 | 0.86 | 0.07 | 61.47 | 0.85 | 0.53 |
| Hex | E8 | ED | 21 | 2 | 0 | 56 | 7 | 3D | 55 | 35 |
| Octal | 350 | 355 | 41 | 2 | 0 | 126 | 7 | 75 | 125 | 65 |
| Binary | 11101000 | 11101101 | 100001 | 10 | 0 | 1010110 | 111 | 111101 | 1010101 | 110101 |
Color Harmonies of #E8ED21
Complementary color
Monochromatic Colors of #E8ED21
Black with #E8ED21
Text Example
Text Example
White with #E8ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED21; }
p { color: rgb(232,237,33); }
H1.HeaderClassName
{
color: #E8ED21;
}
.AnyTagClassName
{
color: #E8ED21;
}
</style>
background-color css
<style>
a { background-color: #E8ED21; }
a { background-color: rgb(232,237,33); }
div.DivClassName
{
background-color: #E8ED21;
}
.BgClassName
{
background-color: #E8ED21;
}
</style>
border-color css
<style>
span { border-color: #E8ED21; }
span { border-color: rgb(232,237,33); }
td.TdClassName
{
border-color: #E8ED21;
}
.TagClassName
{
border-color: #E8ED21;
}
</style>