Shades of Golden Fizz #EADA2F
Tints of Golden Fizz #EADA2F
RGB
CMYK
RGB Variations
Color information
#EADA2F (or 0xEADA2F) is known color: Golden Fizz. HEX triplet: EA, DA and 2F. RGB value is (234,218,47). Sum of RGB (Red+Green+Blue) = 234+218+47=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA2F is #1525D0. Grayscale: #CBCBCB. Windows color (decimal): -1385937 or 3136234. OLE color: 3136234.
HSL color Cylindrical-coordinate representation of color #EADA2F: hue angle of 54.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EADA2F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 47 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.08 |
| HSL | 54.87º | 0.82% | 0.55% | - |
| HSV(B) | 54.87º | 0.8% | 0.92% | - |
| XYZ | 59.52 | 67.84 | 12.65 | - |
| YUV | 203.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 47 | 0 | 0.07 | 0.80 | 0.08 | 54.87 | 0.82 | 0.55 |
| Hex | EA | DA | 2F | 0 | 7 | 50 | 8 | 37 | 52 | 37 |
| Octal | 352 | 332 | 57 | 0 | 7 | 120 | 10 | 67 | 122 | 67 |
| Binary | 11101010 | 11011010 | 101111 | 0 | 111 | 1010000 | 1000 | 110111 | 1010010 | 110111 |
Color Harmonies of #EADA2F
Complementary color
Monochromatic Colors of #EADA2F
Black with #EADA2F
Text Example
Text Example
White with #EADA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA2F; }
p { color: rgb(234,218,47); }
H1.HeaderClassName
{
color: #EADA2F;
}
.AnyTagClassName
{
color: #EADA2F;
}
</style>
background-color css
<style>
a { background-color: #EADA2F; }
a { background-color: rgb(234,218,47); }
div.DivClassName
{
background-color: #EADA2F;
}
.BgClassName
{
background-color: #EADA2F;
}
</style>
border-color css
<style>
span { border-color: #EADA2F; }
span { border-color: rgb(234,218,47); }
td.TdClassName
{
border-color: #EADA2F;
}
.TagClassName
{
border-color: #EADA2F;
}
</style>