Shades of Golden Fizz #E7DC2B
Tints of Golden Fizz #E7DC2B
RGB
CMYK
RGB Variations
Color information
#E7DC2B (or 0xE7DC2B) is known color: Golden Fizz. HEX triplet: E7, DC and 2B. RGB value is (231,220,43). Sum of RGB (Red+Green+Blue) = 231+220+43=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DC2B is #1823D4. Grayscale: #CBCBCB. Windows color (decimal): -1582037 or 2874599. OLE color: 2874599.
HSL color Cylindrical-coordinate representation of color #E7DC2B: hue angle of 56.49º degrees, saturation: 0.8, 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 #E7DC2B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 43 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.09 |
| HSL | 56.49º | 0.8% | 0.54% | - |
| HSV(B) | 56.49º | 0.81% | 0.91% | - |
| XYZ | 58.98 | 68.35 | 12.37 | - |
| YUV | 203.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 43 | 0 | 0.05 | 0.81 | 0.09 | 56.49 | 0.8 | 0.54 |
| Hex | E7 | DC | 2B | 0 | 5 | 51 | 9 | 38 | 50 | 36 |
| Octal | 347 | 334 | 53 | 0 | 5 | 121 | 11 | 70 | 120 | 66 |
| Binary | 11100111 | 11011100 | 101011 | 0 | 101 | 1010001 | 1001 | 111000 | 1010000 | 110110 |
Color Harmonies of #E7DC2B
Complementary color
Monochromatic Colors of #E7DC2B
Black with #E7DC2B
Text Example
Text Example
White with #E7DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC2B; }
p { color: rgb(231,220,43); }
H1.HeaderClassName
{
color: #E7DC2B;
}
.AnyTagClassName
{
color: #E7DC2B;
}
</style>
background-color css
<style>
a { background-color: #E7DC2B; }
a { background-color: rgb(231,220,43); }
div.DivClassName
{
background-color: #E7DC2B;
}
.BgClassName
{
background-color: #E7DC2B;
}
</style>
border-color css
<style>
span { border-color: #E7DC2B; }
span { border-color: rgb(231,220,43); }
td.TdClassName
{
border-color: #E7DC2B;
}
.TagClassName
{
border-color: #E7DC2B;
}
</style>