Shades of Golden Fizz #EADC2A
Tints of Golden Fizz #EADC2A
RGB
CMYK
RGB Variations
Color information
#EADC2A (or 0xEADC2A) is known color: Golden Fizz. HEX triplet: EA, DC and 2A. RGB value is (234,220,42). Sum of RGB (Red+Green+Blue) = 234+220+42=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC2A is #1523D5. Grayscale: #CCCCCC. Windows color (decimal): -1385430 or 2809066. OLE color: 2809066.
HSL color Cylindrical-coordinate representation of color #EADC2A: hue angle of 55.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EADC2A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.08 |
| HSL | 55.63º | 0.82% | 0.54% | - |
| HSV(B) | 55.63º | 0.82% | 0.92% | - |
| XYZ | 59.94 | 68.85 | 12.32 | - |
| YUV | 203.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 42 | 0 | 0.06 | 0.82 | 0.08 | 55.63 | 0.82 | 0.54 |
| Hex | EA | DC | 2A | 0 | 6 | 52 | 8 | 38 | 52 | 36 |
| Octal | 352 | 334 | 52 | 0 | 6 | 122 | 10 | 70 | 122 | 66 |
| Binary | 11101010 | 11011100 | 101010 | 0 | 110 | 1010010 | 1000 | 111000 | 1010010 | 110110 |
Color Harmonies of #EADC2A
Complementary color
Monochromatic Colors of #EADC2A
Black with #EADC2A
Text Example
Text Example
White with #EADC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC2A; }
p { color: rgb(234,220,42); }
H1.HeaderClassName
{
color: #EADC2A;
}
.AnyTagClassName
{
color: #EADC2A;
}
</style>
background-color css
<style>
a { background-color: #EADC2A; }
a { background-color: rgb(234,220,42); }
div.DivClassName
{
background-color: #EADC2A;
}
.BgClassName
{
background-color: #EADC2A;
}
</style>
border-color css
<style>
span { border-color: #EADC2A; }
span { border-color: rgb(234,220,42); }
td.TdClassName
{
border-color: #EADC2A;
}
.TagClassName
{
border-color: #EADC2A;
}
</style>