Shades of Golden Fizz #E3D528
Tints of Golden Fizz #E3D528
RGB
CMYK
RGB Variations
Color information
#E3D528 (or 0xE3D528) is known color: Golden Fizz. HEX triplet: E3, D5 and 28. RGB value is (227,213,40). Sum of RGB (Red+Green+Blue) = 227+213+40=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D528 is #1C2AD7. Grayscale: #C6C6C6. Windows color (decimal): -1845976 or 2676195. OLE color: 2676195.
HSL color Cylindrical-coordinate representation of color #E3D528: hue angle of 55.51º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3D528 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 40 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.11 |
| HSL | 55.51º | 0.77% | 0.52% | - |
| HSV(B) | 55.51º | 0.82% | 0.89% | - |
| XYZ | 55.86 | 64.07 | 11.43 | - |
| YUV | 197.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 40 | 0 | 0.06 | 0.82 | 0.11 | 55.51 | 0.77 | 0.52 |
| Hex | E3 | D5 | 28 | 0 | 6 | 52 | B | 38 | 4D | 34 |
| Octal | 343 | 325 | 50 | 0 | 6 | 122 | 13 | 70 | 115 | 64 |
| Binary | 11100011 | 11010101 | 101000 | 0 | 110 | 1010010 | 1011 | 111000 | 1001101 | 110100 |
Color Harmonies of #E3D528
Complementary color
Monochromatic Colors of #E3D528
Black with #E3D528
Text Example
Text Example
White with #E3D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D528; }
p { color: rgb(227,213,40); }
H1.HeaderClassName
{
color: #E3D528;
}
.AnyTagClassName
{
color: #E3D528;
}
</style>
background-color css
<style>
a { background-color: #E3D528; }
a { background-color: rgb(227,213,40); }
div.DivClassName
{
background-color: #E3D528;
}
.BgClassName
{
background-color: #E3D528;
}
</style>
border-color css
<style>
span { border-color: #E3D528; }
span { border-color: rgb(227,213,40); }
td.TdClassName
{
border-color: #E3D528;
}
.TagClassName
{
border-color: #E3D528;
}
</style>