Shades of Golden Fizz #EEE628
Tints of Golden Fizz #EEE628
RGB
CMYK
RGB Variations
Color information
#EEE628 (or 0xEEE628) is known color: Golden Fizz. HEX triplet: EE, E6 and 28. RGB value is (238,230,40). Sum of RGB (Red+Green+Blue) = 238+230+40=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE628 is #1119D7. Grayscale: #D3D3D3. Windows color (decimal): -1120728 or 2680558. OLE color: 2680558.
HSL color Cylindrical-coordinate representation of color #EEE628: hue angle of 57.58º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEE628 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 40 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.07 |
| HSL | 57.58º | 0.85% | 0.55% | - |
| HSV(B) | 57.58º | 0.83% | 0.93% | - |
| XYZ | 63.94 | 74.92 | 13.1 | - |
| YUV | 210.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 40 | 0 | 0.03 | 0.83 | 0.07 | 57.58 | 0.85 | 0.55 |
| Hex | EE | E6 | 28 | 0 | 3 | 53 | 7 | 3A | 55 | 37 |
| Octal | 356 | 346 | 50 | 0 | 3 | 123 | 7 | 72 | 125 | 67 |
| Binary | 11101110 | 11100110 | 101000 | 0 | 11 | 1010011 | 111 | 111010 | 1010101 | 110111 |
Color Harmonies of #EEE628
Complementary color
Monochromatic Colors of #EEE628
Black with #EEE628
Text Example
Text Example
White with #EEE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE628; }
p { color: rgb(238,230,40); }
H1.HeaderClassName
{
color: #EEE628;
}
.AnyTagClassName
{
color: #EEE628;
}
</style>
background-color css
<style>
a { background-color: #EEE628; }
a { background-color: rgb(238,230,40); }
div.DivClassName
{
background-color: #EEE628;
}
.BgClassName
{
background-color: #EEE628;
}
</style>
border-color css
<style>
span { border-color: #EEE628; }
span { border-color: rgb(238,230,40); }
td.TdClassName
{
border-color: #EEE628;
}
.TagClassName
{
border-color: #EEE628;
}
</style>