Shades of Golden Fizz #EEEE3C
Tints of Golden Fizz #EEEE3C
RGB
CMYK
RGB Variations
Color information
#EEEE3C (or 0xEEEE3C) is known color: Golden Fizz. HEX triplet: EE, EE and 3C. RGB value is (238,238,60). Sum of RGB (Red+Green+Blue) = 238+238+60=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 60 (23.83% from 255 or 11.19% from 536); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEE3C is #1111C3. Grayscale: #DADADA. Windows color (decimal): -1118660 or 3993326. OLE color: 3993326.
HSL color Cylindrical-coordinate representation of color #EEEE3C: hue angle of 60º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEEE3C is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 60 | - |
| CMYK | 0 | 0 | 0.75 | 0.07 |
| HSL | 60º | 0.84% | 0.58% | - |
| HSV(B) | 60º | 0.75% | 0.93% | - |
| XYZ | 66.65 | 79.65 | 16.14 | - |
| YUV | 217.71 | 39 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 60 | 0 | 0 | 0.75 | 0.07 | 60 | 0.84 | 0.58 |
| Hex | EE | EE | 3C | 0 | 0 | 4B | 7 | 3C | 54 | 3A |
| Octal | 356 | 356 | 74 | 0 | 0 | 113 | 7 | 74 | 124 | 72 |
| Binary | 11101110 | 11101110 | 111100 | 0 | 0 | 1001011 | 111 | 111100 | 1010100 | 111010 |
Color Harmonies of #EEEE3C
Complementary color
Monochromatic Colors of #EEEE3C
Black with #EEEE3C
Text Example
Text Example
White with #EEEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEE3C; }
p { color: rgb(238,238,60); }
H1.HeaderClassName
{
color: #EEEE3C;
}
.AnyTagClassName
{
color: #EEEE3C;
}
</style>
background-color css
<style>
a { background-color: #EEEE3C; }
a { background-color: rgb(238,238,60); }
div.DivClassName
{
background-color: #EEEE3C;
}
.BgClassName
{
background-color: #EEEE3C;
}
</style>
border-color css
<style>
span { border-color: #EEEE3C; }
span { border-color: rgb(238,238,60); }
td.TdClassName
{
border-color: #EEEE3C;
}
.TagClassName
{
border-color: #EEEE3C;
}
</style>