Shades of Golden Fizz #E2DA27
Tints of Golden Fizz #E2DA27
RGB
CMYK
RGB Variations
Color information
#E2DA27 (or 0xE2DA27) is known color: Golden Fizz. HEX triplet: E2, DA and 27. RGB value is (226,218,39). Sum of RGB (Red+Green+Blue) = 226+218+39=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA27 is #1D25D8. Grayscale: #C8C8C8. Windows color (decimal): -1910233 or 2611938. OLE color: 2611938.
HSL color Cylindrical-coordinate representation of color #E2DA27: hue angle of 57.43º 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 #E2DA27 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 39 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.11 |
| HSL | 57.43º | 0.76% | 0.52% | - |
| HSV(B) | 57.43º | 0.83% | 0.89% | - |
| XYZ | 56.8 | 66.46 | 11.75 | - |
| YUV | 199.99 | 37.15 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 39 | 0 | 0.04 | 0.83 | 0.11 | 57.43 | 0.76 | 0.52 |
| Hex | E2 | DA | 27 | 0 | 4 | 53 | B | 39 | 4C | 34 |
| Octal | 342 | 332 | 47 | 0 | 4 | 123 | 13 | 71 | 114 | 64 |
| Binary | 11100010 | 11011010 | 100111 | 0 | 100 | 1010011 | 1011 | 111001 | 1001100 | 110100 |
Color Harmonies of #E2DA27
Complementary color
Monochromatic Colors of #E2DA27
Black with #E2DA27
Text Example
Text Example
White with #E2DA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA27; }
p { color: rgb(226,218,39); }
H1.HeaderClassName
{
color: #E2DA27;
}
.AnyTagClassName
{
color: #E2DA27;
}
</style>
background-color css
<style>
a { background-color: #E2DA27; }
a { background-color: rgb(226,218,39); }
div.DivClassName
{
background-color: #E2DA27;
}
.BgClassName
{
background-color: #E2DA27;
}
</style>
border-color css
<style>
span { border-color: #E2DA27; }
span { border-color: rgb(226,218,39); }
td.TdClassName
{
border-color: #E2DA27;
}
.TagClassName
{
border-color: #E2DA27;
}
</style>