Shades of Golden Fizz #E6D430
Tints of Golden Fizz #E6D430
RGB
CMYK
RGB Variations
Color information
#E6D430 (or 0xE6D430) is known color: Golden Fizz. HEX triplet: E6, D4 and 30. RGB value is (230,212,48). Sum of RGB (Red+Green+Blue) = 230+212+48=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D430 is #192BCF. Grayscale: #C7C7C7. Windows color (decimal): -1649616 or 3200230. OLE color: 3200230.
HSL color Cylindrical-coordinate representation of color #E6D430: hue angle of 54.07º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6D430 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 48 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.10 |
| HSL | 54.07º | 0.78% | 0.55% | - |
| HSV(B) | 54.07º | 0.79% | 0.9% | - |
| XYZ | 56.71 | 64.12 | 12.18 | - |
| YUV | 198.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 48 | 0 | 0.08 | 0.79 | 0.10 | 54.07 | 0.78 | 0.55 |
| Hex | E6 | D4 | 30 | 0 | 8 | 4F | A | 36 | 4E | 37 |
| Octal | 346 | 324 | 60 | 0 | 10 | 117 | 12 | 66 | 116 | 67 |
| Binary | 11100110 | 11010100 | 110000 | 0 | 1000 | 1001111 | 1010 | 110110 | 1001110 | 110111 |
Color Harmonies of #E6D430
Complementary color
Monochromatic Colors of #E6D430
Black with #E6D430
Text Example
Text Example
White with #E6D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D430; }
p { color: rgb(230,212,48); }
H1.HeaderClassName
{
color: #E6D430;
}
.AnyTagClassName
{
color: #E6D430;
}
</style>
background-color css
<style>
a { background-color: #E6D430; }
a { background-color: rgb(230,212,48); }
div.DivClassName
{
background-color: #E6D430;
}
.BgClassName
{
background-color: #E6D430;
}
</style>
border-color css
<style>
span { border-color: #E6D430; }
span { border-color: rgb(230,212,48); }
td.TdClassName
{
border-color: #E6D430;
}
.TagClassName
{
border-color: #E6D430;
}
</style>