Shades of Golden Fizz #EAFB2D
Tints of Golden Fizz #EAFB2D
RGB
CMYK
RGB Variations
Color information
#EAFB2D (or 0xEAFB2D) is known color: Golden Fizz. HEX triplet: EA, FB and 2D. RGB value is (234,251,45). Sum of RGB (Red+Green+Blue) = 234+251+45=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFB2D is #1504D2. Grayscale: #DFDFDF. Windows color (decimal): -1377491 or 3013610. OLE color: 3013610.
HSL color Cylindrical-coordinate representation of color #EAFB2D: hue angle of 64.95º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAFB2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.02 |
| HSL | 64.95º | 0.96% | 0.58% | - |
| HSV(B) | 64.95º | 0.82% | 0.98% | - |
| XYZ | 68.9 | 86.68 | 15.58 | - |
| YUV | 222.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 45 | 0.07 | 0 | 0.82 | 0.02 | 64.95 | 0.96 | 0.58 |
| Hex | EA | FB | 2D | 7 | 0 | 52 | 2 | 41 | 60 | 3A |
| Octal | 352 | 373 | 55 | 7 | 0 | 122 | 2 | 101 | 140 | 72 |
| Binary | 11101010 | 11111011 | 101101 | 111 | 0 | 1010010 | 10 | 1000001 | 1100000 | 111010 |
Color Harmonies of #EAFB2D
Complementary color
Monochromatic Colors of #EAFB2D
Black with #EAFB2D
Text Example
Text Example
White with #EAFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFB2D; }
p { color: rgb(234,251,45); }
H1.HeaderClassName
{
color: #EAFB2D;
}
.AnyTagClassName
{
color: #EAFB2D;
}
</style>
background-color css
<style>
a { background-color: #EAFB2D; }
a { background-color: rgb(234,251,45); }
div.DivClassName
{
background-color: #EAFB2D;
}
.BgClassName
{
background-color: #EAFB2D;
}
</style>
border-color css
<style>
span { border-color: #EAFB2D; }
span { border-color: rgb(234,251,45); }
td.TdClassName
{
border-color: #EAFB2D;
}
.TagClassName
{
border-color: #EAFB2D;
}
</style>