Shades of Golden Fizz #EAEA30
Tints of Golden Fizz #EAEA30
RGB
CMYK
RGB Variations
Color information
#EAEA30 (or 0xEAEA30) is known color: Golden Fizz. HEX triplet: EA, EA and 30. RGB value is (234,234,48). Sum of RGB (Red+Green+Blue) = 234+234+48=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEA30 is #1515CF. Grayscale: #D5D5D5. Windows color (decimal): -1381840 or 3205866. OLE color: 3205866.
HSL color Cylindrical-coordinate representation of color #EAEA30: hue angle of 60º degrees, saturation: 0.82, 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 #EAEA30 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 48 | - |
| CMYK | 0 | 0 | 0.79 | 0.08 |
| HSL | 60º | 0.82% | 0.55% | - |
| HSV(B) | 60º | 0.79% | 0.92% | - |
| XYZ | 63.89 | 76.55 | 14.2 | - |
| YUV | 212.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 48 | 0 | 0 | 0.79 | 0.08 | 60 | 0.82 | 0.55 |
| Hex | EA | EA | 30 | 0 | 0 | 4F | 8 | 3C | 52 | 37 |
| Octal | 352 | 352 | 60 | 0 | 0 | 117 | 10 | 74 | 122 | 67 |
| Binary | 11101010 | 11101010 | 110000 | 0 | 0 | 1001111 | 1000 | 111100 | 1010010 | 110111 |
Color Harmonies of #EAEA30
Complementary color
Monochromatic Colors of #EAEA30
Black with #EAEA30
Text Example
Text Example
White with #EAEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA30; }
p { color: rgb(234,234,48); }
H1.HeaderClassName
{
color: #EAEA30;
}
.AnyTagClassName
{
color: #EAEA30;
}
</style>
background-color css
<style>
a { background-color: #EAEA30; }
a { background-color: rgb(234,234,48); }
div.DivClassName
{
background-color: #EAEA30;
}
.BgClassName
{
background-color: #EAEA30;
}
</style>
border-color css
<style>
span { border-color: #EAEA30; }
span { border-color: rgb(234,234,48); }
td.TdClassName
{
border-color: #EAEA30;
}
.TagClassName
{
border-color: #EAEA30;
}
</style>