Shades of Golden Fizz #E6D72E
Tints of Golden Fizz #E6D72E
RGB
CMYK
RGB Variations
Color information
#E6D72E (or 0xE6D72E) is known color: Golden Fizz. HEX triplet: E6, D7 and 2E. RGB value is (230,215,46). Sum of RGB (Red+Green+Blue) = 230+215+46=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D72E is #1928D1. Grayscale: #C8C8C8. Windows color (decimal): -1648850 or 3069926. OLE color: 3069926.
HSL color Cylindrical-coordinate representation of color #E6D72E: hue angle of 55.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6D72E is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 46 | - |
| CMYK | 0 | 0.07 | 0.8 | 0.10 |
| HSL | 55.11º | 0.79% | 0.54% | - |
| HSV(B) | 55.11º | 0.8% | 0.9% | - |
| XYZ | 57.43 | 65.62 | 12.22 | - |
| YUV | 200.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 46 | 0 | 0.07 | 0.8 | 0.10 | 55.11 | 0.79 | 0.54 |
| Hex | E6 | D7 | 2E | 0 | 7 | 50 | A | 37 | 4F | 36 |
| Octal | 346 | 327 | 56 | 0 | 7 | 120 | 12 | 67 | 117 | 66 |
| Binary | 11100110 | 11010111 | 101110 | 0 | 111 | 1010000 | 1010 | 110111 | 1001111 | 110110 |
Color Harmonies of #E6D72E
Complementary color
Monochromatic Colors of #E6D72E
Black with #E6D72E
Text Example
Text Example
White with #E6D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D72E; }
p { color: rgb(230,215,46); }
H1.HeaderClassName
{
color: #E6D72E;
}
.AnyTagClassName
{
color: #E6D72E;
}
</style>
background-color css
<style>
a { background-color: #E6D72E; }
a { background-color: rgb(230,215,46); }
div.DivClassName
{
background-color: #E6D72E;
}
.BgClassName
{
background-color: #E6D72E;
}
</style>
border-color css
<style>
span { border-color: #E6D72E; }
span { border-color: rgb(230,215,46); }
td.TdClassName
{
border-color: #E6D72E;
}
.TagClassName
{
border-color: #E6D72E;
}
</style>