Shades of Golden Fizz #E7DB34
Tints of Golden Fizz #E7DB34
RGB
CMYK
RGB Variations
Color information
#E7DB34 (or 0xE7DB34) is known color: Golden Fizz. HEX triplet: E7, DB and 34. RGB value is (231,219,52). Sum of RGB (Red+Green+Blue) = 231+219+52=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB34 is #1824CB. Grayscale: #CCCCCC. Windows color (decimal): -1582284 or 3464167. OLE color: 3464167.
HSL color Cylindrical-coordinate representation of color #E7DB34: hue angle of 55.98º 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 #E7DB34 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 52 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.09 |
| HSL | 55.98º | 0.79% | 0.55% | - |
| HSV(B) | 55.98º | 0.77% | 0.91% | - |
| XYZ | 58.91 | 67.9 | 13.25 | - |
| YUV | 203.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 52 | 0 | 0.05 | 0.77 | 0.09 | 55.98 | 0.79 | 0.55 |
| Hex | E7 | DB | 34 | 0 | 5 | 4D | 9 | 38 | 4F | 37 |
| Octal | 347 | 333 | 64 | 0 | 5 | 115 | 11 | 70 | 117 | 67 |
| Binary | 11100111 | 11011011 | 110100 | 0 | 101 | 1001101 | 1001 | 111000 | 1001111 | 110111 |
Color Harmonies of #E7DB34
Complementary color
Monochromatic Colors of #E7DB34
Black with #E7DB34
Text Example
Text Example
White with #E7DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB34; }
p { color: rgb(231,219,52); }
H1.HeaderClassName
{
color: #E7DB34;
}
.AnyTagClassName
{
color: #E7DB34;
}
</style>
background-color css
<style>
a { background-color: #E7DB34; }
a { background-color: rgb(231,219,52); }
div.DivClassName
{
background-color: #E7DB34;
}
.BgClassName
{
background-color: #E7DB34;
}
</style>
border-color css
<style>
span { border-color: #E7DB34; }
span { border-color: rgb(231,219,52); }
td.TdClassName
{
border-color: #E7DB34;
}
.TagClassName
{
border-color: #E7DB34;
}
</style>