Shades of Golden Fizz #EADD2B
Tints of Golden Fizz #EADD2B
RGB
CMYK
RGB Variations
Color information
#EADD2B (or 0xEADD2B) is known color: Golden Fizz. HEX triplet: EA, DD and 2B. RGB value is (234,221,43). Sum of RGB (Red+Green+Blue) = 234+221+43=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD2B is #1522D4. Grayscale: #CDCDCD. Windows color (decimal): -1385173 or 2874858. OLE color: 2874858.
HSL color Cylindrical-coordinate representation of color #EADD2B: hue angle of 55.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EADD2B is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 43 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.08 |
| HSL | 55.92º | 0.82% | 0.54% | - |
| HSV(B) | 55.92º | 0.82% | 0.92% | - |
| XYZ | 60.22 | 69.38 | 12.5 | - |
| YUV | 204.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 43 | 0 | 0.06 | 0.82 | 0.08 | 55.92 | 0.82 | 0.54 |
| Hex | EA | DD | 2B | 0 | 6 | 52 | 8 | 38 | 52 | 36 |
| Octal | 352 | 335 | 53 | 0 | 6 | 122 | 10 | 70 | 122 | 66 |
| Binary | 11101010 | 11011101 | 101011 | 0 | 110 | 1010010 | 1000 | 111000 | 1010010 | 110110 |
Color Harmonies of #EADD2B
Complementary color
Monochromatic Colors of #EADD2B
Black with #EADD2B
Text Example
Text Example
White with #EADD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD2B; }
p { color: rgb(234,221,43); }
H1.HeaderClassName
{
color: #EADD2B;
}
.AnyTagClassName
{
color: #EADD2B;
}
</style>
background-color css
<style>
a { background-color: #EADD2B; }
a { background-color: rgb(234,221,43); }
div.DivClassName
{
background-color: #EADD2B;
}
.BgClassName
{
background-color: #EADD2B;
}
</style>
border-color css
<style>
span { border-color: #EADD2B; }
span { border-color: rgb(234,221,43); }
td.TdClassName
{
border-color: #EADD2B;
}
.TagClassName
{
border-color: #EADD2B;
}
</style>