Shades of Golden Fizz #E7D534
Tints of Golden Fizz #E7D534
RGB
CMYK
RGB Variations
Color information
#E7D534 (or 0xE7D534) is known color: Golden Fizz. HEX triplet: E7, D5 and 34. RGB value is (231,213,52). Sum of RGB (Red+Green+Blue) = 231+213+52=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D534 is #182ACB. Grayscale: #C8C8C8. Windows color (decimal): -1583820 or 3462631. OLE color: 3462631.
HSL color Cylindrical-coordinate representation of color #E7D534: hue angle of 53.97º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7D534 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 52 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.09 |
| HSL | 53.97º | 0.79% | 0.55% | - |
| HSV(B) | 53.97º | 0.77% | 0.91% | - |
| XYZ | 57.37 | 64.83 | 12.74 | - |
| YUV | 200.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 52 | 0 | 0.08 | 0.77 | 0.09 | 53.97 | 0.79 | 0.55 |
| Hex | E7 | D5 | 34 | 0 | 8 | 4D | 9 | 36 | 4F | 37 |
| Octal | 347 | 325 | 64 | 0 | 10 | 115 | 11 | 66 | 117 | 67 |
| Binary | 11100111 | 11010101 | 110100 | 0 | 1000 | 1001101 | 1001 | 110110 | 1001111 | 110111 |
Color Harmonies of #E7D534
Complementary color
Monochromatic Colors of #E7D534
Black with #E7D534
Text Example
Text Example
White with #E7D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D534; }
p { color: rgb(231,213,52); }
H1.HeaderClassName
{
color: #E7D534;
}
.AnyTagClassName
{
color: #E7D534;
}
</style>
background-color css
<style>
a { background-color: #E7D534; }
a { background-color: rgb(231,213,52); }
div.DivClassName
{
background-color: #E7D534;
}
.BgClassName
{
background-color: #E7D534;
}
</style>
border-color css
<style>
span { border-color: #E7D534; }
span { border-color: rgb(231,213,52); }
td.TdClassName
{
border-color: #E7D534;
}
.TagClassName
{
border-color: #E7D534;
}
</style>