Shades of Golden Fizz #E6D62F
Tints of Golden Fizz #E6D62F
RGB
CMYK
RGB Variations
Color information
#E6D62F (or 0xE6D62F) is known color: Golden Fizz. HEX triplet: E6, D6 and 2F. RGB value is (230,214,47). Sum of RGB (Red+Green+Blue) = 230+214+47=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D62F is #1929D0. Grayscale: #C8C8C8. Windows color (decimal): -1649105 or 3135206. OLE color: 3135206.
HSL color Cylindrical-coordinate representation of color #E6D62F: hue angle of 54.75º 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 #E6D62F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 47 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.10 |
| HSL | 54.75º | 0.79% | 0.54% | - |
| HSV(B) | 54.75º | 0.8% | 0.9% | - |
| XYZ | 57.19 | 65.12 | 12.24 | - |
| YUV | 199.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 47 | 0 | 0.07 | 0.80 | 0.10 | 54.75 | 0.79 | 0.54 |
| Hex | E6 | D6 | 2F | 0 | 7 | 50 | A | 37 | 4F | 36 |
| Octal | 346 | 326 | 57 | 0 | 7 | 120 | 12 | 67 | 117 | 66 |
| Binary | 11100110 | 11010110 | 101111 | 0 | 111 | 1010000 | 1010 | 110111 | 1001111 | 110110 |
Color Harmonies of #E6D62F
Complementary color
Monochromatic Colors of #E6D62F
Black with #E6D62F
Text Example
Text Example
White with #E6D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D62F; }
p { color: rgb(230,214,47); }
H1.HeaderClassName
{
color: #E6D62F;
}
.AnyTagClassName
{
color: #E6D62F;
}
</style>
background-color css
<style>
a { background-color: #E6D62F; }
a { background-color: rgb(230,214,47); }
div.DivClassName
{
background-color: #E6D62F;
}
.BgClassName
{
background-color: #E6D62F;
}
</style>
border-color css
<style>
span { border-color: #E6D62F; }
span { border-color: rgb(230,214,47); }
td.TdClassName
{
border-color: #E6D62F;
}
.TagClassName
{
border-color: #E6D62F;
}
</style>