Shades of Golden Fizz #E2DD1A
Tints of Golden Fizz #E2DD1A
RGB
CMYK
RGB Variations
Color information
#E2DD1A (or 0xE2DD1A) is known color: Golden Fizz. HEX triplet: E2, DD and 1A. RGB value is (226,221,26). Sum of RGB (Red+Green+Blue) = 226+221+26=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD1A is #1D22E5. Grayscale: #C9C9C9. Windows color (decimal): -1909478 or 1760738. OLE color: 1760738.
HSL color Cylindrical-coordinate representation of color #E2DD1A: hue angle of 58.5º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2DD1A is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 26 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.11 |
| HSL | 58.5º | 0.79% | 0.49% | - |
| HSV(B) | 58.5º | 0.88% | 0.89% | - |
| XYZ | 57.41 | 67.96 | 11.07 | - |
| YUV | 200.27 | 29.66 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 26 | 0 | 0.02 | 0.88 | 0.11 | 58.5 | 0.79 | 0.49 |
| Hex | E2 | DD | 1A | 0 | 2 | 58 | B | 3A | 4F | 31 |
| Octal | 342 | 335 | 32 | 0 | 2 | 130 | 13 | 72 | 117 | 61 |
| Binary | 11100010 | 11011101 | 11010 | 0 | 10 | 1011000 | 1011 | 111010 | 1001111 | 110001 |
Color Harmonies of #E2DD1A
Complementary color
Monochromatic Colors of #E2DD1A
Black with #E2DD1A
Text Example
Text Example
White with #E2DD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD1A; }
p { color: rgb(226,221,26); }
H1.HeaderClassName
{
color: #E2DD1A;
}
.AnyTagClassName
{
color: #E2DD1A;
}
</style>
background-color css
<style>
a { background-color: #E2DD1A; }
a { background-color: rgb(226,221,26); }
div.DivClassName
{
background-color: #E2DD1A;
}
.BgClassName
{
background-color: #E2DD1A;
}
</style>
border-color css
<style>
span { border-color: #E2DD1A; }
span { border-color: rgb(226,221,26); }
td.TdClassName
{
border-color: #E2DD1A;
}
.TagClassName
{
border-color: #E2DD1A;
}
</style>