Shades of Golden Fizz #E2E627
Tints of Golden Fizz #E2E627
RGB
CMYK
RGB Variations
Color information
#E2E627 (or 0xE2E627) is known color: Golden Fizz. HEX triplet: E2, E6 and 27. RGB value is (226,230,39). Sum of RGB (Red+Green+Blue) = 226+230+39=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E627 is #1D19D8. Grayscale: #CFCFCF. Windows color (decimal): -1907161 or 2615010. OLE color: 2615010.
HSL color Cylindrical-coordinate representation of color #E2E627: hue angle of 61.26º 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 #E2E627 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 39 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.10 |
| HSL | 61.26º | 0.79% | 0.53% | - |
| HSV(B) | 61.26º | 0.83% | 0.9% | - |
| XYZ | 60.03 | 72.91 | 12.83 | - |
| YUV | 207.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 39 | 0.02 | 0 | 0.83 | 0.10 | 61.26 | 0.79 | 0.53 |
| Hex | E2 | E6 | 27 | 2 | 0 | 53 | A | 3D | 4F | 35 |
| Octal | 342 | 346 | 47 | 2 | 0 | 123 | 12 | 75 | 117 | 65 |
| Binary | 11100010 | 11100110 | 100111 | 10 | 0 | 1010011 | 1010 | 111101 | 1001111 | 110101 |
Color Harmonies of #E2E627
Complementary color
Monochromatic Colors of #E2E627
Black with #E2E627
Text Example
Text Example
White with #E2E627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E627; }
p { color: rgb(226,230,39); }
H1.HeaderClassName
{
color: #E2E627;
}
.AnyTagClassName
{
color: #E2E627;
}
</style>
background-color css
<style>
a { background-color: #E2E627; }
a { background-color: rgb(226,230,39); }
div.DivClassName
{
background-color: #E2E627;
}
.BgClassName
{
background-color: #E2E627;
}
</style>
border-color css
<style>
span { border-color: #E2E627; }
span { border-color: rgb(226,230,39); }
td.TdClassName
{
border-color: #E2E627;
}
.TagClassName
{
border-color: #E2E627;
}
</style>