Shades of Golden Fizz #E2D02F
Tints of Golden Fizz #E2D02F
RGB
CMYK
RGB Variations
Color information
#E2D02F (or 0xE2D02F) is known color: Golden Fizz. HEX triplet: E2, D0 and 2F. RGB value is (226,208,47). Sum of RGB (Red+Green+Blue) = 226+208+47=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D02F is #1D2FD0. Grayscale: #C3C3C3. Windows color (decimal): -1912785 or 3133666. OLE color: 3133666.
HSL color Cylindrical-coordinate representation of color #E2D02F: hue angle of 53.97º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2D02F is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 47 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.11 |
| HSL | 53.97º | 0.76% | 0.54% | - |
| HSV(B) | 53.97º | 0.79% | 0.89% | - |
| XYZ | 54.43 | 61.49 | 11.69 | - |
| YUV | 195.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 47 | 0 | 0.08 | 0.79 | 0.11 | 53.97 | 0.76 | 0.54 |
| Hex | E2 | D0 | 2F | 0 | 8 | 4F | B | 36 | 4C | 36 |
| Octal | 342 | 320 | 57 | 0 | 10 | 117 | 13 | 66 | 114 | 66 |
| Binary | 11100010 | 11010000 | 101111 | 0 | 1000 | 1001111 | 1011 | 110110 | 1001100 | 110110 |
Color Harmonies of #E2D02F
Complementary color
Monochromatic Colors of #E2D02F
Black with #E2D02F
Text Example
Text Example
White with #E2D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D02F; }
p { color: rgb(226,208,47); }
H1.HeaderClassName
{
color: #E2D02F;
}
.AnyTagClassName
{
color: #E2D02F;
}
</style>
background-color css
<style>
a { background-color: #E2D02F; }
a { background-color: rgb(226,208,47); }
div.DivClassName
{
background-color: #E2D02F;
}
.BgClassName
{
background-color: #E2D02F;
}
</style>
border-color css
<style>
span { border-color: #E2D02F; }
span { border-color: rgb(226,208,47); }
td.TdClassName
{
border-color: #E2D02F;
}
.TagClassName
{
border-color: #E2D02F;
}
</style>