Shades of Golden Fizz #E8DC2F
Tints of Golden Fizz #E8DC2F
RGB
CMYK
RGB Variations
Color information
#E8DC2F (or 0xE8DC2F) is known color: Golden Fizz. HEX triplet: E8, DC and 2F. RGB value is (232,220,47). Sum of RGB (Red+Green+Blue) = 232+220+47=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC2F is #1723D0. Grayscale: #CCCCCC. Windows color (decimal): -1516497 or 3136744. OLE color: 3136744.
HSL color Cylindrical-coordinate representation of color #E8DC2F: hue angle of 56.11º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8DC2F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 47 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.09 |
| HSL | 56.11º | 0.8% | 0.55% | - |
| HSV(B) | 56.11º | 0.8% | 0.91% | - |
| XYZ | 59.39 | 68.55 | 12.79 | - |
| YUV | 203.87 | 39.48 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 47 | 0 | 0.05 | 0.80 | 0.09 | 56.11 | 0.8 | 0.55 |
| Hex | E8 | DC | 2F | 0 | 5 | 50 | 9 | 38 | 50 | 37 |
| Octal | 350 | 334 | 57 | 0 | 5 | 120 | 11 | 70 | 120 | 67 |
| Binary | 11101000 | 11011100 | 101111 | 0 | 101 | 1010000 | 1001 | 111000 | 1010000 | 110111 |
Color Harmonies of #E8DC2F
Complementary color
Monochromatic Colors of #E8DC2F
Black with #E8DC2F
Text Example
Text Example
White with #E8DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC2F; }
p { color: rgb(232,220,47); }
H1.HeaderClassName
{
color: #E8DC2F;
}
.AnyTagClassName
{
color: #E8DC2F;
}
</style>
background-color css
<style>
a { background-color: #E8DC2F; }
a { background-color: rgb(232,220,47); }
div.DivClassName
{
background-color: #E8DC2F;
}
.BgClassName
{
background-color: #E8DC2F;
}
</style>
border-color css
<style>
span { border-color: #E8DC2F; }
span { border-color: rgb(232,220,47); }
td.TdClassName
{
border-color: #E8DC2F;
}
.TagClassName
{
border-color: #E8DC2F;
}
</style>