Shades of Golden Fizz #EAE326
Tints of Golden Fizz #EAE326
RGB
CMYK
RGB Variations
Color information
#EAE326 (or 0xEAE326) is known color: Golden Fizz. HEX triplet: EA, E3 and 26. RGB value is (234,227,38). Sum of RGB (Red+Green+Blue) = 234+227+38=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE326 is #151CD9. Grayscale: #D0D0D0. Windows color (decimal): -1383642 or 2548714. OLE color: 2548714.
HSL color Cylindrical-coordinate representation of color #EAE326: hue angle of 57.86º 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 #EAE326 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 38 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.08 |
| HSL | 57.86º | 0.82% | 0.53% | - |
| HSV(B) | 57.86º | 0.84% | 0.92% | - |
| XYZ | 61.75 | 72.57 | 12.59 | - |
| YUV | 207.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 38 | 0 | 0.03 | 0.84 | 0.08 | 57.86 | 0.82 | 0.53 |
| Hex | EA | E3 | 26 | 0 | 3 | 54 | 8 | 3A | 52 | 35 |
| Octal | 352 | 343 | 46 | 0 | 3 | 124 | 10 | 72 | 122 | 65 |
| Binary | 11101010 | 11100011 | 100110 | 0 | 11 | 1010100 | 1000 | 111010 | 1010010 | 110101 |
Color Harmonies of #EAE326
Complementary color
Monochromatic Colors of #EAE326
Black with #EAE326
Text Example
Text Example
White with #EAE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE326; }
p { color: rgb(234,227,38); }
H1.HeaderClassName
{
color: #EAE326;
}
.AnyTagClassName
{
color: #EAE326;
}
</style>
background-color css
<style>
a { background-color: #EAE326; }
a { background-color: rgb(234,227,38); }
div.DivClassName
{
background-color: #EAE326;
}
.BgClassName
{
background-color: #EAE326;
}
</style>
border-color css
<style>
span { border-color: #EAE326; }
span { border-color: rgb(234,227,38); }
td.TdClassName
{
border-color: #EAE326;
}
.TagClassName
{
border-color: #EAE326;
}
</style>