Shades of Golden Fizz #E8DF2F
Tints of Golden Fizz #E8DF2F
RGB
CMYK
RGB Variations
Color information
#E8DF2F (or 0xE8DF2F) is known color: Golden Fizz. HEX triplet: E8, DF and 2F. RGB value is (232,223,47). Sum of RGB (Red+Green+Blue) = 232+223+47=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DF2F is #1720D0. Grayscale: #CECECE. Windows color (decimal): -1515729 or 3137512. OLE color: 3137512.
HSL color Cylindrical-coordinate representation of color #E8DF2F: hue angle of 57.08º 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 #E8DF2F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 47 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.09 |
| HSL | 57.08º | 0.8% | 0.55% | - |
| HSV(B) | 57.08º | 0.8% | 0.91% | - |
| XYZ | 60.18 | 70.14 | 13.06 | - |
| YUV | 205.63 | 38.48 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 47 | 0 | 0.04 | 0.80 | 0.09 | 57.08 | 0.8 | 0.55 |
| Hex | E8 | DF | 2F | 0 | 4 | 50 | 9 | 39 | 50 | 37 |
| Octal | 350 | 337 | 57 | 0 | 4 | 120 | 11 | 71 | 120 | 67 |
| Binary | 11101000 | 11011111 | 101111 | 0 | 100 | 1010000 | 1001 | 111001 | 1010000 | 110111 |
Color Harmonies of #E8DF2F
Complementary color
Monochromatic Colors of #E8DF2F
Black with #E8DF2F
Text Example
Text Example
White with #E8DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF2F; }
p { color: rgb(232,223,47); }
H1.HeaderClassName
{
color: #E8DF2F;
}
.AnyTagClassName
{
color: #E8DF2F;
}
</style>
background-color css
<style>
a { background-color: #E8DF2F; }
a { background-color: rgb(232,223,47); }
div.DivClassName
{
background-color: #E8DF2F;
}
.BgClassName
{
background-color: #E8DF2F;
}
</style>
border-color css
<style>
span { border-color: #E8DF2F; }
span { border-color: rgb(232,223,47); }
td.TdClassName
{
border-color: #E8DF2F;
}
.TagClassName
{
border-color: #E8DF2F;
}
</style>