Shades of Golden Fizz #EAF326
Tints of Golden Fizz #EAF326
RGB
CMYK
RGB Variations
Color information
#EAF326 (or 0xEAF326) is known color: Golden Fizz. HEX triplet: EA, F3 and 26. RGB value is (234,243,38). Sum of RGB (Red+Green+Blue) = 234+243+38=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 38 (15.23% from 255 or 7.38% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF326 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF326 is #150CD9. Grayscale: #D9D9D9. Windows color (decimal): -1379546 or 2552810. OLE color: 2552810.
HSL color Cylindrical-coordinate representation of color #EAF326: hue angle of 62.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAF326 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 38 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.05 |
| HSL | 62.63º | 0.9% | 0.55% | - |
| HSV(B) | 62.63º | 0.84% | 0.95% | - |
| XYZ | 66.33 | 81.73 | 14.11 | - |
| YUV | 216.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 38 | 0.04 | 0 | 0.84 | 0.05 | 62.63 | 0.9 | 0.55 |
| Hex | EA | F3 | 26 | 4 | 0 | 54 | 5 | 3F | 5A | 37 |
| Octal | 352 | 363 | 46 | 4 | 0 | 124 | 5 | 77 | 132 | 67 |
| Binary | 11101010 | 11110011 | 100110 | 100 | 0 | 1010100 | 101 | 111111 | 1011010 | 110111 |
Color Harmonies of #EAF326
Complementary color
Monochromatic Colors of #EAF326
Black with #EAF326
Text Example
Text Example
White with #EAF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF326; }
p { color: rgb(234,243,38); }
H1.HeaderClassName
{
color: #EAF326;
}
.AnyTagClassName
{
color: #EAF326;
}
</style>
background-color css
<style>
a { background-color: #EAF326; }
a { background-color: rgb(234,243,38); }
div.DivClassName
{
background-color: #EAF326;
}
.BgClassName
{
background-color: #EAF326;
}
</style>
border-color css
<style>
span { border-color: #EAF326; }
span { border-color: rgb(234,243,38); }
td.TdClassName
{
border-color: #EAF326;
}
.TagClassName
{
border-color: #EAF326;
}
</style>