Shades of Golden Fizz #E7E32D
Tints of Golden Fizz #E7E32D
RGB
CMYK
RGB Variations
Color information
#E7E32D (or 0xE7E32D) is known color: Golden Fizz. HEX triplet: E7, E3 and 2D. RGB value is (231,227,45). Sum of RGB (Red+Green+Blue) = 231+227+45=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E32D is #181CD2. Grayscale: #D0D0D0. Windows color (decimal): -1580243 or 3007463. OLE color: 3007463.
HSL color Cylindrical-coordinate representation of color #E7E32D: hue angle of 58.71º degrees, saturation: 0.79, 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 #E7E32D is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 45 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.09 |
| HSL | 58.71º | 0.79% | 0.54% | - |
| HSV(B) | 58.71º | 0.81% | 0.91% | - |
| XYZ | 60.9 | 72.12 | 13.19 | - |
| YUV | 207.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 45 | 0 | 0.02 | 0.81 | 0.09 | 58.71 | 0.79 | 0.54 |
| Hex | E7 | E3 | 2D | 0 | 2 | 51 | 9 | 3B | 4F | 36 |
| Octal | 347 | 343 | 55 | 0 | 2 | 121 | 11 | 73 | 117 | 66 |
| Binary | 11100111 | 11100011 | 101101 | 0 | 10 | 1010001 | 1001 | 111011 | 1001111 | 110110 |
Color Harmonies of #E7E32D
Complementary color
Monochromatic Colors of #E7E32D
Black with #E7E32D
Text Example
Text Example
White with #E7E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E32D; }
p { color: rgb(231,227,45); }
H1.HeaderClassName
{
color: #E7E32D;
}
.AnyTagClassName
{
color: #E7E32D;
}
</style>
background-color css
<style>
a { background-color: #E7E32D; }
a { background-color: rgb(231,227,45); }
div.DivClassName
{
background-color: #E7E32D;
}
.BgClassName
{
background-color: #E7E32D;
}
</style>
border-color css
<style>
span { border-color: #E7E32D; }
span { border-color: rgb(231,227,45); }
td.TdClassName
{
border-color: #E7E32D;
}
.TagClassName
{
border-color: #E7E32D;
}
</style>