Shades of Golden Fizz #EAF321
Tints of Golden Fizz #EAF321
RGB
CMYK
RGB Variations
Color information
#EAF321 (or 0xEAF321) is known color: Golden Fizz. HEX triplet: EA, F3 and 21. RGB value is (234,243,33). Sum of RGB (Red+Green+Blue) = 234+243+33=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 33 (13.28% from 255 or 6.47% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF321 is #150CDE. Grayscale: #D9D9D9. Windows color (decimal): -1379551 or 2225130. OLE color: 2225130.
HSL color Cylindrical-coordinate representation of color #EAF321: hue angle of 62.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAF321 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 33 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.05 |
| HSL | 62.57º | 0.9% | 0.54% | - |
| HSV(B) | 62.57º | 0.86% | 0.95% | - |
| XYZ | 66.26 | 81.7 | 13.72 | - |
| YUV | 216.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 33 | 0.04 | 0 | 0.86 | 0.05 | 62.57 | 0.9 | 0.54 |
| Hex | EA | F3 | 21 | 4 | 0 | 56 | 5 | 3F | 5A | 36 |
| Octal | 352 | 363 | 41 | 4 | 0 | 126 | 5 | 77 | 132 | 66 |
| Binary | 11101010 | 11110011 | 100001 | 100 | 0 | 1010110 | 101 | 111111 | 1011010 | 110110 |
Color Harmonies of #EAF321
Complementary color
Monochromatic Colors of #EAF321
Black with #EAF321
Text Example
Text Example
White with #EAF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF321; }
p { color: rgb(234,243,33); }
H1.HeaderClassName
{
color: #EAF321;
}
.AnyTagClassName
{
color: #EAF321;
}
</style>
background-color css
<style>
a { background-color: #EAF321; }
a { background-color: rgb(234,243,33); }
div.DivClassName
{
background-color: #EAF321;
}
.BgClassName
{
background-color: #EAF321;
}
</style>
border-color css
<style>
span { border-color: #EAF321; }
span { border-color: rgb(234,243,33); }
td.TdClassName
{
border-color: #EAF321;
}
.TagClassName
{
border-color: #EAF321;
}
</style>