Shades of Golden Fizz #EAF12A
Tints of Golden Fizz #EAF12A
RGB
CMYK
RGB Variations
Color information
#EAF12A (or 0xEAF12A) is known color: Golden Fizz. HEX triplet: EA, F1 and 2A. RGB value is (234,241,42). Sum of RGB (Red+Green+Blue) = 234+241+42=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF12A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF12A is #150ED5. Grayscale: #D9D9D9. Windows color (decimal): -1380054 or 2814442. OLE color: 2814442.
HSL color Cylindrical-coordinate representation of color #EAF12A: hue angle of 62.11º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAF12A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.11º | 0.88% | 0.55% | - |
| HSV(B) | 62.11º | 0.83% | 0.95% | - |
| XYZ | 65.8 | 80.57 | 14.27 | - |
| YUV | 216.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 42 | 0.03 | 0 | 0.83 | 0.05 | 62.11 | 0.88 | 0.55 |
| Hex | EA | F1 | 2A | 3 | 0 | 53 | 5 | 3E | 58 | 37 |
| Octal | 352 | 361 | 52 | 3 | 0 | 123 | 5 | 76 | 130 | 67 |
| Binary | 11101010 | 11110001 | 101010 | 11 | 0 | 1010011 | 101 | 111110 | 1011000 | 110111 |
Color Harmonies of #EAF12A
Complementary color
Monochromatic Colors of #EAF12A
Black with #EAF12A
Text Example
Text Example
White with #EAF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF12A; }
p { color: rgb(234,241,42); }
H1.HeaderClassName
{
color: #EAF12A;
}
.AnyTagClassName
{
color: #EAF12A;
}
</style>
background-color css
<style>
a { background-color: #EAF12A; }
a { background-color: rgb(234,241,42); }
div.DivClassName
{
background-color: #EAF12A;
}
.BgClassName
{
background-color: #EAF12A;
}
</style>
border-color css
<style>
span { border-color: #EAF12A; }
span { border-color: rgb(234,241,42); }
td.TdClassName
{
border-color: #EAF12A;
}
.TagClassName
{
border-color: #EAF12A;
}
</style>