Shades of Golden Fizz #E6D62B
Tints of Golden Fizz #E6D62B
RGB
CMYK
RGB Variations
Color information
#E6D62B (or 0xE6D62B) is known color: Golden Fizz. HEX triplet: E6, D6 and 2B. RGB value is (230,214,43). Sum of RGB (Red+Green+Blue) = 230+214+43=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D62B is #1929D4. Grayscale: #C7C7C7. Windows color (decimal): -1649109 or 2873062. OLE color: 2873062.
HSL color Cylindrical-coordinate representation of color #E6D62B: hue angle of 54.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6D62B is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 43 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.10 |
| HSL | 54.87º | 0.79% | 0.54% | - |
| HSV(B) | 54.87º | 0.81% | 0.9% | - |
| XYZ | 57.12 | 65.09 | 11.84 | - |
| YUV | 199.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 43 | 0 | 0.07 | 0.81 | 0.10 | 54.87 | 0.79 | 0.54 |
| Hex | E6 | D6 | 2B | 0 | 7 | 51 | A | 37 | 4F | 36 |
| Octal | 346 | 326 | 53 | 0 | 7 | 121 | 12 | 67 | 117 | 66 |
| Binary | 11100110 | 11010110 | 101011 | 0 | 111 | 1010001 | 1010 | 110111 | 1001111 | 110110 |
Color Harmonies of #E6D62B
Complementary color
Monochromatic Colors of #E6D62B
Black with #E6D62B
Text Example
Text Example
White with #E6D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D62B; }
p { color: rgb(230,214,43); }
H1.HeaderClassName
{
color: #E6D62B;
}
.AnyTagClassName
{
color: #E6D62B;
}
</style>
background-color css
<style>
a { background-color: #E6D62B; }
a { background-color: rgb(230,214,43); }
div.DivClassName
{
background-color: #E6D62B;
}
.BgClassName
{
background-color: #E6D62B;
}
</style>
border-color css
<style>
span { border-color: #E6D62B; }
span { border-color: rgb(230,214,43); }
td.TdClassName
{
border-color: #E6D62B;
}
.TagClassName
{
border-color: #E6D62B;
}
</style>