Shades of Golden Fizz #E4D725
Tints of Golden Fizz #E4D725
RGB
CMYK
RGB Variations
Color information
#E4D725 (or 0xE4D725) is known color: Golden Fizz. HEX triplet: E4, D7 and 25. RGB value is (228,215,37). Sum of RGB (Red+Green+Blue) = 228+215+37=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D725 is #1B28DA. Grayscale: #C7C7C7. Windows color (decimal): -1779931 or 2480100. OLE color: 2480100.
HSL color Cylindrical-coordinate representation of color #E4D725: hue angle of 55.92º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4D725 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 215 | 37 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.11 |
| HSL | 55.92º | 0.78% | 0.52% | - |
| HSV(B) | 55.92º | 0.84% | 0.89% | - |
| XYZ | 56.63 | 65.23 | 11.36 | - |
| YUV | 198.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 215 | 37 | 0 | 0.06 | 0.84 | 0.11 | 55.92 | 0.78 | 0.52 |
| Hex | E4 | D7 | 25 | 0 | 6 | 54 | B | 38 | 4E | 34 |
| Octal | 344 | 327 | 45 | 0 | 6 | 124 | 13 | 70 | 116 | 64 |
| Binary | 11100100 | 11010111 | 100101 | 0 | 110 | 1010100 | 1011 | 111000 | 1001110 | 110100 |
Color Harmonies of #E4D725
Complementary color
Monochromatic Colors of #E4D725
Black with #E4D725
Text Example
Text Example
White with #E4D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D725; }
p { color: rgb(228,215,37); }
H1.HeaderClassName
{
color: #E4D725;
}
.AnyTagClassName
{
color: #E4D725;
}
</style>
background-color css
<style>
a { background-color: #E4D725; }
a { background-color: rgb(228,215,37); }
div.DivClassName
{
background-color: #E4D725;
}
.BgClassName
{
background-color: #E4D725;
}
</style>
border-color css
<style>
span { border-color: #E4D725; }
span { border-color: rgb(228,215,37); }
td.TdClassName
{
border-color: #E4D725;
}
.TagClassName
{
border-color: #E4D725;
}
</style>