Shades of Golden Fizz #EAF325
Tints of Golden Fizz #EAF325
RGB
CMYK
RGB Variations
Color information
#EAF325 (or 0xEAF325) is known color: Golden Fizz. HEX triplet: EA, F3 and 25. RGB value is (234,243,37). Sum of RGB (Red+Green+Blue) = 234+243+37=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF325 is #150CDA. Grayscale: #D9D9D9. Windows color (decimal): -1379547 or 2487274. OLE color: 2487274.
HSL color Cylindrical-coordinate representation of color #EAF325: hue angle of 62.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAF325 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.05 |
| HSL | 62.62º | 0.9% | 0.55% | - |
| HSV(B) | 62.62º | 0.85% | 0.95% | - |
| XYZ | 66.32 | 81.73 | 14.03 | - |
| YUV | 216.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 37 | 0.04 | 0 | 0.85 | 0.05 | 62.62 | 0.9 | 0.55 |
| Hex | EA | F3 | 25 | 4 | 0 | 55 | 5 | 3F | 5A | 37 |
| Octal | 352 | 363 | 45 | 4 | 0 | 125 | 5 | 77 | 132 | 67 |
| Binary | 11101010 | 11110011 | 100101 | 100 | 0 | 1010101 | 101 | 111111 | 1011010 | 110111 |
Color Harmonies of #EAF325
Complementary color
Monochromatic Colors of #EAF325
Black with #EAF325
Text Example
Text Example
White with #EAF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF325; }
p { color: rgb(234,243,37); }
H1.HeaderClassName
{
color: #EAF325;
}
.AnyTagClassName
{
color: #EAF325;
}
</style>
background-color css
<style>
a { background-color: #EAF325; }
a { background-color: rgb(234,243,37); }
div.DivClassName
{
background-color: #EAF325;
}
.BgClassName
{
background-color: #EAF325;
}
</style>
border-color css
<style>
span { border-color: #EAF325; }
span { border-color: rgb(234,243,37); }
td.TdClassName
{
border-color: #EAF325;
}
.TagClassName
{
border-color: #EAF325;
}
</style>