Shades of Golden Fizz #E0D22A
Tints of Golden Fizz #E0D22A
RGB
CMYK
RGB Variations
Color information
#E0D22A (or 0xE0D22A) is known color: Golden Fizz. HEX triplet: E0, D2 and 2A. RGB value is (224,210,42). Sum of RGB (Red+Green+Blue) = 224+210+42=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D22A is #1F2DD5. Grayscale: #C3C3C3. Windows color (decimal): -2043350 or 2806496. OLE color: 2806496.
HSL color Cylindrical-coordinate representation of color #E0D22A: hue angle of 55.38º 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 #E0D22A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.12 |
| HSL | 55.38º | 0.75% | 0.52% | - |
| HSV(B) | 55.38º | 0.81% | 0.88% | - |
| XYZ | 54.2 | 62.11 | 11.32 | - |
| YUV | 195.03 | 41.64 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 42 | 0 | 0.06 | 0.81 | 0.12 | 55.38 | 0.75 | 0.52 |
| Hex | E0 | D2 | 2A | 0 | 6 | 51 | C | 37 | 4B | 34 |
| Octal | 340 | 322 | 52 | 0 | 6 | 121 | 14 | 67 | 113 | 64 |
| Binary | 11100000 | 11010010 | 101010 | 0 | 110 | 1010001 | 1100 | 110111 | 1001011 | 110100 |
Color Harmonies of #E0D22A
Complementary color
Monochromatic Colors of #E0D22A
Black with #E0D22A
Text Example
Text Example
White with #E0D22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D22A; }
p { color: rgb(224,210,42); }
H1.HeaderClassName
{
color: #E0D22A;
}
.AnyTagClassName
{
color: #E0D22A;
}
</style>
background-color css
<style>
a { background-color: #E0D22A; }
a { background-color: rgb(224,210,42); }
div.DivClassName
{
background-color: #E0D22A;
}
.BgClassName
{
background-color: #E0D22A;
}
</style>
border-color css
<style>
span { border-color: #E0D22A; }
span { border-color: rgb(224,210,42); }
td.TdClassName
{
border-color: #E0D22A;
}
.TagClassName
{
border-color: #E0D22A;
}
</style>