Shades of Golden Fizz #E2E527
Tints of Golden Fizz #E2E527
RGB
CMYK
RGB Variations
Color information
#E2E527 (or 0xE2E527) is known color: Golden Fizz. HEX triplet: E2, E5 and 27. RGB value is (226,229,39). Sum of RGB (Red+Green+Blue) = 226+229+39=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 39 (15.62% from 255 or 7.89% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E527 is #1D1AD8. Grayscale: #CFCFCF. Windows color (decimal): -1907417 or 2614754. OLE color: 2614754.
HSL color Cylindrical-coordinate representation of color #E2E527: hue angle of 60.95º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E527 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 39 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.10 |
| HSL | 60.95º | 0.79% | 0.53% | - |
| HSV(B) | 60.95º | 0.83% | 0.9% | - |
| XYZ | 59.75 | 72.35 | 12.74 | - |
| YUV | 206.44 | 33.51 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 39 | 0.01 | 0 | 0.83 | 0.10 | 60.95 | 0.79 | 0.53 |
| Hex | E2 | E5 | 27 | 1 | 0 | 53 | A | 3D | 4F | 35 |
| Octal | 342 | 345 | 47 | 1 | 0 | 123 | 12 | 75 | 117 | 65 |
| Binary | 11100010 | 11100101 | 100111 | 1 | 0 | 1010011 | 1010 | 111101 | 1001111 | 110101 |
Color Harmonies of #E2E527
Complementary color
Monochromatic Colors of #E2E527
Black with #E2E527
Text Example
Text Example
White with #E2E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E527; }
p { color: rgb(226,229,39); }
H1.HeaderClassName
{
color: #E2E527;
}
.AnyTagClassName
{
color: #E2E527;
}
</style>
background-color css
<style>
a { background-color: #E2E527; }
a { background-color: rgb(226,229,39); }
div.DivClassName
{
background-color: #E2E527;
}
.BgClassName
{
background-color: #E2E527;
}
</style>
border-color css
<style>
span { border-color: #E2E527; }
span { border-color: rgb(226,229,39); }
td.TdClassName
{
border-color: #E2E527;
}
.TagClassName
{
border-color: #E2E527;
}
</style>