Shades of Golden Fizz #E3DF1F
Tints of Golden Fizz #E3DF1F
RGB
CMYK
RGB Variations
Color information
#E3DF1F (or 0xE3DF1F) is known color: Golden Fizz. HEX triplet: E3, DF and 1F. RGB value is (227,223,31). Sum of RGB (Red+Green+Blue) = 227+223+31=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DF1F is #1C20E0. Grayscale: #CBCBCB. Windows color (decimal): -1843425 or 2088931. OLE color: 2088931.
HSL color Cylindrical-coordinate representation of color #E3DF1F: hue angle of 58.78º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3DF1F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.11 |
| HSL | 58.78º | 0.78% | 0.51% | - |
| HSV(B) | 58.78º | 0.86% | 0.89% | - |
| XYZ | 58.31 | 69.21 | 11.58 | - |
| YUV | 202.31 | 31.33 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 31 | 0 | 0.02 | 0.86 | 0.11 | 58.78 | 0.78 | 0.51 |
| Hex | E3 | DF | 1F | 0 | 2 | 56 | B | 3B | 4E | 33 |
| Octal | 343 | 337 | 37 | 0 | 2 | 126 | 13 | 73 | 116 | 63 |
| Binary | 11100011 | 11011111 | 11111 | 0 | 10 | 1010110 | 1011 | 111011 | 1001110 | 110011 |
Color Harmonies of #E3DF1F
Complementary color
Monochromatic Colors of #E3DF1F
Black with #E3DF1F
Text Example
Text Example
White with #E3DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF1F; }
p { color: rgb(227,223,31); }
H1.HeaderClassName
{
color: #E3DF1F;
}
.AnyTagClassName
{
color: #E3DF1F;
}
</style>
background-color css
<style>
a { background-color: #E3DF1F; }
a { background-color: rgb(227,223,31); }
div.DivClassName
{
background-color: #E3DF1F;
}
.BgClassName
{
background-color: #E3DF1F;
}
</style>
border-color css
<style>
span { border-color: #E3DF1F; }
span { border-color: rgb(227,223,31); }
td.TdClassName
{
border-color: #E3DF1F;
}
.TagClassName
{
border-color: #E3DF1F;
}
</style>