Shades of Golden Fizz #EADF1D
Tints of Golden Fizz #EADF1D
RGB
CMYK
RGB Variations
Color information
#EADF1D (or 0xEADF1D) is known color: Golden Fizz. HEX triplet: EA, DF and 1D. RGB value is (234,223,29). Sum of RGB (Red+Green+Blue) = 234+223+29=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF1D is #1520E2. Grayscale: #CCCCCC. Windows color (decimal): -1384675 or 1957866. OLE color: 1957866.
HSL color Cylindrical-coordinate representation of color #EADF1D: hue angle of 56.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADF1D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.08 |
| HSL | 56.78º | 0.83% | 0.52% | - |
| HSV(B) | 56.78º | 0.88% | 0.92% | - |
| XYZ | 60.54 | 70.36 | 11.55 | - |
| YUV | 204.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 29 | 0 | 0.05 | 0.88 | 0.08 | 56.78 | 0.83 | 0.52 |
| Hex | EA | DF | 1D | 0 | 5 | 58 | 8 | 39 | 53 | 34 |
| Octal | 352 | 337 | 35 | 0 | 5 | 130 | 10 | 71 | 123 | 64 |
| Binary | 11101010 | 11011111 | 11101 | 0 | 101 | 1011000 | 1000 | 111001 | 1010011 | 110100 |
Color Harmonies of #EADF1D
Complementary color
Monochromatic Colors of #EADF1D
Black with #EADF1D
Text Example
Text Example
White with #EADF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF1D; }
p { color: rgb(234,223,29); }
H1.HeaderClassName
{
color: #EADF1D;
}
.AnyTagClassName
{
color: #EADF1D;
}
</style>
background-color css
<style>
a { background-color: #EADF1D; }
a { background-color: rgb(234,223,29); }
div.DivClassName
{
background-color: #EADF1D;
}
.BgClassName
{
background-color: #EADF1D;
}
</style>
border-color css
<style>
span { border-color: #EADF1D; }
span { border-color: rgb(234,223,29); }
td.TdClassName
{
border-color: #EADF1D;
}
.TagClassName
{
border-color: #EADF1D;
}
</style>