Shades of Golden Fizz #EAE02C
Tints of Golden Fizz #EAE02C
RGB
CMYK
RGB Variations
Color information
#EAE02C (or 0xEAE02C) is known color: Golden Fizz. HEX triplet: EA, E0 and 2C. RGB value is (234,224,44). Sum of RGB (Red+Green+Blue) = 234+224+44=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE02C is #151FD3. Grayscale: #CFCFCF. Windows color (decimal): -1384404 or 2941162. OLE color: 2941162.
HSL color Cylindrical-coordinate representation of color #EAE02C: hue angle of 56.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAE02C is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 44 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.08 |
| HSL | 56.84º | 0.82% | 0.55% | - |
| HSV(B) | 56.84º | 0.81% | 0.92% | - |
| XYZ | 61.04 | 70.99 | 12.87 | - |
| YUV | 206.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 44 | 0 | 0.04 | 0.81 | 0.08 | 56.84 | 0.82 | 0.55 |
| Hex | EA | E0 | 2C | 0 | 4 | 51 | 8 | 39 | 52 | 37 |
| Octal | 352 | 340 | 54 | 0 | 4 | 121 | 10 | 71 | 122 | 67 |
| Binary | 11101010 | 11100000 | 101100 | 0 | 100 | 1010001 | 1000 | 111001 | 1010010 | 110111 |
Color Harmonies of #EAE02C
Complementary color
Monochromatic Colors of #EAE02C
Black with #EAE02C
Text Example
Text Example
White with #EAE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE02C; }
p { color: rgb(234,224,44); }
H1.HeaderClassName
{
color: #EAE02C;
}
.AnyTagClassName
{
color: #EAE02C;
}
</style>
background-color css
<style>
a { background-color: #EAE02C; }
a { background-color: rgb(234,224,44); }
div.DivClassName
{
background-color: #EAE02C;
}
.BgClassName
{
background-color: #EAE02C;
}
</style>
border-color css
<style>
span { border-color: #EAE02C; }
span { border-color: rgb(234,224,44); }
td.TdClassName
{
border-color: #EAE02C;
}
.TagClassName
{
border-color: #EAE02C;
}
</style>