Shades of Golden Fizz #E5D52A
Tints of Golden Fizz #E5D52A
RGB
CMYK
RGB Variations
Color information
#E5D52A (or 0xE5D52A) is known color: Golden Fizz. HEX triplet: E5, D5 and 2A. RGB value is (229,213,42). Sum of RGB (Red+Green+Blue) = 229+213+42=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D52A is #1A2AD5. Grayscale: #C6C6C6. Windows color (decimal): -1714902 or 2807269. OLE color: 2807269.
HSL color Cylindrical-coordinate representation of color #E5D52A: hue angle of 54.87º 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 #E5D52A is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 42 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.10 |
| HSL | 54.87º | 0.78% | 0.53% | - |
| HSV(B) | 54.87º | 0.82% | 0.9% | - |
| XYZ | 56.53 | 64.41 | 11.64 | - |
| YUV | 198.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 42 | 0 | 0.07 | 0.82 | 0.10 | 54.87 | 0.78 | 0.53 |
| Hex | E5 | D5 | 2A | 0 | 7 | 52 | A | 37 | 4E | 35 |
| Octal | 345 | 325 | 52 | 0 | 7 | 122 | 12 | 67 | 116 | 65 |
| Binary | 11100101 | 11010101 | 101010 | 0 | 111 | 1010010 | 1010 | 110111 | 1001110 | 110101 |
Color Harmonies of #E5D52A
Complementary color
Monochromatic Colors of #E5D52A
Black with #E5D52A
Text Example
Text Example
White with #E5D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D52A; }
p { color: rgb(229,213,42); }
H1.HeaderClassName
{
color: #E5D52A;
}
.AnyTagClassName
{
color: #E5D52A;
}
</style>
background-color css
<style>
a { background-color: #E5D52A; }
a { background-color: rgb(229,213,42); }
div.DivClassName
{
background-color: #E5D52A;
}
.BgClassName
{
background-color: #E5D52A;
}
</style>
border-color css
<style>
span { border-color: #E5D52A; }
span { border-color: rgb(229,213,42); }
td.TdClassName
{
border-color: #E5D52A;
}
.TagClassName
{
border-color: #E5D52A;
}
</style>