Shades of Golden Fizz #E7DE32
Tints of Golden Fizz #E7DE32
RGB
CMYK
RGB Variations
Color information
#E7DE32 (or 0xE7DE32) is known color: Golden Fizz. HEX triplet: E7, DE and 32. RGB value is (231,222,50). Sum of RGB (Red+Green+Blue) = 231+222+50=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DE32 is #1821CD. Grayscale: #CDCDCD. Windows color (decimal): -1581518 or 3333863. OLE color: 3333863.
HSL color Cylindrical-coordinate representation of color #E7DE32: hue angle of 57.02º 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 #E7DE32 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 50 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.09 |
| HSL | 57.02º | 0.79% | 0.55% | - |
| HSV(B) | 57.02º | 0.78% | 0.91% | - |
| XYZ | 59.65 | 69.46 | 13.28 | - |
| YUV | 205.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 50 | 0 | 0.04 | 0.78 | 0.09 | 57.02 | 0.79 | 0.55 |
| Hex | E7 | DE | 32 | 0 | 4 | 4E | 9 | 39 | 4F | 37 |
| Octal | 347 | 336 | 62 | 0 | 4 | 116 | 11 | 71 | 117 | 67 |
| Binary | 11100111 | 11011110 | 110010 | 0 | 100 | 1001110 | 1001 | 111001 | 1001111 | 110111 |
Color Harmonies of #E7DE32
Complementary color
Monochromatic Colors of #E7DE32
Black with #E7DE32
Text Example
Text Example
White with #E7DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DE32; }
p { color: rgb(231,222,50); }
H1.HeaderClassName
{
color: #E7DE32;
}
.AnyTagClassName
{
color: #E7DE32;
}
</style>
background-color css
<style>
a { background-color: #E7DE32; }
a { background-color: rgb(231,222,50); }
div.DivClassName
{
background-color: #E7DE32;
}
.BgClassName
{
background-color: #E7DE32;
}
</style>
border-color css
<style>
span { border-color: #E7DE32; }
span { border-color: rgb(231,222,50); }
td.TdClassName
{
border-color: #E7DE32;
}
.TagClassName
{
border-color: #E7DE32;
}
</style>