Shades of Golden Fizz #E2E727
Tints of Golden Fizz #E2E727
RGB
CMYK
RGB Variations
Color information
#E2E727 (or 0xE2E727) is known color: Golden Fizz. HEX triplet: E2, E7 and 27. RGB value is (226,231,39). Sum of RGB (Red+Green+Blue) = 226+231+39=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E727 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E727 is #1D18D8. Grayscale: #D0D0D0. Windows color (decimal): -1906905 or 2615266. OLE color: 2615266.
HSL color Cylindrical-coordinate representation of color #E2E727: hue angle of 61.56º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E727 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 39 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.09 |
| HSL | 61.56º | 0.8% | 0.53% | - |
| HSV(B) | 61.56º | 0.83% | 0.91% | - |
| XYZ | 60.31 | 73.47 | 12.92 | - |
| YUV | 207.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 39 | 0.02 | 0 | 0.83 | 0.09 | 61.56 | 0.8 | 0.53 |
| Hex | E2 | E7 | 27 | 2 | 0 | 53 | 9 | 3E | 50 | 35 |
| Octal | 342 | 347 | 47 | 2 | 0 | 123 | 11 | 76 | 120 | 65 |
| Binary | 11100010 | 11100111 | 100111 | 10 | 0 | 1010011 | 1001 | 111110 | 1010000 | 110101 |
Color Harmonies of #E2E727
Complementary color
Monochromatic Colors of #E2E727
Black with #E2E727
Text Example
Text Example
White with #E2E727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E727; }
p { color: rgb(226,231,39); }
H1.HeaderClassName
{
color: #E2E727;
}
.AnyTagClassName
{
color: #E2E727;
}
</style>
background-color css
<style>
a { background-color: #E2E727; }
a { background-color: rgb(226,231,39); }
div.DivClassName
{
background-color: #E2E727;
}
.BgClassName
{
background-color: #E2E727;
}
</style>
border-color css
<style>
span { border-color: #E2E727; }
span { border-color: rgb(226,231,39); }
td.TdClassName
{
border-color: #E2E727;
}
.TagClassName
{
border-color: #E2E727;
}
</style>