Shades of Golden Fizz #E7DC2E
Tints of Golden Fizz #E7DC2E
RGB
CMYK
RGB Variations
Color information
#E7DC2E (or 0xE7DC2E) is known color: Golden Fizz. HEX triplet: E7, DC and 2E. RGB value is (231,220,46). Sum of RGB (Red+Green+Blue) = 231+220+46=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DC2E is #1823D1. Grayscale: #CCCCCC. Windows color (decimal): -1582034 or 3071207. OLE color: 3071207.
HSL color Cylindrical-coordinate representation of color #E7DC2E: hue angle of 56.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7DC2E is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 46 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.09 |
| HSL | 56.43º | 0.79% | 0.54% | - |
| HSV(B) | 56.43º | 0.8% | 0.91% | - |
| XYZ | 59.04 | 68.37 | 12.67 | - |
| YUV | 203.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 46 | 0 | 0.05 | 0.80 | 0.09 | 56.43 | 0.79 | 0.54 |
| Hex | E7 | DC | 2E | 0 | 5 | 50 | 9 | 38 | 4F | 36 |
| Octal | 347 | 334 | 56 | 0 | 5 | 120 | 11 | 70 | 117 | 66 |
| Binary | 11100111 | 11011100 | 101110 | 0 | 101 | 1010000 | 1001 | 111000 | 1001111 | 110110 |
Color Harmonies of #E7DC2E
Complementary color
Monochromatic Colors of #E7DC2E
Black with #E7DC2E
Text Example
Text Example
White with #E7DC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC2E; }
p { color: rgb(231,220,46); }
H1.HeaderClassName
{
color: #E7DC2E;
}
.AnyTagClassName
{
color: #E7DC2E;
}
</style>
background-color css
<style>
a { background-color: #E7DC2E; }
a { background-color: rgb(231,220,46); }
div.DivClassName
{
background-color: #E7DC2E;
}
.BgClassName
{
background-color: #E7DC2E;
}
</style>
border-color css
<style>
span { border-color: #E7DC2E; }
span { border-color: rgb(231,220,46); }
td.TdClassName
{
border-color: #E7DC2E;
}
.TagClassName
{
border-color: #E7DC2E;
}
</style>