Shades of Golden Fizz #EAE031
Tints of Golden Fizz #EAE031
RGB
CMYK
RGB Variations
Color information
#EAE031 (or 0xEAE031) is known color: Golden Fizz. HEX triplet: EA, E0 and 31. RGB value is (234,224,49). Sum of RGB (Red+Green+Blue) = 234+224+49=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE031 is #151FCE. Grayscale: #CFCFCF. Windows color (decimal): -1384399 or 3268842. OLE color: 3268842.
HSL color Cylindrical-coordinate representation of color #EAE031: hue angle of 56.76º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE031 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 49 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.08 |
| HSL | 56.76º | 0.81% | 0.55% | - |
| HSV(B) | 56.76º | 0.79% | 0.92% | - |
| XYZ | 61.14 | 71.03 | 13.39 | - |
| YUV | 207.04 | 38.81 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 49 | 0 | 0.04 | 0.79 | 0.08 | 56.76 | 0.81 | 0.55 |
| Hex | EA | E0 | 31 | 0 | 4 | 4F | 8 | 39 | 51 | 37 |
| Octal | 352 | 340 | 61 | 0 | 4 | 117 | 10 | 71 | 121 | 67 |
| Binary | 11101010 | 11100000 | 110001 | 0 | 100 | 1001111 | 1000 | 111001 | 1010001 | 110111 |
Color Harmonies of #EAE031
Complementary color
Monochromatic Colors of #EAE031
Black with #EAE031
Text Example
Text Example
White with #EAE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE031; }
p { color: rgb(234,224,49); }
H1.HeaderClassName
{
color: #EAE031;
}
.AnyTagClassName
{
color: #EAE031;
}
</style>
background-color css
<style>
a { background-color: #EAE031; }
a { background-color: rgb(234,224,49); }
div.DivClassName
{
background-color: #EAE031;
}
.BgClassName
{
background-color: #EAE031;
}
</style>
border-color css
<style>
span { border-color: #EAE031; }
span { border-color: rgb(234,224,49); }
td.TdClassName
{
border-color: #EAE031;
}
.TagClassName
{
border-color: #EAE031;
}
</style>