Shades of Golden Fizz #EAFD2B
Tints of Golden Fizz #EAFD2B
RGB
CMYK
RGB Variations
Color information
#EAFD2B (or 0xEAFD2B) is known color: Golden Fizz. HEX triplet: EA, FD and 2B. RGB value is (234,253,43). Sum of RGB (Red+Green+Blue) = 234+253+43=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 43 (17.19% from 255 or 8.11% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD2B is #1502D4. Grayscale: #E0E0E0. Windows color (decimal): -1376981 or 2883050. OLE color: 2883050.
HSL color Cylindrical-coordinate representation of color #EAFD2B: hue angle of 65.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAFD2B is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 43 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.01 |
| HSL | 65.43º | 0.98% | 0.58% | - |
| HSV(B) | 65.43º | 0.83% | 0.99% | - |
| XYZ | 69.49 | 87.92 | 15.59 | - |
| YUV | 223.38 | 26.21 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 43 | 0.08 | 0 | 0.83 | 0.01 | 65.43 | 0.98 | 0.58 |
| Hex | EA | FD | 2B | 8 | 0 | 53 | 1 | 41 | 62 | 3A |
| Octal | 352 | 375 | 53 | 10 | 0 | 123 | 1 | 101 | 142 | 72 |
| Binary | 11101010 | 11111101 | 101011 | 1000 | 0 | 1010011 | 1 | 1000001 | 1100010 | 111010 |
Color Harmonies of #EAFD2B
Complementary color
Monochromatic Colors of #EAFD2B
Black with #EAFD2B
Text Example
Text Example
White with #EAFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD2B; }
p { color: rgb(234,253,43); }
H1.HeaderClassName
{
color: #EAFD2B;
}
.AnyTagClassName
{
color: #EAFD2B;
}
</style>
background-color css
<style>
a { background-color: #EAFD2B; }
a { background-color: rgb(234,253,43); }
div.DivClassName
{
background-color: #EAFD2B;
}
.BgClassName
{
background-color: #EAFD2B;
}
</style>
border-color css
<style>
span { border-color: #EAFD2B; }
span { border-color: rgb(234,253,43); }
td.TdClassName
{
border-color: #EAFD2B;
}
.TagClassName
{
border-color: #EAFD2B;
}
</style>