Shades of Golden Fizz #E5DC2A
Tints of Golden Fizz #E5DC2A
RGB
CMYK
RGB Variations
Color information
#E5DC2A (or 0xE5DC2A) is known color: Golden Fizz. HEX triplet: E5, DC and 2A. RGB value is (229,220,42). Sum of RGB (Red+Green+Blue) = 229+220+42=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC2A is #1A23D5. Grayscale: #CBCBCB. Windows color (decimal): -1713110 or 2809061. OLE color: 2809061.
HSL color Cylindrical-coordinate representation of color #E5DC2A: hue angle of 57.11º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5DC2A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 42 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.10 |
| HSL | 57.11º | 0.78% | 0.53% | - |
| HSV(B) | 57.11º | 0.82% | 0.9% | - |
| XYZ | 58.32 | 68.01 | 12.24 | - |
| YUV | 202.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 42 | 0 | 0.04 | 0.82 | 0.10 | 57.11 | 0.78 | 0.53 |
| Hex | E5 | DC | 2A | 0 | 4 | 52 | A | 39 | 4E | 35 |
| Octal | 345 | 334 | 52 | 0 | 4 | 122 | 12 | 71 | 116 | 65 |
| Binary | 11100101 | 11011100 | 101010 | 0 | 100 | 1010010 | 1010 | 111001 | 1001110 | 110101 |
Color Harmonies of #E5DC2A
Complementary color
Monochromatic Colors of #E5DC2A
Black with #E5DC2A
Text Example
Text Example
White with #E5DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC2A; }
p { color: rgb(229,220,42); }
H1.HeaderClassName
{
color: #E5DC2A;
}
.AnyTagClassName
{
color: #E5DC2A;
}
</style>
background-color css
<style>
a { background-color: #E5DC2A; }
a { background-color: rgb(229,220,42); }
div.DivClassName
{
background-color: #E5DC2A;
}
.BgClassName
{
background-color: #E5DC2A;
}
</style>
border-color css
<style>
span { border-color: #E5DC2A; }
span { border-color: rgb(229,220,42); }
td.TdClassName
{
border-color: #E5DC2A;
}
.TagClassName
{
border-color: #E5DC2A;
}
</style>