Shades of Golden Fizz #E9FA2D
Tints of Golden Fizz #E9FA2D
RGB
CMYK
RGB Variations
Color information
#E9FA2D (or 0xE9FA2D) is known color: Golden Fizz. HEX triplet: E9, FA and 2D. RGB value is (233,250,45). Sum of RGB (Red+Green+Blue) = 233+250+45=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 45 (17.97% from 255 or 8.52% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FA2D is #1605D2. Grayscale: #DEDEDE. Windows color (decimal): -1443283 or 3013353. OLE color: 3013353.
HSL color Cylindrical-coordinate representation of color #E9FA2D: hue angle of 64.98º degrees, saturation: 0.95, 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 #E9FA2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.02 |
| HSL | 64.98º | 0.95% | 0.58% | - |
| HSV(B) | 64.98º | 0.82% | 0.98% | - |
| XYZ | 68.26 | 85.88 | 15.46 | - |
| YUV | 221.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 45 | 0.07 | 0 | 0.82 | 0.02 | 64.98 | 0.95 | 0.58 |
| Hex | E9 | FA | 2D | 7 | 0 | 52 | 2 | 41 | 5F | 3A |
| Octal | 351 | 372 | 55 | 7 | 0 | 122 | 2 | 101 | 137 | 72 |
| Binary | 11101001 | 11111010 | 101101 | 111 | 0 | 1010010 | 10 | 1000001 | 1011111 | 111010 |
Color Harmonies of #E9FA2D
Complementary color
Monochromatic Colors of #E9FA2D
Black with #E9FA2D
Text Example
Text Example
White with #E9FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FA2D; }
p { color: rgb(233,250,45); }
H1.HeaderClassName
{
color: #E9FA2D;
}
.AnyTagClassName
{
color: #E9FA2D;
}
</style>
background-color css
<style>
a { background-color: #E9FA2D; }
a { background-color: rgb(233,250,45); }
div.DivClassName
{
background-color: #E9FA2D;
}
.BgClassName
{
background-color: #E9FA2D;
}
</style>
border-color css
<style>
span { border-color: #E9FA2D; }
span { border-color: rgb(233,250,45); }
td.TdClassName
{
border-color: #E9FA2D;
}
.TagClassName
{
border-color: #E9FA2D;
}
</style>