Shades of Golden Fizz #E6D234
Tints of Golden Fizz #E6D234
RGB
CMYK
RGB Variations
Color information
#E6D234 (or 0xE6D234) is known color: Golden Fizz. HEX triplet: E6, D2 and 34. RGB value is (230,210,52). Sum of RGB (Red+Green+Blue) = 230+210+52=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D234 is #192DCB. Grayscale: #C6C6C6. Windows color (decimal): -1650124 or 3461862. OLE color: 3461862.
HSL color Cylindrical-coordinate representation of color #E6D234: hue angle of 53.26º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6D234 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 52 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.10 |
| HSL | 53.26º | 0.78% | 0.55% | - |
| HSV(B) | 53.26º | 0.77% | 0.9% | - |
| XYZ | 56.3 | 63.16 | 12.47 | - |
| YUV | 197.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 52 | 0 | 0.09 | 0.77 | 0.10 | 53.26 | 0.78 | 0.55 |
| Hex | E6 | D2 | 34 | 0 | 9 | 4D | A | 35 | 4E | 37 |
| Octal | 346 | 322 | 64 | 0 | 11 | 115 | 12 | 65 | 116 | 67 |
| Binary | 11100110 | 11010010 | 110100 | 0 | 1001 | 1001101 | 1010 | 110101 | 1001110 | 110111 |
Color Harmonies of #E6D234
Complementary color
Monochromatic Colors of #E6D234
Black with #E6D234
Text Example
Text Example
White with #E6D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D234; }
p { color: rgb(230,210,52); }
H1.HeaderClassName
{
color: #E6D234;
}
.AnyTagClassName
{
color: #E6D234;
}
</style>
background-color css
<style>
a { background-color: #E6D234; }
a { background-color: rgb(230,210,52); }
div.DivClassName
{
background-color: #E6D234;
}
.BgClassName
{
background-color: #E6D234;
}
</style>
border-color css
<style>
span { border-color: #E6D234; }
span { border-color: rgb(230,210,52); }
td.TdClassName
{
border-color: #E6D234;
}
.TagClassName
{
border-color: #E6D234;
}
</style>