Shades of Golden Fizz #E7DD31
Tints of Golden Fizz #E7DD31
RGB
CMYK
RGB Variations
Color information
#E7DD31 (or 0xE7DD31) is known color: Golden Fizz. HEX triplet: E7, DD and 31. RGB value is (231,221,49). Sum of RGB (Red+Green+Blue) = 231+221+49=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD31 is #1822CE. Grayscale: #CDCDCD. Windows color (decimal): -1581775 or 3268071. OLE color: 3268071.
HSL color Cylindrical-coordinate representation of color #E7DD31: hue angle of 56.7º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7DD31 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 49 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.09 |
| HSL | 56.7º | 0.79% | 0.55% | - |
| HSV(B) | 56.7º | 0.79% | 0.91% | - |
| XYZ | 59.37 | 68.92 | 13.08 | - |
| YUV | 204.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 49 | 0 | 0.04 | 0.79 | 0.09 | 56.7 | 0.79 | 0.55 |
| Hex | E7 | DD | 31 | 0 | 4 | 4F | 9 | 39 | 4F | 37 |
| Octal | 347 | 335 | 61 | 0 | 4 | 117 | 11 | 71 | 117 | 67 |
| Binary | 11100111 | 11011101 | 110001 | 0 | 100 | 1001111 | 1001 | 111001 | 1001111 | 110111 |
Color Harmonies of #E7DD31
Complementary color
Monochromatic Colors of #E7DD31
Black with #E7DD31
Text Example
Text Example
White with #E7DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD31; }
p { color: rgb(231,221,49); }
H1.HeaderClassName
{
color: #E7DD31;
}
.AnyTagClassName
{
color: #E7DD31;
}
</style>
background-color css
<style>
a { background-color: #E7DD31; }
a { background-color: rgb(231,221,49); }
div.DivClassName
{
background-color: #E7DD31;
}
.BgClassName
{
background-color: #E7DD31;
}
</style>
border-color css
<style>
span { border-color: #E7DD31; }
span { border-color: rgb(231,221,49); }
td.TdClassName
{
border-color: #E7DD31;
}
.TagClassName
{
border-color: #E7DD31;
}
</style>