Shades of Golden Fizz #EAF130
Tints of Golden Fizz #EAF130
RGB
CMYK
RGB Variations
Color information
#EAF130 (or 0xEAF130) is known color: Golden Fizz. HEX triplet: EA, F1 and 30. RGB value is (234,241,48). Sum of RGB (Red+Green+Blue) = 234+241+48=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF130 is #150ECF. Grayscale: #D9D9D9. Windows color (decimal): -1380048 or 3207658. OLE color: 3207658.
HSL color Cylindrical-coordinate representation of color #EAF130: hue angle of 62.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF130 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 48 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.05 |
| HSL | 62.18º | 0.87% | 0.57% | - |
| HSV(B) | 62.18º | 0.8% | 0.95% | - |
| XYZ | 65.92 | 80.62 | 14.88 | - |
| YUV | 216.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 48 | 0.03 | 0 | 0.80 | 0.05 | 62.18 | 0.87 | 0.57 |
| Hex | EA | F1 | 30 | 3 | 0 | 50 | 5 | 3E | 57 | 39 |
| Octal | 352 | 361 | 60 | 3 | 0 | 120 | 5 | 76 | 127 | 71 |
| Binary | 11101010 | 11110001 | 110000 | 11 | 0 | 1010000 | 101 | 111110 | 1010111 | 111001 |
Color Harmonies of #EAF130
Complementary color
Monochromatic Colors of #EAF130
Black with #EAF130
Text Example
Text Example
White with #EAF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF130; }
p { color: rgb(234,241,48); }
H1.HeaderClassName
{
color: #EAF130;
}
.AnyTagClassName
{
color: #EAF130;
}
</style>
background-color css
<style>
a { background-color: #EAF130; }
a { background-color: rgb(234,241,48); }
div.DivClassName
{
background-color: #EAF130;
}
.BgClassName
{
background-color: #EAF130;
}
</style>
border-color css
<style>
span { border-color: #EAF130; }
span { border-color: rgb(234,241,48); }
td.TdClassName
{
border-color: #EAF130;
}
.TagClassName
{
border-color: #EAF130;
}
</style>