Shades of Golden Fizz #E9EC2D
Tints of Golden Fizz #E9EC2D
RGB
CMYK
RGB Variations
Color information
#E9EC2D (or 0xE9EC2D) is known color: Golden Fizz. HEX triplet: E9, EC and 2D. RGB value is (233,236,45). Sum of RGB (Red+Green+Blue) = 233+236+45=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #E9EC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9EC2D is #1613D2. Grayscale: #D6D6D6. Windows color (decimal): -1446867 or 3009769. OLE color: 3009769.
HSL color Cylindrical-coordinate representation of color #E9EC2D: hue angle of 60.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9EC2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 236 | 45 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.07 |
| HSL | 60.94º | 0.83% | 0.55% | - |
| HSV(B) | 60.94º | 0.81% | 0.93% | - |
| XYZ | 64.07 | 77.5 | 14.07 | - |
| YUV | 213.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 236 | 45 | 0.01 | 0 | 0.81 | 0.07 | 60.94 | 0.83 | 0.55 |
| Hex | E9 | EC | 2D | 1 | 0 | 51 | 7 | 3D | 53 | 37 |
| Octal | 351 | 354 | 55 | 1 | 0 | 121 | 7 | 75 | 123 | 67 |
| Binary | 11101001 | 11101100 | 101101 | 1 | 0 | 1010001 | 111 | 111101 | 1010011 | 110111 |
Color Harmonies of #E9EC2D
Complementary color
Monochromatic Colors of #E9EC2D
Black with #E9EC2D
Text Example
Text Example
White with #E9EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EC2D; }
p { color: rgb(233,236,45); }
H1.HeaderClassName
{
color: #E9EC2D;
}
.AnyTagClassName
{
color: #E9EC2D;
}
</style>
background-color css
<style>
a { background-color: #E9EC2D; }
a { background-color: rgb(233,236,45); }
div.DivClassName
{
background-color: #E9EC2D;
}
.BgClassName
{
background-color: #E9EC2D;
}
</style>
border-color css
<style>
span { border-color: #E9EC2D; }
span { border-color: rgb(233,236,45); }
td.TdClassName
{
border-color: #E9EC2D;
}
.TagClassName
{
border-color: #E9EC2D;
}
</style>