Shades of Golden Fizz #E0E621
Tints of Golden Fizz #E0E621
RGB
CMYK
RGB Variations
Color information
#E0E621 (or 0xE0E621) is known color: Golden Fizz. HEX triplet: E0, E6 and 21. RGB value is (224,230,33). Sum of RGB (Red+Green+Blue) = 224+230+33=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E621 is #1F19DE. Grayscale: #CECECE. Windows color (decimal): -2038239 or 2221792. OLE color: 2221792.
HSL color Cylindrical-coordinate representation of color #E0E621: hue angle of 61.83º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0E621 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.10 |
| HSL | 61.83º | 0.8% | 0.52% | - |
| HSV(B) | 61.83º | 0.86% | 0.9% | - |
| XYZ | 59.31 | 72.55 | 12.32 | - |
| YUV | 205.75 | 30.51 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 33 | 0.03 | 0 | 0.86 | 0.10 | 61.83 | 0.8 | 0.52 |
| Hex | E0 | E6 | 21 | 3 | 0 | 56 | A | 3E | 50 | 34 |
| Octal | 340 | 346 | 41 | 3 | 0 | 126 | 12 | 76 | 120 | 64 |
| Binary | 11100000 | 11100110 | 100001 | 11 | 0 | 1010110 | 1010 | 111110 | 1010000 | 110100 |
Color Harmonies of #E0E621
Complementary color
Monochromatic Colors of #E0E621
Black with #E0E621
Text Example
Text Example
White with #E0E621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E621; }
p { color: rgb(224,230,33); }
H1.HeaderClassName
{
color: #E0E621;
}
.AnyTagClassName
{
color: #E0E621;
}
</style>
background-color css
<style>
a { background-color: #E0E621; }
a { background-color: rgb(224,230,33); }
div.DivClassName
{
background-color: #E0E621;
}
.BgClassName
{
background-color: #E0E621;
}
</style>
border-color css
<style>
span { border-color: #E0E621; }
span { border-color: rgb(224,230,33); }
td.TdClassName
{
border-color: #E0E621;
}
.TagClassName
{
border-color: #E0E621;
}
</style>