Shades of Golden Fizz #E4E62D
Tints of Golden Fizz #E4E62D
RGB
CMYK
RGB Variations
Color information
#E4E62D (or 0xE4E62D) is known color: Golden Fizz. HEX triplet: E4, E6 and 2D. RGB value is (228,230,45). Sum of RGB (Red+Green+Blue) = 228+230+45=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4E62D is #1B19D2. Grayscale: #D1D1D1. Windows color (decimal): -1776083 or 3008228. OLE color: 3008228.
HSL color Cylindrical-coordinate representation of color #E4E62D: hue angle of 60.65º 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 #E4E62D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 45 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.10 |
| HSL | 60.65º | 0.79% | 0.54% | - |
| HSV(B) | 60.65º | 0.8% | 0.9% | - |
| XYZ | 60.77 | 73.28 | 13.42 | - |
| YUV | 208.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 45 | 0.01 | 0 | 0.80 | 0.10 | 60.65 | 0.79 | 0.54 |
| Hex | E4 | E6 | 2D | 1 | 0 | 50 | A | 3D | 4F | 36 |
| Octal | 344 | 346 | 55 | 1 | 0 | 120 | 12 | 75 | 117 | 66 |
| Binary | 11100100 | 11100110 | 101101 | 1 | 0 | 1010000 | 1010 | 111101 | 1001111 | 110110 |
Color Harmonies of #E4E62D
Complementary color
Monochromatic Colors of #E4E62D
Black with #E4E62D
Text Example
Text Example
White with #E4E62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E62D; }
p { color: rgb(228,230,45); }
H1.HeaderClassName
{
color: #E4E62D;
}
.AnyTagClassName
{
color: #E4E62D;
}
</style>
background-color css
<style>
a { background-color: #E4E62D; }
a { background-color: rgb(228,230,45); }
div.DivClassName
{
background-color: #E4E62D;
}
.BgClassName
{
background-color: #E4E62D;
}
</style>
border-color css
<style>
span { border-color: #E4E62D; }
span { border-color: rgb(228,230,45); }
td.TdClassName
{
border-color: #E4E62D;
}
.TagClassName
{
border-color: #E4E62D;
}
</style>