Shades of Golden Fizz #E2DD1F
Tints of Golden Fizz #E2DD1F
RGB
CMYK
RGB Variations
Color information
#E2DD1F (or 0xE2DD1F) is known color: Golden Fizz. HEX triplet: E2, DD and 1F. RGB value is (226,221,31). Sum of RGB (Red+Green+Blue) = 226+221+31=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD1F is #1D22E0. Grayscale: #C9C9C9. Windows color (decimal): -1909473 or 2088418. OLE color: 2088418.
HSL color Cylindrical-coordinate representation of color #E2DD1F: hue angle of 58.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2DD1F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.11 |
| HSL | 58.46º | 0.77% | 0.5% | - |
| HSV(B) | 58.46º | 0.86% | 0.89% | - |
| XYZ | 57.47 | 67.98 | 11.39 | - |
| YUV | 200.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 31 | 0 | 0.02 | 0.86 | 0.11 | 58.46 | 0.77 | 0.5 |
| Hex | E2 | DD | 1F | 0 | 2 | 56 | B | 3A | 4D | 32 |
| Octal | 342 | 335 | 37 | 0 | 2 | 126 | 13 | 72 | 115 | 62 |
| Binary | 11100010 | 11011101 | 11111 | 0 | 10 | 1010110 | 1011 | 111010 | 1001101 | 110010 |
Color Harmonies of #E2DD1F
Complementary color
Monochromatic Colors of #E2DD1F
Black with #E2DD1F
Text Example
Text Example
White with #E2DD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD1F; }
p { color: rgb(226,221,31); }
H1.HeaderClassName
{
color: #E2DD1F;
}
.AnyTagClassName
{
color: #E2DD1F;
}
</style>
background-color css
<style>
a { background-color: #E2DD1F; }
a { background-color: rgb(226,221,31); }
div.DivClassName
{
background-color: #E2DD1F;
}
.BgClassName
{
background-color: #E2DD1F;
}
</style>
border-color css
<style>
span { border-color: #E2DD1F; }
span { border-color: rgb(226,221,31); }
td.TdClassName
{
border-color: #E2DD1F;
}
.TagClassName
{
border-color: #E2DD1F;
}
</style>