Shades of Golden Fizz #E5EA32
Tints of Golden Fizz #E5EA32
RGB
CMYK
RGB Variations
Color information
#E5EA32 (or 0xE5EA32) is known color: Golden Fizz. HEX triplet: E5, EA and 32. RGB value is (229,234,50). Sum of RGB (Red+Green+Blue) = 229+234+50=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EA32 is #1A15CD. Grayscale: #D4D4D4. Windows color (decimal): -1709518 or 3336933. OLE color: 3336933.
HSL color Cylindrical-coordinate representation of color #E5EA32: hue angle of 61.63º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5EA32 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 50 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.08 |
| HSL | 61.63º | 0.81% | 0.56% | - |
| HSV(B) | 61.63º | 0.79% | 0.92% | - |
| XYZ | 62.31 | 75.73 | 14.35 | - |
| YUV | 211.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 50 | 0.02 | 0 | 0.79 | 0.08 | 61.63 | 0.81 | 0.56 |
| Hex | E5 | EA | 32 | 2 | 0 | 4F | 8 | 3E | 51 | 38 |
| Octal | 345 | 352 | 62 | 2 | 0 | 117 | 10 | 76 | 121 | 70 |
| Binary | 11100101 | 11101010 | 110010 | 10 | 0 | 1001111 | 1000 | 111110 | 1010001 | 111000 |
Color Harmonies of #E5EA32
Complementary color
Monochromatic Colors of #E5EA32
Black with #E5EA32
Text Example
Text Example
White with #E5EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EA32; }
p { color: rgb(229,234,50); }
H1.HeaderClassName
{
color: #E5EA32;
}
.AnyTagClassName
{
color: #E5EA32;
}
</style>
background-color css
<style>
a { background-color: #E5EA32; }
a { background-color: rgb(229,234,50); }
div.DivClassName
{
background-color: #E5EA32;
}
.BgClassName
{
background-color: #E5EA32;
}
</style>
border-color css
<style>
span { border-color: #E5EA32; }
span { border-color: rgb(229,234,50); }
td.TdClassName
{
border-color: #E5EA32;
}
.TagClassName
{
border-color: #E5EA32;
}
</style>