Shades of Golden Fizz #E6D62A
Tints of Golden Fizz #E6D62A
RGB
CMYK
RGB Variations
Color information
#E6D62A (or 0xE6D62A) is known color: Golden Fizz. HEX triplet: E6, D6 and 2A. RGB value is (230,214,42). Sum of RGB (Red+Green+Blue) = 230+214+42=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D62A is #1929D5. Grayscale: #C7C7C7. Windows color (decimal): -1649110 or 2807526. OLE color: 2807526.
HSL color Cylindrical-coordinate representation of color #E6D62A: hue angle of 54.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6D62A is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 42 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.10 |
| HSL | 54.89º | 0.79% | 0.53% | - |
| HSV(B) | 54.89º | 0.82% | 0.9% | - |
| XYZ | 57.1 | 65.08 | 11.74 | - |
| YUV | 199.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 42 | 0 | 0.07 | 0.82 | 0.10 | 54.89 | 0.79 | 0.53 |
| Hex | E6 | D6 | 2A | 0 | 7 | 52 | A | 37 | 4F | 35 |
| Octal | 346 | 326 | 52 | 0 | 7 | 122 | 12 | 67 | 117 | 65 |
| Binary | 11100110 | 11010110 | 101010 | 0 | 111 | 1010010 | 1010 | 110111 | 1001111 | 110101 |
Color Harmonies of #E6D62A
Complementary color
Monochromatic Colors of #E6D62A
Black with #E6D62A
Text Example
Text Example
White with #E6D62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D62A; }
p { color: rgb(230,214,42); }
H1.HeaderClassName
{
color: #E6D62A;
}
.AnyTagClassName
{
color: #E6D62A;
}
</style>
background-color css
<style>
a { background-color: #E6D62A; }
a { background-color: rgb(230,214,42); }
div.DivClassName
{
background-color: #E6D62A;
}
.BgClassName
{
background-color: #E6D62A;
}
</style>
border-color css
<style>
span { border-color: #E6D62A; }
span { border-color: rgb(230,214,42); }
td.TdClassName
{
border-color: #E6D62A;
}
.TagClassName
{
border-color: #E6D62A;
}
</style>