Shades of Golden Fizz #E4D72A
Tints of Golden Fizz #E4D72A
RGB
CMYK
RGB Variations
Color information
#E4D72A (or 0xE4D72A) is known color: Golden Fizz. HEX triplet: E4, D7 and 2A. RGB value is (228,215,42). Sum of RGB (Red+Green+Blue) = 228+215+42=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D72A is #1B28D5. Grayscale: #C7C7C7. Windows color (decimal): -1779926 or 2807780. OLE color: 2807780.
HSL color Cylindrical-coordinate representation of color #E4D72A: hue angle of 55.81º 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 #E4D72A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 215 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.11 |
| HSL | 55.81º | 0.78% | 0.53% | - |
| HSV(B) | 55.81º | 0.82% | 0.89% | - |
| XYZ | 56.71 | 65.26 | 11.8 | - |
| YUV | 199.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 215 | 42 | 0 | 0.06 | 0.82 | 0.11 | 55.81 | 0.78 | 0.53 |
| Hex | E4 | D7 | 2A | 0 | 6 | 52 | B | 38 | 4E | 35 |
| Octal | 344 | 327 | 52 | 0 | 6 | 122 | 13 | 70 | 116 | 65 |
| Binary | 11100100 | 11010111 | 101010 | 0 | 110 | 1010010 | 1011 | 111000 | 1001110 | 110101 |
Color Harmonies of #E4D72A
Complementary color
Monochromatic Colors of #E4D72A
Black with #E4D72A
Text Example
Text Example
White with #E4D72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D72A; }
p { color: rgb(228,215,42); }
H1.HeaderClassName
{
color: #E4D72A;
}
.AnyTagClassName
{
color: #E4D72A;
}
</style>
background-color css
<style>
a { background-color: #E4D72A; }
a { background-color: rgb(228,215,42); }
div.DivClassName
{
background-color: #E4D72A;
}
.BgClassName
{
background-color: #E4D72A;
}
</style>
border-color css
<style>
span { border-color: #E4D72A; }
span { border-color: rgb(228,215,42); }
td.TdClassName
{
border-color: #E4D72A;
}
.TagClassName
{
border-color: #E4D72A;
}
</style>