Shades of Golden Fizz #EADB26
Tints of Golden Fizz #EADB26
RGB
CMYK
RGB Variations
Color information
#EADB26 (or 0xEADB26) is known color: Golden Fizz. HEX triplet: EA, DB and 26. RGB value is (234,219,38). Sum of RGB (Red+Green+Blue) = 234+219+38=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB26 is #1524D9. Grayscale: #CBCBCB. Windows color (decimal): -1385690 or 2546666. OLE color: 2546666.
HSL color Cylindrical-coordinate representation of color #EADB26: hue angle of 55.41º 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 #EADB26 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 38 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.08 |
| HSL | 55.41º | 0.82% | 0.53% | - |
| HSV(B) | 55.41º | 0.84% | 0.92% | - |
| XYZ | 59.61 | 68.3 | 11.87 | - |
| YUV | 202.85 | 34.97 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 38 | 0 | 0.06 | 0.84 | 0.08 | 55.41 | 0.82 | 0.53 |
| Hex | EA | DB | 26 | 0 | 6 | 54 | 8 | 37 | 52 | 35 |
| Octal | 352 | 333 | 46 | 0 | 6 | 124 | 10 | 67 | 122 | 65 |
| Binary | 11101010 | 11011011 | 100110 | 0 | 110 | 1010100 | 1000 | 110111 | 1010010 | 110101 |
Color Harmonies of #EADB26
Complementary color
Monochromatic Colors of #EADB26
Black with #EADB26
Text Example
Text Example
White with #EADB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB26; }
p { color: rgb(234,219,38); }
H1.HeaderClassName
{
color: #EADB26;
}
.AnyTagClassName
{
color: #EADB26;
}
</style>
background-color css
<style>
a { background-color: #EADB26; }
a { background-color: rgb(234,219,38); }
div.DivClassName
{
background-color: #EADB26;
}
.BgClassName
{
background-color: #EADB26;
}
</style>
border-color css
<style>
span { border-color: #EADB26; }
span { border-color: rgb(234,219,38); }
td.TdClassName
{
border-color: #EADB26;
}
.TagClassName
{
border-color: #EADB26;
}
</style>