Shades of Golden Fizz #E6E128
Tints of Golden Fizz #E6E128
RGB
CMYK
RGB Variations
Color information
#E6E128 (or 0xE6E128) is known color: Golden Fizz. HEX triplet: E6, E1 and 28. RGB value is (230,225,40). Sum of RGB (Red+Green+Blue) = 230+225+40=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E128 is #191ED7. Grayscale: #CECECE. Windows color (decimal): -1646296 or 2679270. OLE color: 2679270.
HSL color Cylindrical-coordinate representation of color #E6E128: hue angle of 58.42º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6E128 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 40 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.10 |
| HSL | 58.42º | 0.79% | 0.53% | - |
| HSV(B) | 58.42º | 0.83% | 0.9% | - |
| XYZ | 59.94 | 70.83 | 12.52 | - |
| YUV | 205.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 40 | 0 | 0.02 | 0.83 | 0.10 | 58.42 | 0.79 | 0.53 |
| Hex | E6 | E1 | 28 | 0 | 2 | 53 | A | 3A | 4F | 35 |
| Octal | 346 | 341 | 50 | 0 | 2 | 123 | 12 | 72 | 117 | 65 |
| Binary | 11100110 | 11100001 | 101000 | 0 | 10 | 1010011 | 1010 | 111010 | 1001111 | 110101 |
Color Harmonies of #E6E128
Complementary color
Monochromatic Colors of #E6E128
Black with #E6E128
Text Example
Text Example
White with #E6E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E128; }
p { color: rgb(230,225,40); }
H1.HeaderClassName
{
color: #E6E128;
}
.AnyTagClassName
{
color: #E6E128;
}
</style>
background-color css
<style>
a { background-color: #E6E128; }
a { background-color: rgb(230,225,40); }
div.DivClassName
{
background-color: #E6E128;
}
.BgClassName
{
background-color: #E6E128;
}
</style>
border-color css
<style>
span { border-color: #E6E128; }
span { border-color: rgb(230,225,40); }
td.TdClassName
{
border-color: #E6E128;
}
.TagClassName
{
border-color: #E6E128;
}
</style>