Shades of Golden Fizz #EADE2D
Tints of Golden Fizz #EADE2D
RGB
CMYK
RGB Variations
Color information
#EADE2D (or 0xEADE2D) is known color: Golden Fizz. HEX triplet: EA, DE and 2D. RGB value is (234,222,45). Sum of RGB (Red+Green+Blue) = 234+222+45=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE2D is #1521D2. Grayscale: #CECECE. Windows color (decimal): -1384915 or 3006186. OLE color: 3006186.
HSL color Cylindrical-coordinate representation of color #EADE2D: hue angle of 56.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EADE2D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.08 |
| HSL | 56.19º | 0.82% | 0.55% | - |
| HSV(B) | 56.19º | 0.81% | 0.92% | - |
| XYZ | 60.53 | 69.92 | 12.79 | - |
| YUV | 205.41 | 37.48 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 45 | 0 | 0.05 | 0.81 | 0.08 | 56.19 | 0.82 | 0.55 |
| Hex | EA | DE | 2D | 0 | 5 | 51 | 8 | 38 | 52 | 37 |
| Octal | 352 | 336 | 55 | 0 | 5 | 121 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011110 | 101101 | 0 | 101 | 1010001 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADE2D
Complementary color
Monochromatic Colors of #EADE2D
Black with #EADE2D
Text Example
Text Example
White with #EADE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE2D; }
p { color: rgb(234,222,45); }
H1.HeaderClassName
{
color: #EADE2D;
}
.AnyTagClassName
{
color: #EADE2D;
}
</style>
background-color css
<style>
a { background-color: #EADE2D; }
a { background-color: rgb(234,222,45); }
div.DivClassName
{
background-color: #EADE2D;
}
.BgClassName
{
background-color: #EADE2D;
}
</style>
border-color css
<style>
span { border-color: #EADE2D; }
span { border-color: rgb(234,222,45); }
td.TdClassName
{
border-color: #EADE2D;
}
.TagClassName
{
border-color: #EADE2D;
}
</style>