Shades of Golden Fizz #E6E129
Tints of Golden Fizz #E6E129
RGB
CMYK
RGB Variations
Color information
#E6E129 (or 0xE6E129) is known color: Golden Fizz. HEX triplet: E6, E1 and 29. RGB value is (230,225,41). Sum of RGB (Red+Green+Blue) = 230+225+41=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E129 is #191ED6. Grayscale: #CECECE. Windows color (decimal): -1646295 or 2744806. OLE color: 2744806.
HSL color Cylindrical-coordinate representation of color #E6E129: hue angle of 58.41º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6E129 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 41 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.10 |
| HSL | 58.41º | 0.79% | 0.53% | - |
| HSV(B) | 58.41º | 0.82% | 0.9% | - |
| XYZ | 59.96 | 70.83 | 12.61 | - |
| YUV | 205.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 41 | 0 | 0.02 | 0.82 | 0.10 | 58.41 | 0.79 | 0.53 |
| Hex | E6 | E1 | 29 | 0 | 2 | 52 | A | 3A | 4F | 35 |
| Octal | 346 | 341 | 51 | 0 | 2 | 122 | 12 | 72 | 117 | 65 |
| Binary | 11100110 | 11100001 | 101001 | 0 | 10 | 1010010 | 1010 | 111010 | 1001111 | 110101 |
Color Harmonies of #E6E129
Complementary color
Monochromatic Colors of #E6E129
Black with #E6E129
Text Example
Text Example
White with #E6E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E129; }
p { color: rgb(230,225,41); }
H1.HeaderClassName
{
color: #E6E129;
}
.AnyTagClassName
{
color: #E6E129;
}
</style>
background-color css
<style>
a { background-color: #E6E129; }
a { background-color: rgb(230,225,41); }
div.DivClassName
{
background-color: #E6E129;
}
.BgClassName
{
background-color: #E6E129;
}
</style>
border-color css
<style>
span { border-color: #E6E129; }
span { border-color: rgb(230,225,41); }
td.TdClassName
{
border-color: #E6E129;
}
.TagClassName
{
border-color: #E6E129;
}
</style>