Shades of Golden Fizz #E5E725
Tints of Golden Fizz #E5E725
RGB
CMYK
RGB Variations
Color information
#E5E725 (or 0xE5E725) is known color: Golden Fizz. HEX triplet: E5, E7 and 25. RGB value is (229,231,37). Sum of RGB (Red+Green+Blue) = 229+231+37=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E725 is #1A18DA. Grayscale: #D1D1D1. Windows color (decimal): -1710299 or 2484197. OLE color: 2484197.
HSL color Cylindrical-coordinate representation of color #E5E725: hue angle of 60.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5E725 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 37 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.09 |
| HSL | 60.62º | 0.8% | 0.53% | - |
| HSV(B) | 60.62º | 0.84% | 0.91% | - |
| XYZ | 61.22 | 73.94 | 12.8 | - |
| YUV | 208.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 37 | 0.01 | 0 | 0.84 | 0.09 | 60.62 | 0.8 | 0.53 |
| Hex | E5 | E7 | 25 | 1 | 0 | 54 | 9 | 3D | 50 | 35 |
| Octal | 345 | 347 | 45 | 1 | 0 | 124 | 11 | 75 | 120 | 65 |
| Binary | 11100101 | 11100111 | 100101 | 1 | 0 | 1010100 | 1001 | 111101 | 1010000 | 110101 |
Color Harmonies of #E5E725
Complementary color
Monochromatic Colors of #E5E725
Black with #E5E725
Text Example
Text Example
White with #E5E725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E725; }
p { color: rgb(229,231,37); }
H1.HeaderClassName
{
color: #E5E725;
}
.AnyTagClassName
{
color: #E5E725;
}
</style>
background-color css
<style>
a { background-color: #E5E725; }
a { background-color: rgb(229,231,37); }
div.DivClassName
{
background-color: #E5E725;
}
.BgClassName
{
background-color: #E5E725;
}
</style>
border-color css
<style>
span { border-color: #E5E725; }
span { border-color: rgb(229,231,37); }
td.TdClassName
{
border-color: #E5E725;
}
.TagClassName
{
border-color: #E5E725;
}
</style>