Shades of Golden Fizz #E2DC27
Tints of Golden Fizz #E2DC27
RGB
CMYK
RGB Variations
Color information
#E2DC27 (or 0xE2DC27) is known color: Golden Fizz. HEX triplet: E2, DC and 27. RGB value is (226,220,39). Sum of RGB (Red+Green+Blue) = 226+220+39=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DC27 is #1D23D8. Grayscale: #C9C9C9. Windows color (decimal): -1909721 or 2612450. OLE color: 2612450.
HSL color Cylindrical-coordinate representation of color #E2DC27: hue angle of 58.07º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2DC27 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 39 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.11 |
| HSL | 58.07º | 0.76% | 0.52% | - |
| HSV(B) | 58.07º | 0.83% | 0.89% | - |
| XYZ | 57.32 | 67.5 | 11.93 | - |
| YUV | 201.16 | 36.49 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 39 | 0 | 0.03 | 0.83 | 0.11 | 58.07 | 0.76 | 0.52 |
| Hex | E2 | DC | 27 | 0 | 3 | 53 | B | 3A | 4C | 34 |
| Octal | 342 | 334 | 47 | 0 | 3 | 123 | 13 | 72 | 114 | 64 |
| Binary | 11100010 | 11011100 | 100111 | 0 | 11 | 1010011 | 1011 | 111010 | 1001100 | 110100 |
Color Harmonies of #E2DC27
Complementary color
Monochromatic Colors of #E2DC27
Black with #E2DC27
Text Example
Text Example
White with #E2DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC27; }
p { color: rgb(226,220,39); }
H1.HeaderClassName
{
color: #E2DC27;
}
.AnyTagClassName
{
color: #E2DC27;
}
</style>
background-color css
<style>
a { background-color: #E2DC27; }
a { background-color: rgb(226,220,39); }
div.DivClassName
{
background-color: #E2DC27;
}
.BgClassName
{
background-color: #E2DC27;
}
</style>
border-color css
<style>
span { border-color: #E2DC27; }
span { border-color: rgb(226,220,39); }
td.TdClassName
{
border-color: #E2DC27;
}
.TagClassName
{
border-color: #E2DC27;
}
</style>