Shades of Golden Fizz #E4D42D
Tints of Golden Fizz #E4D42D
RGB
CMYK
RGB Variations
Color information
#E4D42D (or 0xE4D42D) is known color: Golden Fizz. HEX triplet: E4, D4 and 2D. RGB value is (228,212,45). Sum of RGB (Red+Green+Blue) = 228+212+45=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D42D is #1B2BD2. Grayscale: #C6C6C6. Windows color (decimal): -1780691 or 3003620. OLE color: 3003620.
HSL color Cylindrical-coordinate representation of color #E4D42D: hue angle of 54.75º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4D42D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 45 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.11 |
| HSL | 54.75º | 0.77% | 0.54% | - |
| HSV(B) | 54.75º | 0.8% | 0.89% | - |
| XYZ | 56.01 | 63.77 | 11.84 | - |
| YUV | 197.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 45 | 0 | 0.07 | 0.80 | 0.11 | 54.75 | 0.77 | 0.54 |
| Hex | E4 | D4 | 2D | 0 | 7 | 50 | B | 37 | 4D | 36 |
| Octal | 344 | 324 | 55 | 0 | 7 | 120 | 13 | 67 | 115 | 66 |
| Binary | 11100100 | 11010100 | 101101 | 0 | 111 | 1010000 | 1011 | 110111 | 1001101 | 110110 |
Color Harmonies of #E4D42D
Complementary color
Monochromatic Colors of #E4D42D
Black with #E4D42D
Text Example
Text Example
White with #E4D42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D42D; }
p { color: rgb(228,212,45); }
H1.HeaderClassName
{
color: #E4D42D;
}
.AnyTagClassName
{
color: #E4D42D;
}
</style>
background-color css
<style>
a { background-color: #E4D42D; }
a { background-color: rgb(228,212,45); }
div.DivClassName
{
background-color: #E4D42D;
}
.BgClassName
{
background-color: #E4D42D;
}
</style>
border-color css
<style>
span { border-color: #E4D42D; }
span { border-color: rgb(228,212,45); }
td.TdClassName
{
border-color: #E4D42D;
}
.TagClassName
{
border-color: #E4D42D;
}
</style>