Shades of Golden Fizz #E4D52A
Tints of Golden Fizz #E4D52A
RGB
CMYK
RGB Variations
Color information
#E4D52A (or 0xE4D52A) is known color: Golden Fizz. HEX triplet: E4, D5 and 2A. RGB value is (228,213,42). Sum of RGB (Red+Green+Blue) = 228+213+42=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D52A is #1B2AD5. Grayscale: #C6C6C6. Windows color (decimal): -1780438 or 2807268. OLE color: 2807268.
HSL color Cylindrical-coordinate representation of color #E4D52A: hue angle of 55.16º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4D52A is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 213 | 42 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.11 |
| HSL | 55.16º | 0.78% | 0.53% | - |
| HSV(B) | 55.16º | 0.82% | 0.89% | - |
| XYZ | 56.21 | 64.25 | 11.63 | - |
| YUV | 197.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 213 | 42 | 0 | 0.07 | 0.82 | 0.11 | 55.16 | 0.78 | 0.53 |
| Hex | E4 | D5 | 2A | 0 | 7 | 52 | B | 37 | 4E | 35 |
| Octal | 344 | 325 | 52 | 0 | 7 | 122 | 13 | 67 | 116 | 65 |
| Binary | 11100100 | 11010101 | 101010 | 0 | 111 | 1010010 | 1011 | 110111 | 1001110 | 110101 |
Color Harmonies of #E4D52A
Complementary color
Monochromatic Colors of #E4D52A
Black with #E4D52A
Text Example
Text Example
White with #E4D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D52A; }
p { color: rgb(228,213,42); }
H1.HeaderClassName
{
color: #E4D52A;
}
.AnyTagClassName
{
color: #E4D52A;
}
</style>
background-color css
<style>
a { background-color: #E4D52A; }
a { background-color: rgb(228,213,42); }
div.DivClassName
{
background-color: #E4D52A;
}
.BgClassName
{
background-color: #E4D52A;
}
</style>
border-color css
<style>
span { border-color: #E4D52A; }
span { border-color: rgb(228,213,42); }
td.TdClassName
{
border-color: #E4D52A;
}
.TagClassName
{
border-color: #E4D52A;
}
</style>