Shades of Golden Fizz #EAE321
Tints of Golden Fizz #EAE321
RGB
CMYK
RGB Variations
Color information
#EAE321 (or 0xEAE321) is known color: Golden Fizz. HEX triplet: EA, E3 and 21. RGB value is (234,227,33). Sum of RGB (Red+Green+Blue) = 234+227+33=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE321 is #151CDE. Grayscale: #CFCFCF. Windows color (decimal): -1383647 or 2221034. OLE color: 2221034.
HSL color Cylindrical-coordinate representation of color #EAE321: hue angle of 57.91º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAE321 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 33 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.08 |
| HSL | 57.91º | 0.83% | 0.52% | - |
| HSV(B) | 57.91º | 0.86% | 0.92% | - |
| XYZ | 61.68 | 72.54 | 12.19 | - |
| YUV | 206.98 | 29.82 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 33 | 0 | 0.03 | 0.86 | 0.08 | 57.91 | 0.83 | 0.52 |
| Hex | EA | E3 | 21 | 0 | 3 | 56 | 8 | 3A | 53 | 34 |
| Octal | 352 | 343 | 41 | 0 | 3 | 126 | 10 | 72 | 123 | 64 |
| Binary | 11101010 | 11100011 | 100001 | 0 | 11 | 1010110 | 1000 | 111010 | 1010011 | 110100 |
Color Harmonies of #EAE321
Complementary color
Monochromatic Colors of #EAE321
Black with #EAE321
Text Example
Text Example
White with #EAE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE321; }
p { color: rgb(234,227,33); }
H1.HeaderClassName
{
color: #EAE321;
}
.AnyTagClassName
{
color: #EAE321;
}
</style>
background-color css
<style>
a { background-color: #EAE321; }
a { background-color: rgb(234,227,33); }
div.DivClassName
{
background-color: #EAE321;
}
.BgClassName
{
background-color: #EAE321;
}
</style>
border-color css
<style>
span { border-color: #EAE321; }
span { border-color: rgb(234,227,33); }
td.TdClassName
{
border-color: #EAE321;
}
.TagClassName
{
border-color: #EAE321;
}
</style>