Shades of Golden Fizz #E5DA1F
Tints of Golden Fizz #E5DA1F
RGB
CMYK
RGB Variations
Color information
#E5DA1F (or 0xE5DA1F) is known color: Golden Fizz. HEX triplet: E5, DA and 1F. RGB value is (229,218,31). Sum of RGB (Red+Green+Blue) = 229+218+31=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA1F is #1A25E0. Grayscale: #C8C8C8. Windows color (decimal): -1713633 or 2087653. OLE color: 2087653.
HSL color Cylindrical-coordinate representation of color #E5DA1F: hue angle of 56.67º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5DA1F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 31 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.10 |
| HSL | 56.67º | 0.79% | 0.51% | - |
| HSV(B) | 56.67º | 0.86% | 0.9% | - |
| XYZ | 57.63 | 66.9 | 11.17 | - |
| YUV | 199.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 31 | 0 | 0.05 | 0.86 | 0.10 | 56.67 | 0.79 | 0.51 |
| Hex | E5 | DA | 1F | 0 | 5 | 56 | A | 39 | 4F | 33 |
| Octal | 345 | 332 | 37 | 0 | 5 | 126 | 12 | 71 | 117 | 63 |
| Binary | 11100101 | 11011010 | 11111 | 0 | 101 | 1010110 | 1010 | 111001 | 1001111 | 110011 |
Color Harmonies of #E5DA1F
Complementary color
Monochromatic Colors of #E5DA1F
Black with #E5DA1F
Text Example
Text Example
White with #E5DA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA1F; }
p { color: rgb(229,218,31); }
H1.HeaderClassName
{
color: #E5DA1F;
}
.AnyTagClassName
{
color: #E5DA1F;
}
</style>
background-color css
<style>
a { background-color: #E5DA1F; }
a { background-color: rgb(229,218,31); }
div.DivClassName
{
background-color: #E5DA1F;
}
.BgClassName
{
background-color: #E5DA1F;
}
</style>
border-color css
<style>
span { border-color: #E5DA1F; }
span { border-color: rgb(229,218,31); }
td.TdClassName
{
border-color: #E5DA1F;
}
.TagClassName
{
border-color: #E5DA1F;
}
</style>