Shades of Golden Fizz #E1DF2A
Tints of Golden Fizz #E1DF2A
RGB
CMYK
RGB Variations
Color information
#E1DF2A (or 0xE1DF2A) is known color: Golden Fizz. HEX triplet: E1, DF and 2A. RGB value is (225,223,42). Sum of RGB (Red+Green+Blue) = 225+223+42=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF2A is #1E20D5. Grayscale: #CBCBCB. Windows color (decimal): -1974486 or 2809825. OLE color: 2809825.
HSL color Cylindrical-coordinate representation of color #E1DF2A: hue angle of 59.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1DF2A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 42 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.12 |
| HSL | 59.34º | 0.75% | 0.52% | - |
| HSV(B) | 59.34º | 0.81% | 0.88% | - |
| XYZ | 57.86 | 68.95 | 12.45 | - |
| YUV | 202.96 | 37.16 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 42 | 0 | 0.01 | 0.81 | 0.12 | 59.34 | 0.75 | 0.52 |
| Hex | E1 | DF | 2A | 0 | 1 | 51 | C | 3B | 4B | 34 |
| Octal | 341 | 337 | 52 | 0 | 1 | 121 | 14 | 73 | 113 | 64 |
| Binary | 11100001 | 11011111 | 101010 | 0 | 1 | 1010001 | 1100 | 111011 | 1001011 | 110100 |
Color Harmonies of #E1DF2A
Complementary color
Monochromatic Colors of #E1DF2A
Black with #E1DF2A
Text Example
Text Example
White with #E1DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF2A; }
p { color: rgb(225,223,42); }
H1.HeaderClassName
{
color: #E1DF2A;
}
.AnyTagClassName
{
color: #E1DF2A;
}
</style>
background-color css
<style>
a { background-color: #E1DF2A; }
a { background-color: rgb(225,223,42); }
div.DivClassName
{
background-color: #E1DF2A;
}
.BgClassName
{
background-color: #E1DF2A;
}
</style>
border-color css
<style>
span { border-color: #E1DF2A; }
span { border-color: rgb(225,223,42); }
td.TdClassName
{
border-color: #E1DF2A;
}
.TagClassName
{
border-color: #E1DF2A;
}
</style>