Shades of Golden Fizz #E5D12F
Tints of Golden Fizz #E5D12F
RGB
CMYK
RGB Variations
Color information
#E5D12F (or 0xE5D12F) is known color: Golden Fizz. HEX triplet: E5, D1 and 2F. RGB value is (229,209,47). Sum of RGB (Red+Green+Blue) = 229+209+47=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D12F is #1A2ED0. Grayscale: #C5C5C5. Windows color (decimal): -1715921 or 3133925. OLE color: 3133925.
HSL color Cylindrical-coordinate representation of color #E5D12F: hue angle of 53.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5D12F is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 47 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.10 |
| HSL | 53.41º | 0.78% | 0.54% | - |
| HSV(B) | 53.41º | 0.79% | 0.9% | - |
| XYZ | 55.63 | 62.46 | 11.81 | - |
| YUV | 196.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 47 | 0 | 0.09 | 0.79 | 0.10 | 53.41 | 0.78 | 0.54 |
| Hex | E5 | D1 | 2F | 0 | 9 | 4F | A | 35 | 4E | 36 |
| Octal | 345 | 321 | 57 | 0 | 11 | 117 | 12 | 65 | 116 | 66 |
| Binary | 11100101 | 11010001 | 101111 | 0 | 1001 | 1001111 | 1010 | 110101 | 1001110 | 110110 |
Color Harmonies of #E5D12F
Complementary color
Monochromatic Colors of #E5D12F
Black with #E5D12F
Text Example
Text Example
White with #E5D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D12F; }
p { color: rgb(229,209,47); }
H1.HeaderClassName
{
color: #E5D12F;
}
.AnyTagClassName
{
color: #E5D12F;
}
</style>
background-color css
<style>
a { background-color: #E5D12F; }
a { background-color: rgb(229,209,47); }
div.DivClassName
{
background-color: #E5D12F;
}
.BgClassName
{
background-color: #E5D12F;
}
</style>
border-color css
<style>
span { border-color: #E5D12F; }
span { border-color: rgb(229,209,47); }
td.TdClassName
{
border-color: #E5D12F;
}
.TagClassName
{
border-color: #E5D12F;
}
</style>