Shades of Golden Fizz #EEE835
Tints of Golden Fizz #EEE835
RGB
CMYK
RGB Variations
Color information
#EEE835 (or 0xEEE835) is known color: Golden Fizz. HEX triplet: EE, E8 and 35. RGB value is (238,232,53). Sum of RGB (Red+Green+Blue) = 238+232+53=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 53 (21.09% from 255 or 10.13% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE835 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE835 is #1117CA. Grayscale: #D6D6D6. Windows color (decimal): -1120203 or 3533038. OLE color: 3533038.
HSL color Cylindrical-coordinate representation of color #EEE835: hue angle of 58.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEE835 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 53 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.07 |
| HSL | 58.05º | 0.84% | 0.57% | - |
| HSV(B) | 58.05º | 0.78% | 0.93% | - |
| XYZ | 64.76 | 76.15 | 14.65 | - |
| YUV | 213.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 53 | 0 | 0.03 | 0.78 | 0.07 | 58.05 | 0.84 | 0.57 |
| Hex | EE | E8 | 35 | 0 | 3 | 4E | 7 | 3A | 54 | 39 |
| Octal | 356 | 350 | 65 | 0 | 3 | 116 | 7 | 72 | 124 | 71 |
| Binary | 11101110 | 11101000 | 110101 | 0 | 11 | 1001110 | 111 | 111010 | 1010100 | 111001 |
Color Harmonies of #EEE835
Complementary color
Monochromatic Colors of #EEE835
Black with #EEE835
Text Example
Text Example
White with #EEE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE835; }
p { color: rgb(238,232,53); }
H1.HeaderClassName
{
color: #EEE835;
}
.AnyTagClassName
{
color: #EEE835;
}
</style>
background-color css
<style>
a { background-color: #EEE835; }
a { background-color: rgb(238,232,53); }
div.DivClassName
{
background-color: #EEE835;
}
.BgClassName
{
background-color: #EEE835;
}
</style>
border-color css
<style>
span { border-color: #EEE835; }
span { border-color: rgb(238,232,53); }
td.TdClassName
{
border-color: #EEE835;
}
.TagClassName
{
border-color: #EEE835;
}
</style>