Shades of Golden Fizz #E8DB1F
Tints of Golden Fizz #E8DB1F
RGB
CMYK
RGB Variations
Color information
#E8DB1F (or 0xE8DB1F) is known color: Golden Fizz. HEX triplet: E8, DB and 1F. RGB value is (232,219,31). Sum of RGB (Red+Green+Blue) = 232+219+31=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DB1F is #1724E0. Grayscale: #CACACA. Windows color (decimal): -1516769 or 2087912. OLE color: 2087912.
HSL color Cylindrical-coordinate representation of color #E8DB1F: hue angle of 56.12º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8DB1F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 31 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.09 |
| HSL | 56.12º | 0.81% | 0.52% | - |
| HSV(B) | 56.12º | 0.87% | 0.91% | - |
| XYZ | 58.86 | 67.92 | 11.3 | - |
| YUV | 201.46 | 31.81 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 31 | 0 | 0.06 | 0.87 | 0.09 | 56.12 | 0.81 | 0.52 |
| Hex | E8 | DB | 1F | 0 | 6 | 57 | 9 | 38 | 51 | 34 |
| Octal | 350 | 333 | 37 | 0 | 6 | 127 | 11 | 70 | 121 | 64 |
| Binary | 11101000 | 11011011 | 11111 | 0 | 110 | 1010111 | 1001 | 111000 | 1010001 | 110100 |
Color Harmonies of #E8DB1F
Complementary color
Monochromatic Colors of #E8DB1F
Black with #E8DB1F
Text Example
Text Example
White with #E8DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB1F; }
p { color: rgb(232,219,31); }
H1.HeaderClassName
{
color: #E8DB1F;
}
.AnyTagClassName
{
color: #E8DB1F;
}
</style>
background-color css
<style>
a { background-color: #E8DB1F; }
a { background-color: rgb(232,219,31); }
div.DivClassName
{
background-color: #E8DB1F;
}
.BgClassName
{
background-color: #E8DB1F;
}
</style>
border-color css
<style>
span { border-color: #E8DB1F; }
span { border-color: rgb(232,219,31); }
td.TdClassName
{
border-color: #E8DB1F;
}
.TagClassName
{
border-color: #E8DB1F;
}
</style>