Shades of Golden Fizz #E2DD25
Tints of Golden Fizz #E2DD25
RGB
CMYK
RGB Variations
Color information
#E2DD25 (or 0xE2DD25) is known color: Golden Fizz. HEX triplet: E2, DD and 25. RGB value is (226,221,37). Sum of RGB (Red+Green+Blue) = 226+221+37=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD25 is #1D22DA. Grayscale: #CACACA. Windows color (decimal): -1909467 or 2481634. OLE color: 2481634.
HSL color Cylindrical-coordinate representation of color #E2DD25: hue angle of 58.41º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2DD25 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 37 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.11 |
| HSL | 58.41º | 0.77% | 0.52% | - |
| HSV(B) | 58.41º | 0.84% | 0.89% | - |
| XYZ | 57.55 | 68.02 | 11.85 | - |
| YUV | 201.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 37 | 0 | 0.02 | 0.84 | 0.11 | 58.41 | 0.77 | 0.52 |
| Hex | E2 | DD | 25 | 0 | 2 | 54 | B | 3A | 4D | 34 |
| Octal | 342 | 335 | 45 | 0 | 2 | 124 | 13 | 72 | 115 | 64 |
| Binary | 11100010 | 11011101 | 100101 | 0 | 10 | 1010100 | 1011 | 111010 | 1001101 | 110100 |
Color Harmonies of #E2DD25
Complementary color
Monochromatic Colors of #E2DD25
Black with #E2DD25
Text Example
Text Example
White with #E2DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD25; }
p { color: rgb(226,221,37); }
H1.HeaderClassName
{
color: #E2DD25;
}
.AnyTagClassName
{
color: #E2DD25;
}
</style>
background-color css
<style>
a { background-color: #E2DD25; }
a { background-color: rgb(226,221,37); }
div.DivClassName
{
background-color: #E2DD25;
}
.BgClassName
{
background-color: #E2DD25;
}
</style>
border-color css
<style>
span { border-color: #E2DD25; }
span { border-color: rgb(226,221,37); }
td.TdClassName
{
border-color: #E2DD25;
}
.TagClassName
{
border-color: #E2DD25;
}
</style>