Shades of Golden Fizz #E5E71C
Tints of Golden Fizz #E5E71C
RGB
CMYK
RGB Variations
Color information
#E5E71C (or 0xE5E71C) is known color: Golden Fizz. HEX triplet: E5, E7 and 1C. RGB value is (229,231,28). Sum of RGB (Red+Green+Blue) = 229+231+28=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E71C is #1A18E3. Grayscale: #D0D0D0. Windows color (decimal): -1710308 or 1894373. OLE color: 1894373.
HSL color Cylindrical-coordinate representation of color #E5E71C: hue angle of 60.59º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5E71C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 28 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.09 |
| HSL | 60.59º | 0.81% | 0.51% | - |
| HSV(B) | 60.59º | 0.88% | 0.91% | - |
| XYZ | 61.1 | 73.89 | 12.14 | - |
| YUV | 207.26 | 26.84 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 28 | 0.01 | 0 | 0.88 | 0.09 | 60.59 | 0.81 | 0.51 |
| Hex | E5 | E7 | 1C | 1 | 0 | 58 | 9 | 3D | 51 | 33 |
| Octal | 345 | 347 | 34 | 1 | 0 | 130 | 11 | 75 | 121 | 63 |
| Binary | 11100101 | 11100111 | 11100 | 1 | 0 | 1011000 | 1001 | 111101 | 1010001 | 110011 |
Color Harmonies of #E5E71C
Complementary color
Monochromatic Colors of #E5E71C
Black with #E5E71C
Text Example
Text Example
White with #E5E71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E71C; }
p { color: rgb(229,231,28); }
H1.HeaderClassName
{
color: #E5E71C;
}
.AnyTagClassName
{
color: #E5E71C;
}
</style>
background-color css
<style>
a { background-color: #E5E71C; }
a { background-color: rgb(229,231,28); }
div.DivClassName
{
background-color: #E5E71C;
}
.BgClassName
{
background-color: #E5E71C;
}
</style>
border-color css
<style>
span { border-color: #E5E71C; }
span { border-color: rgb(229,231,28); }
td.TdClassName
{
border-color: #E5E71C;
}
.TagClassName
{
border-color: #E5E71C;
}
</style>