Shades of Golden Fizz #EADD2E
Tints of Golden Fizz #EADD2E
RGB
CMYK
RGB Variations
Color information
#EADD2E (or 0xEADD2E) is known color: Golden Fizz. HEX triplet: EA, DD and 2E. RGB value is (234,221,46). Sum of RGB (Red+Green+Blue) = 234+221+46=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD2E is #1522D1. Grayscale: #CDCDCD. Windows color (decimal): -1385170 or 3071466. OLE color: 3071466.
HSL color Cylindrical-coordinate representation of color #EADD2E: hue angle of 55.85º 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 #EADD2E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 46 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.08 |
| HSL | 55.85º | 0.82% | 0.55% | - |
| HSV(B) | 55.85º | 0.8% | 0.92% | - |
| XYZ | 60.28 | 69.4 | 12.8 | - |
| YUV | 204.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 46 | 0 | 0.06 | 0.80 | 0.08 | 55.85 | 0.82 | 0.55 |
| Hex | EA | DD | 2E | 0 | 6 | 50 | 8 | 38 | 52 | 37 |
| Octal | 352 | 335 | 56 | 0 | 6 | 120 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011101 | 101110 | 0 | 110 | 1010000 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADD2E
Complementary color
Monochromatic Colors of #EADD2E
Black with #EADD2E
Text Example
Text Example
White with #EADD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD2E; }
p { color: rgb(234,221,46); }
H1.HeaderClassName
{
color: #EADD2E;
}
.AnyTagClassName
{
color: #EADD2E;
}
</style>
background-color css
<style>
a { background-color: #EADD2E; }
a { background-color: rgb(234,221,46); }
div.DivClassName
{
background-color: #EADD2E;
}
.BgClassName
{
background-color: #EADD2E;
}
</style>
border-color css
<style>
span { border-color: #EADD2E; }
span { border-color: rgb(234,221,46); }
td.TdClassName
{
border-color: #EADD2E;
}
.TagClassName
{
border-color: #EADD2E;
}
</style>