Shades of Golden Fizz #E6E51A
Tints of Golden Fizz #E6E51A
RGB
CMYK
RGB Variations
Color information
#E6E51A (or 0xE6E51A) is known color: Golden Fizz. HEX triplet: E6, E5 and 1A. RGB value is (230,229,26). Sum of RGB (Red+Green+Blue) = 230+229+26=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E51A is #191AE5. Grayscale: #CECECE. Windows color (decimal): -1645286 or 1762790. OLE color: 1762790.
HSL color Cylindrical-coordinate representation of color #E6E51A: hue angle of 59.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6E51A is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 26 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.10 |
| HSL | 59.71º | 0.8% | 0.5% | - |
| HSV(B) | 59.71º | 0.89% | 0.9% | - |
| XYZ | 60.84 | 72.94 | 11.85 | - |
| YUV | 206.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 26 | 0 | 0.00 | 0.89 | 0.10 | 59.71 | 0.8 | 0.5 |
| Hex | E6 | E5 | 1A | 0 | 0 | 59 | A | 3C | 50 | 32 |
| Octal | 346 | 345 | 32 | 0 | 0 | 131 | 12 | 74 | 120 | 62 |
| Binary | 11100110 | 11100101 | 11010 | 0 | 0 | 1011001 | 1010 | 111100 | 1010000 | 110010 |
Color Harmonies of #E6E51A
Complementary color
Monochromatic Colors of #E6E51A
Black with #E6E51A
Text Example
Text Example
White with #E6E51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E51A; }
p { color: rgb(230,229,26); }
H1.HeaderClassName
{
color: #E6E51A;
}
.AnyTagClassName
{
color: #E6E51A;
}
</style>
background-color css
<style>
a { background-color: #E6E51A; }
a { background-color: rgb(230,229,26); }
div.DivClassName
{
background-color: #E6E51A;
}
.BgClassName
{
background-color: #E6E51A;
}
</style>
border-color css
<style>
span { border-color: #E6E51A; }
span { border-color: rgb(230,229,26); }
td.TdClassName
{
border-color: #E6E51A;
}
.TagClassName
{
border-color: #E6E51A;
}
</style>