Shades of Golden Fizz #E7DC2D
Tints of Golden Fizz #E7DC2D
RGB
CMYK
RGB Variations
Color information
#E7DC2D (or 0xE7DC2D) is known color: Golden Fizz. HEX triplet: E7, DC and 2D. RGB value is (231,220,45). Sum of RGB (Red+Green+Blue) = 231+220+45=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DC2D is #1823D2. Grayscale: #CCCCCC. Windows color (decimal): -1582035 or 3005671. OLE color: 3005671.
HSL color Cylindrical-coordinate representation of color #E7DC2D: hue angle of 56.45º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7DC2D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.09 |
| HSL | 56.45º | 0.79% | 0.54% | - |
| HSV(B) | 56.45º | 0.81% | 0.91% | - |
| XYZ | 59.02 | 68.36 | 12.57 | - |
| YUV | 203.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 45 | 0 | 0.05 | 0.81 | 0.09 | 56.45 | 0.79 | 0.54 |
| Hex | E7 | DC | 2D | 0 | 5 | 51 | 9 | 38 | 4F | 36 |
| Octal | 347 | 334 | 55 | 0 | 5 | 121 | 11 | 70 | 117 | 66 |
| Binary | 11100111 | 11011100 | 101101 | 0 | 101 | 1010001 | 1001 | 111000 | 1001111 | 110110 |
Color Harmonies of #E7DC2D
Complementary color
Monochromatic Colors of #E7DC2D
Black with #E7DC2D
Text Example
Text Example
White with #E7DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC2D; }
p { color: rgb(231,220,45); }
H1.HeaderClassName
{
color: #E7DC2D;
}
.AnyTagClassName
{
color: #E7DC2D;
}
</style>
background-color css
<style>
a { background-color: #E7DC2D; }
a { background-color: rgb(231,220,45); }
div.DivClassName
{
background-color: #E7DC2D;
}
.BgClassName
{
background-color: #E7DC2D;
}
</style>
border-color css
<style>
span { border-color: #E7DC2D; }
span { border-color: rgb(231,220,45); }
td.TdClassName
{
border-color: #E7DC2D;
}
.TagClassName
{
border-color: #E7DC2D;
}
</style>