Shades of Golden Fizz #EADD26
Tints of Golden Fizz #EADD26
RGB
CMYK
RGB Variations
Color information
#EADD26 (or 0xEADD26) is known color: Golden Fizz. HEX triplet: EA, DD and 26. RGB value is (234,221,38). Sum of RGB (Red+Green+Blue) = 234+221+38=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 38 (15.23% from 255 or 7.71% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD26 is #1522D9. Grayscale: #CCCCCC. Windows color (decimal): -1385178 or 2547178. OLE color: 2547178.
HSL color Cylindrical-coordinate representation of color #EADD26: hue angle of 56.02º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EADD26 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 38 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.08 |
| HSL | 56.02º | 0.82% | 0.53% | - |
| HSV(B) | 56.02º | 0.84% | 0.92% | - |
| XYZ | 60.14 | 69.35 | 12.05 | - |
| YUV | 204.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 38 | 0 | 0.06 | 0.84 | 0.08 | 56.02 | 0.82 | 0.53 |
| Hex | EA | DD | 26 | 0 | 6 | 54 | 8 | 38 | 52 | 35 |
| Octal | 352 | 335 | 46 | 0 | 6 | 124 | 10 | 70 | 122 | 65 |
| Binary | 11101010 | 11011101 | 100110 | 0 | 110 | 1010100 | 1000 | 111000 | 1010010 | 110101 |
Color Harmonies of #EADD26
Complementary color
Monochromatic Colors of #EADD26
Black with #EADD26
Text Example
Text Example
White with #EADD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD26; }
p { color: rgb(234,221,38); }
H1.HeaderClassName
{
color: #EADD26;
}
.AnyTagClassName
{
color: #EADD26;
}
</style>
background-color css
<style>
a { background-color: #EADD26; }
a { background-color: rgb(234,221,38); }
div.DivClassName
{
background-color: #EADD26;
}
.BgClassName
{
background-color: #EADD26;
}
</style>
border-color css
<style>
span { border-color: #EADD26; }
span { border-color: rgb(234,221,38); }
td.TdClassName
{
border-color: #EADD26;
}
.TagClassName
{
border-color: #EADD26;
}
</style>