Shades of Golden Fizz #E8DF1F
Tints of Golden Fizz #E8DF1F
RGB
CMYK
RGB Variations
Color information
#E8DF1F (or 0xE8DF1F) is known color: Golden Fizz. HEX triplet: E8, DF and 1F. RGB value is (232,223,31). Sum of RGB (Red+Green+Blue) = 232+223+31=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DF1F is #1720E0. Grayscale: #CCCCCC. Windows color (decimal): -1515745 or 2088936. OLE color: 2088936.
HSL color Cylindrical-coordinate representation of color #E8DF1F: hue angle of 57.31º 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 #E8DF1F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 31 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.09 |
| HSL | 57.31º | 0.81% | 0.52% | - |
| HSV(B) | 57.31º | 0.87% | 0.91% | - |
| XYZ | 59.91 | 70.03 | 11.66 | - |
| YUV | 203.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 31 | 0 | 0.04 | 0.87 | 0.09 | 57.31 | 0.81 | 0.52 |
| Hex | E8 | DF | 1F | 0 | 4 | 57 | 9 | 39 | 51 | 34 |
| Octal | 350 | 337 | 37 | 0 | 4 | 127 | 11 | 71 | 121 | 64 |
| Binary | 11101000 | 11011111 | 11111 | 0 | 100 | 1010111 | 1001 | 111001 | 1010001 | 110100 |
Color Harmonies of #E8DF1F
Complementary color
Monochromatic Colors of #E8DF1F
Black with #E8DF1F
Text Example
Text Example
White with #E8DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF1F; }
p { color: rgb(232,223,31); }
H1.HeaderClassName
{
color: #E8DF1F;
}
.AnyTagClassName
{
color: #E8DF1F;
}
</style>
background-color css
<style>
a { background-color: #E8DF1F; }
a { background-color: rgb(232,223,31); }
div.DivClassName
{
background-color: #E8DF1F;
}
.BgClassName
{
background-color: #E8DF1F;
}
</style>
border-color css
<style>
span { border-color: #E8DF1F; }
span { border-color: rgb(232,223,31); }
td.TdClassName
{
border-color: #E8DF1F;
}
.TagClassName
{
border-color: #E8DF1F;
}
</style>