Shades of Golden Fizz #E7DD32
Tints of Golden Fizz #E7DD32
RGB
CMYK
RGB Variations
Color information
#E7DD32 (or 0xE7DD32) is known color: Golden Fizz. HEX triplet: E7, DD and 32. RGB value is (231,221,50). Sum of RGB (Red+Green+Blue) = 231+221+50=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD32 is #1822CD. Grayscale: #CDCDCD. Windows color (decimal): -1581774 or 3333607. OLE color: 3333607.
HSL color Cylindrical-coordinate representation of color #E7DD32: hue angle of 56.69º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7DD32 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 50 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.09 |
| HSL | 56.69º | 0.79% | 0.55% | - |
| HSV(B) | 56.69º | 0.78% | 0.91% | - |
| XYZ | 59.39 | 68.93 | 13.19 | - |
| YUV | 204.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 50 | 0 | 0.04 | 0.78 | 0.09 | 56.69 | 0.79 | 0.55 |
| Hex | E7 | DD | 32 | 0 | 4 | 4E | 9 | 39 | 4F | 37 |
| Octal | 347 | 335 | 62 | 0 | 4 | 116 | 11 | 71 | 117 | 67 |
| Binary | 11100111 | 11011101 | 110010 | 0 | 100 | 1001110 | 1001 | 111001 | 1001111 | 110111 |
Color Harmonies of #E7DD32
Complementary color
Monochromatic Colors of #E7DD32
Black with #E7DD32
Text Example
Text Example
White with #E7DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD32; }
p { color: rgb(231,221,50); }
H1.HeaderClassName
{
color: #E7DD32;
}
.AnyTagClassName
{
color: #E7DD32;
}
</style>
background-color css
<style>
a { background-color: #E7DD32; }
a { background-color: rgb(231,221,50); }
div.DivClassName
{
background-color: #E7DD32;
}
.BgClassName
{
background-color: #E7DD32;
}
</style>
border-color css
<style>
span { border-color: #E7DD32; }
span { border-color: rgb(231,221,50); }
td.TdClassName
{
border-color: #E7DD32;
}
.TagClassName
{
border-color: #E7DD32;
}
</style>