Shades of Golden Fizz #E6E425
Tints of Golden Fizz #E6E425
RGB
CMYK
RGB Variations
Color information
#E6E425 (or 0xE6E425) is known color: Golden Fizz. HEX triplet: E6, E4 and 25. RGB value is (230,228,37). Sum of RGB (Red+Green+Blue) = 230+228+37=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E425 is #191BDA. Grayscale: #CFCFCF. Windows color (decimal): -1645531 or 2483430. OLE color: 2483430.
HSL color Cylindrical-coordinate representation of color #E6E425: hue angle of 59.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6E425 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 37 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.10 |
| HSL | 59.38º | 0.79% | 0.52% | - |
| HSV(B) | 59.38º | 0.84% | 0.9% | - |
| XYZ | 60.71 | 72.44 | 12.53 | - |
| YUV | 206.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 37 | 0 | 0.01 | 0.84 | 0.10 | 59.38 | 0.79 | 0.52 |
| Hex | E6 | E4 | 25 | 0 | 1 | 54 | A | 3B | 4F | 34 |
| Octal | 346 | 344 | 45 | 0 | 1 | 124 | 12 | 73 | 117 | 64 |
| Binary | 11100110 | 11100100 | 100101 | 0 | 1 | 1010100 | 1010 | 111011 | 1001111 | 110100 |
Color Harmonies of #E6E425
Complementary color
Monochromatic Colors of #E6E425
Black with #E6E425
Text Example
Text Example
White with #E6E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E425; }
p { color: rgb(230,228,37); }
H1.HeaderClassName
{
color: #E6E425;
}
.AnyTagClassName
{
color: #E6E425;
}
</style>
background-color css
<style>
a { background-color: #E6E425; }
a { background-color: rgb(230,228,37); }
div.DivClassName
{
background-color: #E6E425;
}
.BgClassName
{
background-color: #E6E425;
}
</style>
border-color css
<style>
span { border-color: #E6E425; }
span { border-color: rgb(230,228,37); }
td.TdClassName
{
border-color: #E6E425;
}
.TagClassName
{
border-color: #E6E425;
}
</style>