Shades of Golden Fizz #EAE32C
Tints of Golden Fizz #EAE32C
RGB
CMYK
RGB Variations
Color information
#EAE32C (or 0xEAE32C) is known color: Golden Fizz. HEX triplet: EA, E3 and 2C. RGB value is (234,227,44). Sum of RGB (Red+Green+Blue) = 234+227+44=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE32C is #151CD3. Grayscale: #D0D0D0. Windows color (decimal): -1383636 or 2941930. OLE color: 2941930.
HSL color Cylindrical-coordinate representation of color #EAE32C: hue angle of 57.79º 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 #EAE32C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 44 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.08 |
| HSL | 57.79º | 0.82% | 0.55% | - |
| HSV(B) | 57.79º | 0.81% | 0.92% | - |
| XYZ | 61.86 | 72.61 | 13.14 | - |
| YUV | 208.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 44 | 0 | 0.03 | 0.81 | 0.08 | 57.79 | 0.82 | 0.55 |
| Hex | EA | E3 | 2C | 0 | 3 | 51 | 8 | 3A | 52 | 37 |
| Octal | 352 | 343 | 54 | 0 | 3 | 121 | 10 | 72 | 122 | 67 |
| Binary | 11101010 | 11100011 | 101100 | 0 | 11 | 1010001 | 1000 | 111010 | 1010010 | 110111 |
Color Harmonies of #EAE32C
Complementary color
Monochromatic Colors of #EAE32C
Black with #EAE32C
Text Example
Text Example
White with #EAE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE32C; }
p { color: rgb(234,227,44); }
H1.HeaderClassName
{
color: #EAE32C;
}
.AnyTagClassName
{
color: #EAE32C;
}
</style>
background-color css
<style>
a { background-color: #EAE32C; }
a { background-color: rgb(234,227,44); }
div.DivClassName
{
background-color: #EAE32C;
}
.BgClassName
{
background-color: #EAE32C;
}
</style>
border-color css
<style>
span { border-color: #EAE32C; }
span { border-color: rgb(234,227,44); }
td.TdClassName
{
border-color: #EAE32C;
}
.TagClassName
{
border-color: #EAE32C;
}
</style>