Shades of Golden Fizz #EAE024
Tints of Golden Fizz #EAE024
RGB
CMYK
RGB Variations
Color information
#EAE024 (or 0xEAE024) is known color: Golden Fizz. HEX triplet: EA, E0 and 24. RGB value is (234,224,36). Sum of RGB (Red+Green+Blue) = 234+224+36=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 36 (14.45% from 255 or 7.29% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE024 is #151FDB. Grayscale: #CECECE. Windows color (decimal): -1384412 or 2416874. OLE color: 2416874.
HSL color Cylindrical-coordinate representation of color #EAE024: hue angle of 56.97º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAE024 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 36 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.08 |
| HSL | 56.97º | 0.83% | 0.53% | - |
| HSV(B) | 56.97º | 0.85% | 0.92% | - |
| XYZ | 60.91 | 70.93 | 12.15 | - |
| YUV | 205.56 | 32.31 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 36 | 0 | 0.04 | 0.85 | 0.08 | 56.97 | 0.83 | 0.53 |
| Hex | EA | E0 | 24 | 0 | 4 | 55 | 8 | 39 | 52 | 35 |
| Octal | 352 | 340 | 44 | 0 | 4 | 125 | 10 | 71 | 122 | 65 |
| Binary | 11101010 | 11100000 | 100100 | 0 | 100 | 1010101 | 1000 | 111001 | 1010010 | 110101 |
Color Harmonies of #EAE024
Complementary color
Monochromatic Colors of #EAE024
Black with #EAE024
Text Example
Text Example
White with #EAE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE024; }
p { color: rgb(234,224,36); }
H1.HeaderClassName
{
color: #EAE024;
}
.AnyTagClassName
{
color: #EAE024;
}
</style>
background-color css
<style>
a { background-color: #EAE024; }
a { background-color: rgb(234,224,36); }
div.DivClassName
{
background-color: #EAE024;
}
.BgClassName
{
background-color: #EAE024;
}
</style>
border-color css
<style>
span { border-color: #EAE024; }
span { border-color: rgb(234,224,36); }
td.TdClassName
{
border-color: #EAE024;
}
.TagClassName
{
border-color: #EAE024;
}
</style>