Shades of Golden Fizz #EAF531
Tints of Golden Fizz #EAF531
RGB
CMYK
RGB Variations
Color information
#EAF531 (or 0xEAF531) is known color: Golden Fizz. HEX triplet: EA, F5 and 31. RGB value is (234,245,49). Sum of RGB (Red+Green+Blue) = 234+245+49=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF531 is #150ACE. Grayscale: #DCDCDC. Windows color (decimal): -1379023 or 3274218. OLE color: 3274218.
HSL color Cylindrical-coordinate representation of color #EAF531: hue angle of 63.37º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF531 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 49 | - |
| CMYK | 0.04 | 0 | 0.8 | 0.04 |
| HSL | 63.37º | 0.91% | 0.58% | - |
| HSV(B) | 63.37º | 0.8% | 0.96% | - |
| XYZ | 67.14 | 83.02 | 15.39 | - |
| YUV | 219.37 | 31.86 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 49 | 0.04 | 0 | 0.8 | 0.04 | 63.37 | 0.91 | 0.58 |
| Hex | EA | F5 | 31 | 4 | 0 | 50 | 4 | 3F | 5B | 3A |
| Octal | 352 | 365 | 61 | 4 | 0 | 120 | 4 | 77 | 133 | 72 |
| Binary | 11101010 | 11110101 | 110001 | 100 | 0 | 1010000 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #EAF531
Complementary color
Monochromatic Colors of #EAF531
Black with #EAF531
Text Example
Text Example
White with #EAF531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF531; }
p { color: rgb(234,245,49); }
H1.HeaderClassName
{
color: #EAF531;
}
.AnyTagClassName
{
color: #EAF531;
}
</style>
background-color css
<style>
a { background-color: #EAF531; }
a { background-color: rgb(234,245,49); }
div.DivClassName
{
background-color: #EAF531;
}
.BgClassName
{
background-color: #EAF531;
}
</style>
border-color css
<style>
span { border-color: #EAF531; }
span { border-color: rgb(234,245,49); }
td.TdClassName
{
border-color: #EAF531;
}
.TagClassName
{
border-color: #EAF531;
}
</style>