Shades of Golden Fizz #E1DA27
Tints of Golden Fizz #E1DA27
RGB
CMYK
RGB Variations
Color information
#E1DA27 (or 0xE1DA27) is known color: Golden Fizz. HEX triplet: E1, DA and 27. RGB value is (225,218,39). Sum of RGB (Red+Green+Blue) = 225+218+39=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA27 is #1E25D8. Grayscale: #C8C8C8. Windows color (decimal): -1975769 or 2611937. OLE color: 2611937.
HSL color Cylindrical-coordinate representation of color #E1DA27: hue angle of 57.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1DA27 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 39 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.12 |
| HSL | 57.74º | 0.76% | 0.52% | - |
| HSV(B) | 57.74º | 0.83% | 0.88% | - |
| XYZ | 56.49 | 66.3 | 11.74 | - |
| YUV | 199.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 39 | 0 | 0.03 | 0.83 | 0.12 | 57.74 | 0.76 | 0.52 |
| Hex | E1 | DA | 27 | 0 | 3 | 53 | C | 3A | 4C | 34 |
| Octal | 341 | 332 | 47 | 0 | 3 | 123 | 14 | 72 | 114 | 64 |
| Binary | 11100001 | 11011010 | 100111 | 0 | 11 | 1010011 | 1100 | 111010 | 1001100 | 110100 |
Color Harmonies of #E1DA27
Complementary color
Monochromatic Colors of #E1DA27
Black with #E1DA27
Text Example
Text Example
White with #E1DA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA27; }
p { color: rgb(225,218,39); }
H1.HeaderClassName
{
color: #E1DA27;
}
.AnyTagClassName
{
color: #E1DA27;
}
</style>
background-color css
<style>
a { background-color: #E1DA27; }
a { background-color: rgb(225,218,39); }
div.DivClassName
{
background-color: #E1DA27;
}
.BgClassName
{
background-color: #E1DA27;
}
</style>
border-color css
<style>
span { border-color: #E1DA27; }
span { border-color: rgb(225,218,39); }
td.TdClassName
{
border-color: #E1DA27;
}
.TagClassName
{
border-color: #E1DA27;
}
</style>