Shades of Golden Fizz #E4DF31
Tints of Golden Fizz #E4DF31
RGB
CMYK
RGB Variations
Color information
#E4DF31 (or 0xE4DF31) is known color: Golden Fizz. HEX triplet: E4, DF and 31. RGB value is (228,223,49). Sum of RGB (Red+Green+Blue) = 228+223+49=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DF31 is #1B20CE. Grayscale: #CDCDCD. Windows color (decimal): -1777871 or 3268580. OLE color: 3268580.
HSL color Cylindrical-coordinate representation of color #E4DF31: hue angle of 58.32º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4DF31 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 49 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.11 |
| HSL | 58.32º | 0.77% | 0.54% | - |
| HSV(B) | 58.32º | 0.79% | 0.89% | - |
| XYZ | 58.94 | 69.49 | 13.21 | - |
| YUV | 204.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 49 | 0 | 0.02 | 0.79 | 0.11 | 58.32 | 0.77 | 0.54 |
| Hex | E4 | DF | 31 | 0 | 2 | 4F | B | 3A | 4D | 36 |
| Octal | 344 | 337 | 61 | 0 | 2 | 117 | 13 | 72 | 115 | 66 |
| Binary | 11100100 | 11011111 | 110001 | 0 | 10 | 1001111 | 1011 | 111010 | 1001101 | 110110 |
Color Harmonies of #E4DF31
Complementary color
Monochromatic Colors of #E4DF31
Black with #E4DF31
Text Example
Text Example
White with #E4DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF31; }
p { color: rgb(228,223,49); }
H1.HeaderClassName
{
color: #E4DF31;
}
.AnyTagClassName
{
color: #E4DF31;
}
</style>
background-color css
<style>
a { background-color: #E4DF31; }
a { background-color: rgb(228,223,49); }
div.DivClassName
{
background-color: #E4DF31;
}
.BgClassName
{
background-color: #E4DF31;
}
</style>
border-color css
<style>
span { border-color: #E4DF31; }
span { border-color: rgb(228,223,49); }
td.TdClassName
{
border-color: #E4DF31;
}
.TagClassName
{
border-color: #E4DF31;
}
</style>