Shades of Golden Fizz #E9EA2D
Tints of Golden Fizz #E9EA2D
RGB
CMYK
RGB Variations
Color information
#E9EA2D (or 0xE9EA2D) is known color: Golden Fizz. HEX triplet: E9, EA and 2D. RGB value is (233,234,45). Sum of RGB (Red+Green+Blue) = 233+234+45=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #E9EA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9EA2D is #1615D2. Grayscale: #D4D4D4. Windows color (decimal): -1447379 or 3009257. OLE color: 3009257.
HSL color Cylindrical-coordinate representation of color #E9EA2D: hue angle of 60.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9EA2D is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 234 | 45 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.08 |
| HSL | 60.32º | 0.82% | 0.55% | - |
| HSV(B) | 60.32º | 0.81% | 0.92% | - |
| XYZ | 63.5 | 76.36 | 13.87 | - |
| YUV | 212.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 234 | 45 | 0.00 | 0 | 0.81 | 0.08 | 60.32 | 0.82 | 0.55 |
| Hex | E9 | EA | 2D | 0 | 0 | 51 | 8 | 3C | 52 | 37 |
| Octal | 351 | 352 | 55 | 0 | 0 | 121 | 10 | 74 | 122 | 67 |
| Binary | 11101001 | 11101010 | 101101 | 0 | 0 | 1010001 | 1000 | 111100 | 1010010 | 110111 |
Color Harmonies of #E9EA2D
Complementary color
Monochromatic Colors of #E9EA2D
Black with #E9EA2D
Text Example
Text Example
White with #E9EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EA2D; }
p { color: rgb(233,234,45); }
H1.HeaderClassName
{
color: #E9EA2D;
}
.AnyTagClassName
{
color: #E9EA2D;
}
</style>
background-color css
<style>
a { background-color: #E9EA2D; }
a { background-color: rgb(233,234,45); }
div.DivClassName
{
background-color: #E9EA2D;
}
.BgClassName
{
background-color: #E9EA2D;
}
</style>
border-color css
<style>
span { border-color: #E9EA2D; }
span { border-color: rgb(233,234,45); }
td.TdClassName
{
border-color: #E9EA2D;
}
.TagClassName
{
border-color: #E9EA2D;
}
</style>