Shades of Golden Fizz #EEE62D
Tints of Golden Fizz #EEE62D
RGB
CMYK
RGB Variations
Color information
#EEE62D (or 0xEEE62D) is known color: Golden Fizz. HEX triplet: EE, E6 and 2D. RGB value is (238,230,45). Sum of RGB (Red+Green+Blue) = 238+230+45=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE62D is #1119D2. Grayscale: #D4D4D4. Windows color (decimal): -1120723 or 3008238. OLE color: 3008238.
HSL color Cylindrical-coordinate representation of color #EEE62D: hue angle of 57.51º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEE62D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 57.51º | 0.85% | 0.55% | - |
| HSV(B) | 57.51º | 0.81% | 0.93% | - |
| XYZ | 64.03 | 74.96 | 13.58 | - |
| YUV | 211.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 45 | 0 | 0.03 | 0.81 | 0.07 | 57.51 | 0.85 | 0.55 |
| Hex | EE | E6 | 2D | 0 | 3 | 51 | 7 | 3A | 55 | 37 |
| Octal | 356 | 346 | 55 | 0 | 3 | 121 | 7 | 72 | 125 | 67 |
| Binary | 11101110 | 11100110 | 101101 | 0 | 11 | 1010001 | 111 | 111010 | 1010101 | 110111 |
Color Harmonies of #EEE62D
Complementary color
Monochromatic Colors of #EEE62D
Black with #EEE62D
Text Example
Text Example
White with #EEE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE62D; }
p { color: rgb(238,230,45); }
H1.HeaderClassName
{
color: #EEE62D;
}
.AnyTagClassName
{
color: #EEE62D;
}
</style>
background-color css
<style>
a { background-color: #EEE62D; }
a { background-color: rgb(238,230,45); }
div.DivClassName
{
background-color: #EEE62D;
}
.BgClassName
{
background-color: #EEE62D;
}
</style>
border-color css
<style>
span { border-color: #EEE62D; }
span { border-color: rgb(238,230,45); }
td.TdClassName
{
border-color: #EEE62D;
}
.TagClassName
{
border-color: #EEE62D;
}
</style>