Shades of Golden Fizz #E1D427
Tints of Golden Fizz #E1D427
RGB
CMYK
RGB Variations
Color information
#E1D427 (or 0xE1D427) is known color: Golden Fizz. HEX triplet: E1, D4 and 27. RGB value is (225,212,39). Sum of RGB (Red+Green+Blue) = 225+212+39=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D427 is #1E2BD8. Grayscale: #C4C4C4. Windows color (decimal): -1977305 or 2610401. OLE color: 2610401.
HSL color Cylindrical-coordinate representation of color #E1D427: hue angle of 55.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1D427 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 39 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.12 |
| HSL | 55.81º | 0.76% | 0.52% | - |
| HSV(B) | 55.81º | 0.83% | 0.88% | - |
| XYZ | 54.96 | 63.24 | 11.23 | - |
| YUV | 196.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 39 | 0 | 0.06 | 0.83 | 0.12 | 55.81 | 0.76 | 0.52 |
| Hex | E1 | D4 | 27 | 0 | 6 | 53 | C | 38 | 4C | 34 |
| Octal | 341 | 324 | 47 | 0 | 6 | 123 | 14 | 70 | 114 | 64 |
| Binary | 11100001 | 11010100 | 100111 | 0 | 110 | 1010011 | 1100 | 111000 | 1001100 | 110100 |
Color Harmonies of #E1D427
Complementary color
Monochromatic Colors of #E1D427
Black with #E1D427
Text Example
Text Example
White with #E1D427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D427; }
p { color: rgb(225,212,39); }
H1.HeaderClassName
{
color: #E1D427;
}
.AnyTagClassName
{
color: #E1D427;
}
</style>
background-color css
<style>
a { background-color: #E1D427; }
a { background-color: rgb(225,212,39); }
div.DivClassName
{
background-color: #E1D427;
}
.BgClassName
{
background-color: #E1D427;
}
</style>
border-color css
<style>
span { border-color: #E1D427; }
span { border-color: rgb(225,212,39); }
td.TdClassName
{
border-color: #E1D427;
}
.TagClassName
{
border-color: #E1D427;
}
</style>