Shades of Golden Fizz #EADC1F
Tints of Golden Fizz #EADC1F
RGB
CMYK
RGB Variations
Color information
#EADC1F (or 0xEADC1F) is known color: Golden Fizz. HEX triplet: EA, DC and 1F. RGB value is (234,220,31). Sum of RGB (Red+Green+Blue) = 234+220+31=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC1F is #1523E0. Grayscale: #CBCBCB. Windows color (decimal): -1385441 or 2088170. OLE color: 2088170.
HSL color Cylindrical-coordinate representation of color #EADC1F: hue angle of 55.86º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EADC1F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 31 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.08 |
| HSL | 55.86º | 0.83% | 0.52% | - |
| HSV(B) | 55.86º | 0.87% | 0.92% | - |
| XYZ | 59.77 | 68.78 | 11.42 | - |
| YUV | 202.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 31 | 0 | 0.06 | 0.87 | 0.08 | 55.86 | 0.83 | 0.52 |
| Hex | EA | DC | 1F | 0 | 6 | 57 | 8 | 38 | 53 | 34 |
| Octal | 352 | 334 | 37 | 0 | 6 | 127 | 10 | 70 | 123 | 64 |
| Binary | 11101010 | 11011100 | 11111 | 0 | 110 | 1010111 | 1000 | 111000 | 1010011 | 110100 |
Color Harmonies of #EADC1F
Complementary color
Monochromatic Colors of #EADC1F
Black with #EADC1F
Text Example
Text Example
White with #EADC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC1F; }
p { color: rgb(234,220,31); }
H1.HeaderClassName
{
color: #EADC1F;
}
.AnyTagClassName
{
color: #EADC1F;
}
</style>
background-color css
<style>
a { background-color: #EADC1F; }
a { background-color: rgb(234,220,31); }
div.DivClassName
{
background-color: #EADC1F;
}
.BgClassName
{
background-color: #EADC1F;
}
</style>
border-color css
<style>
span { border-color: #EADC1F; }
span { border-color: rgb(234,220,31); }
td.TdClassName
{
border-color: #EADC1F;
}
.TagClassName
{
border-color: #EADC1F;
}
</style>