Shades of Golden Fizz #EADC28
Tints of Golden Fizz #EADC28
RGB
CMYK
RGB Variations
Color information
#EADC28 (or 0xEADC28) is known color: Golden Fizz. HEX triplet: EA, DC and 28. RGB value is (234,220,40). Sum of RGB (Red+Green+Blue) = 234+220+40=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC28 is #1523D7. Grayscale: #CCCCCC. Windows color (decimal): -1385432 or 2677994. OLE color: 2677994.
HSL color Cylindrical-coordinate representation of color #EADC28: hue angle of 55.67º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EADC28 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 40 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.08 |
| HSL | 55.67º | 0.82% | 0.54% | - |
| HSV(B) | 55.67º | 0.83% | 0.92% | - |
| XYZ | 59.91 | 68.83 | 12.14 | - |
| YUV | 203.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 40 | 0 | 0.06 | 0.83 | 0.08 | 55.67 | 0.82 | 0.54 |
| Hex | EA | DC | 28 | 0 | 6 | 53 | 8 | 38 | 52 | 36 |
| Octal | 352 | 334 | 50 | 0 | 6 | 123 | 10 | 70 | 122 | 66 |
| Binary | 11101010 | 11011100 | 101000 | 0 | 110 | 1010011 | 1000 | 111000 | 1010010 | 110110 |
Color Harmonies of #EADC28
Complementary color
Monochromatic Colors of #EADC28
Black with #EADC28
Text Example
Text Example
White with #EADC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC28; }
p { color: rgb(234,220,40); }
H1.HeaderClassName
{
color: #EADC28;
}
.AnyTagClassName
{
color: #EADC28;
}
</style>
background-color css
<style>
a { background-color: #EADC28; }
a { background-color: rgb(234,220,40); }
div.DivClassName
{
background-color: #EADC28;
}
.BgClassName
{
background-color: #EADC28;
}
</style>
border-color css
<style>
span { border-color: #EADC28; }
span { border-color: rgb(234,220,40); }
td.TdClassName
{
border-color: #EADC28;
}
.TagClassName
{
border-color: #EADC28;
}
</style>