Shades of Golden Fizz #E6E21C
Tints of Golden Fizz #E6E21C
RGB
CMYK
RGB Variations
Color information
#E6E21C (or 0xE6E21C) is known color: Golden Fizz. HEX triplet: E6, E2 and 1C. RGB value is (230,226,28). Sum of RGB (Red+Green+Blue) = 230+226+28=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E21C is #191DE3. Grayscale: #CDCDCD. Windows color (decimal): -1646052 or 1893094. OLE color: 1893094.
HSL color Cylindrical-coordinate representation of color #E6E21C: hue angle of 58.81º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6E21C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 28 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.10 |
| HSL | 58.81º | 0.8% | 0.51% | - |
| HSV(B) | 58.81º | 0.88% | 0.9% | - |
| XYZ | 60.04 | 71.3 | 11.7 | - |
| YUV | 204.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 28 | 0 | 0.02 | 0.88 | 0.10 | 58.81 | 0.8 | 0.51 |
| Hex | E6 | E2 | 1C | 0 | 2 | 58 | A | 3B | 50 | 33 |
| Octal | 346 | 342 | 34 | 0 | 2 | 130 | 12 | 73 | 120 | 63 |
| Binary | 11100110 | 11100010 | 11100 | 0 | 10 | 1011000 | 1010 | 111011 | 1010000 | 110011 |
Color Harmonies of #E6E21C
Complementary color
Monochromatic Colors of #E6E21C
Black with #E6E21C
Text Example
Text Example
White with #E6E21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E21C; }
p { color: rgb(230,226,28); }
H1.HeaderClassName
{
color: #E6E21C;
}
.AnyTagClassName
{
color: #E6E21C;
}
</style>
background-color css
<style>
a { background-color: #E6E21C; }
a { background-color: rgb(230,226,28); }
div.DivClassName
{
background-color: #E6E21C;
}
.BgClassName
{
background-color: #E6E21C;
}
</style>
border-color css
<style>
span { border-color: #E6E21C; }
span { border-color: rgb(230,226,28); }
td.TdClassName
{
border-color: #E6E21C;
}
.TagClassName
{
border-color: #E6E21C;
}
</style>