Shades of Golden Fizz #EADD2C
Tints of Golden Fizz #EADD2C
RGB
CMYK
RGB Variations
Color information
#EADD2C (or 0xEADD2C) is known color: Golden Fizz. HEX triplet: EA, DD and 2C. RGB value is (234,221,44). Sum of RGB (Red+Green+Blue) = 234+221+44=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD2C is #1522D3. Grayscale: #CDCDCD. Windows color (decimal): -1385172 or 2940394. OLE color: 2940394.
HSL color Cylindrical-coordinate representation of color #EADD2C: hue angle of 55.89º 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 #EADD2C is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 44 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.08 |
| HSL | 55.89º | 0.82% | 0.55% | - |
| HSV(B) | 55.89º | 0.81% | 0.92% | - |
| XYZ | 60.24 | 69.39 | 12.6 | - |
| YUV | 204.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 44 | 0 | 0.06 | 0.81 | 0.08 | 55.89 | 0.82 | 0.55 |
| Hex | EA | DD | 2C | 0 | 6 | 51 | 8 | 38 | 52 | 37 |
| Octal | 352 | 335 | 54 | 0 | 6 | 121 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011101 | 101100 | 0 | 110 | 1010001 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADD2C
Complementary color
Monochromatic Colors of #EADD2C
Black with #EADD2C
Text Example
Text Example
White with #EADD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD2C; }
p { color: rgb(234,221,44); }
H1.HeaderClassName
{
color: #EADD2C;
}
.AnyTagClassName
{
color: #EADD2C;
}
</style>
background-color css
<style>
a { background-color: #EADD2C; }
a { background-color: rgb(234,221,44); }
div.DivClassName
{
background-color: #EADD2C;
}
.BgClassName
{
background-color: #EADD2C;
}
</style>
border-color css
<style>
span { border-color: #EADD2C; }
span { border-color: rgb(234,221,44); }
td.TdClassName
{
border-color: #EADD2C;
}
.TagClassName
{
border-color: #EADD2C;
}
</style>