Shades of Golden Fizz #E8DF2A
Tints of Golden Fizz #E8DF2A
RGB
CMYK
RGB Variations
Color information
#E8DF2A (or 0xE8DF2A) is known color: Golden Fizz. HEX triplet: E8, DF and 2A. RGB value is (232,223,42). Sum of RGB (Red+Green+Blue) = 232+223+42=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DF2A is #1720D5. Grayscale: #CDCDCD. Windows color (decimal): -1515734 or 2809832. OLE color: 2809832.
HSL color Cylindrical-coordinate representation of color #E8DF2A: hue angle of 57.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8DF2A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 42 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.09 |
| HSL | 57.16º | 0.81% | 0.54% | - |
| HSV(B) | 57.16º | 0.82% | 0.91% | - |
| XYZ | 60.08 | 70.1 | 12.55 | - |
| YUV | 205.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 42 | 0 | 0.04 | 0.82 | 0.09 | 57.16 | 0.81 | 0.54 |
| Hex | E8 | DF | 2A | 0 | 4 | 52 | 9 | 39 | 51 | 36 |
| Octal | 350 | 337 | 52 | 0 | 4 | 122 | 11 | 71 | 121 | 66 |
| Binary | 11101000 | 11011111 | 101010 | 0 | 100 | 1010010 | 1001 | 111001 | 1010001 | 110110 |
Color Harmonies of #E8DF2A
Complementary color
Monochromatic Colors of #E8DF2A
Black with #E8DF2A
Text Example
Text Example
White with #E8DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF2A; }
p { color: rgb(232,223,42); }
H1.HeaderClassName
{
color: #E8DF2A;
}
.AnyTagClassName
{
color: #E8DF2A;
}
</style>
background-color css
<style>
a { background-color: #E8DF2A; }
a { background-color: rgb(232,223,42); }
div.DivClassName
{
background-color: #E8DF2A;
}
.BgClassName
{
background-color: #E8DF2A;
}
</style>
border-color css
<style>
span { border-color: #E8DF2A; }
span { border-color: rgb(232,223,42); }
td.TdClassName
{
border-color: #E8DF2A;
}
.TagClassName
{
border-color: #E8DF2A;
}
</style>