Shades of Golden Fizz #EADF1C
Tints of Golden Fizz #EADF1C
RGB
CMYK
RGB Variations
Color information
#EADF1C (or 0xEADF1C) is known color: Golden Fizz. HEX triplet: EA, DF and 1C. RGB value is (234,223,28). Sum of RGB (Red+Green+Blue) = 234+223+28=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF1C is #1520E3. Grayscale: #CCCCCC. Windows color (decimal): -1384676 or 1892330. OLE color: 1892330.
HSL color Cylindrical-coordinate representation of color #EADF1C: hue angle of 56.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADF1C is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 28 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.08 |
| HSL | 56.8º | 0.83% | 0.51% | - |
| HSV(B) | 56.8º | 0.88% | 0.92% | - |
| XYZ | 60.53 | 70.35 | 11.49 | - |
| YUV | 204.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 28 | 0 | 0.05 | 0.88 | 0.08 | 56.8 | 0.83 | 0.51 |
| Hex | EA | DF | 1C | 0 | 5 | 58 | 8 | 39 | 53 | 33 |
| Octal | 352 | 337 | 34 | 0 | 5 | 130 | 10 | 71 | 123 | 63 |
| Binary | 11101010 | 11011111 | 11100 | 0 | 101 | 1011000 | 1000 | 111001 | 1010011 | 110011 |
Color Harmonies of #EADF1C
Complementary color
Monochromatic Colors of #EADF1C
Black with #EADF1C
Text Example
Text Example
White with #EADF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF1C; }
p { color: rgb(234,223,28); }
H1.HeaderClassName
{
color: #EADF1C;
}
.AnyTagClassName
{
color: #EADF1C;
}
</style>
background-color css
<style>
a { background-color: #EADF1C; }
a { background-color: rgb(234,223,28); }
div.DivClassName
{
background-color: #EADF1C;
}
.BgClassName
{
background-color: #EADF1C;
}
</style>
border-color css
<style>
span { border-color: #EADF1C; }
span { border-color: rgb(234,223,28); }
td.TdClassName
{
border-color: #EADF1C;
}
.TagClassName
{
border-color: #EADF1C;
}
</style>