Shades of Golden Fizz #EADE2E
Tints of Golden Fizz #EADE2E
RGB
CMYK
RGB Variations
Color information
#EADE2E (or 0xEADE2E) is known color: Golden Fizz. HEX triplet: EA, DE and 2E. RGB value is (234,222,46). Sum of RGB (Red+Green+Blue) = 234+222+46=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE2E is #1521D1. Grayscale: #CECECE. Windows color (decimal): -1384914 or 3071722. OLE color: 3071722.
HSL color Cylindrical-coordinate representation of color #EADE2E: hue angle of 56.17º 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 #EADE2E is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 46 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.08 |
| HSL | 56.17º | 0.82% | 0.55% | - |
| HSV(B) | 56.17º | 0.8% | 0.92% | - |
| XYZ | 60.55 | 69.93 | 12.89 | - |
| YUV | 205.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 46 | 0 | 0.05 | 0.80 | 0.08 | 56.17 | 0.82 | 0.55 |
| Hex | EA | DE | 2E | 0 | 5 | 50 | 8 | 38 | 52 | 37 |
| Octal | 352 | 336 | 56 | 0 | 5 | 120 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011110 | 101110 | 0 | 101 | 1010000 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADE2E
Complementary color
Monochromatic Colors of #EADE2E
Black with #EADE2E
Text Example
Text Example
White with #EADE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE2E; }
p { color: rgb(234,222,46); }
H1.HeaderClassName
{
color: #EADE2E;
}
.AnyTagClassName
{
color: #EADE2E;
}
</style>
background-color css
<style>
a { background-color: #EADE2E; }
a { background-color: rgb(234,222,46); }
div.DivClassName
{
background-color: #EADE2E;
}
.BgClassName
{
background-color: #EADE2E;
}
</style>
border-color css
<style>
span { border-color: #EADE2E; }
span { border-color: rgb(234,222,46); }
td.TdClassName
{
border-color: #EADE2E;
}
.TagClassName
{
border-color: #EADE2E;
}
</style>