Shades of Golden Fizz #E7DD2A
Tints of Golden Fizz #E7DD2A
RGB
CMYK
RGB Variations
Color information
#E7DD2A (or 0xE7DD2A) is known color: Golden Fizz. HEX triplet: E7, DD and 2A. RGB value is (231,221,42). Sum of RGB (Red+Green+Blue) = 231+221+42=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD2A is #1822D5. Grayscale: #CCCCCC. Windows color (decimal): -1581782 or 2809319. OLE color: 2809319.
HSL color Cylindrical-coordinate representation of color #E7DD2A: hue angle of 56.83º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7DD2A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 42 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.09 |
| HSL | 56.83º | 0.8% | 0.54% | - |
| HSV(B) | 56.83º | 0.82% | 0.91% | - |
| XYZ | 59.23 | 68.87 | 12.36 | - |
| YUV | 203.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 42 | 0 | 0.04 | 0.82 | 0.09 | 56.83 | 0.8 | 0.54 |
| Hex | E7 | DD | 2A | 0 | 4 | 52 | 9 | 39 | 50 | 36 |
| Octal | 347 | 335 | 52 | 0 | 4 | 122 | 11 | 71 | 120 | 66 |
| Binary | 11100111 | 11011101 | 101010 | 0 | 100 | 1010010 | 1001 | 111001 | 1010000 | 110110 |
Color Harmonies of #E7DD2A
Complementary color
Monochromatic Colors of #E7DD2A
Black with #E7DD2A
Text Example
Text Example
White with #E7DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD2A; }
p { color: rgb(231,221,42); }
H1.HeaderClassName
{
color: #E7DD2A;
}
.AnyTagClassName
{
color: #E7DD2A;
}
</style>
background-color css
<style>
a { background-color: #E7DD2A; }
a { background-color: rgb(231,221,42); }
div.DivClassName
{
background-color: #E7DD2A;
}
.BgClassName
{
background-color: #E7DD2A;
}
</style>
border-color css
<style>
span { border-color: #E7DD2A; }
span { border-color: rgb(231,221,42); }
td.TdClassName
{
border-color: #E7DD2A;
}
.TagClassName
{
border-color: #E7DD2A;
}
</style>