Shades of Golden Fizz #E6E531
Tints of Golden Fizz #E6E531
RGB
CMYK
RGB Variations
Color information
#E6E531 (or 0xE6E531) is known color: Golden Fizz. HEX triplet: E6, E5 and 31. RGB value is (230,229,49). Sum of RGB (Red+Green+Blue) = 230+229+49=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E531 is #191ACE. Grayscale: #D1D1D1. Windows color (decimal): -1645263 or 3270118. OLE color: 3270118.
HSL color Cylindrical-coordinate representation of color #E6E531: hue angle of 59.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6E531 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 49 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.10 |
| HSL | 59.67º | 0.78% | 0.55% | - |
| HSV(B) | 59.67º | 0.79% | 0.9% | - |
| XYZ | 61.21 | 73.08 | 13.79 | - |
| YUV | 208.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 49 | 0 | 0.00 | 0.79 | 0.10 | 59.67 | 0.78 | 0.55 |
| Hex | E6 | E5 | 31 | 0 | 0 | 4F | A | 3C | 4E | 37 |
| Octal | 346 | 345 | 61 | 0 | 0 | 117 | 12 | 74 | 116 | 67 |
| Binary | 11100110 | 11100101 | 110001 | 0 | 0 | 1001111 | 1010 | 111100 | 1001110 | 110111 |
Color Harmonies of #E6E531
Complementary color
Monochromatic Colors of #E6E531
Black with #E6E531
Text Example
Text Example
White with #E6E531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E531; }
p { color: rgb(230,229,49); }
H1.HeaderClassName
{
color: #E6E531;
}
.AnyTagClassName
{
color: #E6E531;
}
</style>
background-color css
<style>
a { background-color: #E6E531; }
a { background-color: rgb(230,229,49); }
div.DivClassName
{
background-color: #E6E531;
}
.BgClassName
{
background-color: #E6E531;
}
</style>
border-color css
<style>
span { border-color: #E6E531; }
span { border-color: rgb(230,229,49); }
td.TdClassName
{
border-color: #E6E531;
}
.TagClassName
{
border-color: #E6E531;
}
</style>