Shades of Golden Fizz #E7DB35
Tints of Golden Fizz #E7DB35
RGB
CMYK
RGB Variations
Color information
#E7DB35 (or 0xE7DB35) is known color: Golden Fizz. HEX triplet: E7, DB and 35. RGB value is (231,219,53). Sum of RGB (Red+Green+Blue) = 231+219+53=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB35 is #1824CA. Grayscale: #CCCCCC. Windows color (decimal): -1582283 or 3529703. OLE color: 3529703.
HSL color Cylindrical-coordinate representation of color #E7DB35: hue angle of 55.96º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7DB35 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 53 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.09 |
| HSL | 55.96º | 0.79% | 0.56% | - |
| HSV(B) | 55.96º | 0.77% | 0.91% | - |
| XYZ | 58.93 | 67.91 | 13.37 | - |
| YUV | 203.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 53 | 0 | 0.05 | 0.77 | 0.09 | 55.96 | 0.79 | 0.56 |
| Hex | E7 | DB | 35 | 0 | 5 | 4D | 9 | 38 | 4F | 38 |
| Octal | 347 | 333 | 65 | 0 | 5 | 115 | 11 | 70 | 117 | 70 |
| Binary | 11100111 | 11011011 | 110101 | 0 | 101 | 1001101 | 1001 | 111000 | 1001111 | 111000 |
Color Harmonies of #E7DB35
Complementary color
Monochromatic Colors of #E7DB35
Black with #E7DB35
Text Example
Text Example
White with #E7DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB35; }
p { color: rgb(231,219,53); }
H1.HeaderClassName
{
color: #E7DB35;
}
.AnyTagClassName
{
color: #E7DB35;
}
</style>
background-color css
<style>
a { background-color: #E7DB35; }
a { background-color: rgb(231,219,53); }
div.DivClassName
{
background-color: #E7DB35;
}
.BgClassName
{
background-color: #E7DB35;
}
</style>
border-color css
<style>
span { border-color: #E7DB35; }
span { border-color: rgb(231,219,53); }
td.TdClassName
{
border-color: #E7DB35;
}
.TagClassName
{
border-color: #E7DB35;
}
</style>