Shades of Golden Fizz #E8DF2E
Tints of Golden Fizz #E8DF2E
RGB
CMYK
RGB Variations
Color information
#E8DF2E (or 0xE8DF2E) is known color: Golden Fizz. HEX triplet: E8, DF and 2E. RGB value is (232,223,46). Sum of RGB (Red+Green+Blue) = 232+223+46=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DF2E is #1720D1. Grayscale: #CECECE. Windows color (decimal): -1515730 or 3071976. OLE color: 3071976.
HSL color Cylindrical-coordinate representation of color #E8DF2E: hue angle of 57.1º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8DF2E is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 46 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.09 |
| HSL | 57.1º | 0.8% | 0.55% | - |
| HSV(B) | 57.1º | 0.8% | 0.91% | - |
| XYZ | 60.16 | 70.13 | 12.95 | - |
| YUV | 205.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 46 | 0 | 0.04 | 0.80 | 0.09 | 57.1 | 0.8 | 0.55 |
| Hex | E8 | DF | 2E | 0 | 4 | 50 | 9 | 39 | 50 | 37 |
| Octal | 350 | 337 | 56 | 0 | 4 | 120 | 11 | 71 | 120 | 67 |
| Binary | 11101000 | 11011111 | 101110 | 0 | 100 | 1010000 | 1001 | 111001 | 1010000 | 110111 |
Color Harmonies of #E8DF2E
Complementary color
Monochromatic Colors of #E8DF2E
Black with #E8DF2E
Text Example
Text Example
White with #E8DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF2E; }
p { color: rgb(232,223,46); }
H1.HeaderClassName
{
color: #E8DF2E;
}
.AnyTagClassName
{
color: #E8DF2E;
}
</style>
background-color css
<style>
a { background-color: #E8DF2E; }
a { background-color: rgb(232,223,46); }
div.DivClassName
{
background-color: #E8DF2E;
}
.BgClassName
{
background-color: #E8DF2E;
}
</style>
border-color css
<style>
span { border-color: #E8DF2E; }
span { border-color: rgb(232,223,46); }
td.TdClassName
{
border-color: #E8DF2E;
}
.TagClassName
{
border-color: #E8DF2E;
}
</style>