Shades of Golden Fizz #EED538
Tints of Golden Fizz #EED538
RGB
CMYK
RGB Variations
Color information
#EED538 (or 0xEED538) is known color: Golden Fizz. HEX triplet: EE, D5 and 38. RGB value is (238,213,56). Sum of RGB (Red+Green+Blue) = 238+213+56=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED538 is #112AC7. Grayscale: #CBCBCB. Windows color (decimal): -1125064 or 3724782. OLE color: 3724782.
HSL color Cylindrical-coordinate representation of color #EED538: hue angle of 51.76º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EED538 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 56 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.07 |
| HSL | 51.76º | 0.84% | 0.58% | - |
| HSV(B) | 51.76º | 0.76% | 0.93% | - |
| XYZ | 59.77 | 66.05 | 13.34 | - |
| YUV | 202.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 56 | 0 | 0.11 | 0.76 | 0.07 | 51.76 | 0.84 | 0.58 |
| Hex | EE | D5 | 38 | 0 | B | 4C | 7 | 34 | 54 | 3A |
| Octal | 356 | 325 | 70 | 0 | 13 | 114 | 7 | 64 | 124 | 72 |
| Binary | 11101110 | 11010101 | 111000 | 0 | 1011 | 1001100 | 111 | 110100 | 1010100 | 111010 |
Color Harmonies of #EED538
Complementary color
Monochromatic Colors of #EED538
Black with #EED538
Text Example
Text Example
White with #EED538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED538; }
p { color: rgb(238,213,56); }
H1.HeaderClassName
{
color: #EED538;
}
.AnyTagClassName
{
color: #EED538;
}
</style>
background-color css
<style>
a { background-color: #EED538; }
a { background-color: rgb(238,213,56); }
div.DivClassName
{
background-color: #EED538;
}
.BgClassName
{
background-color: #EED538;
}
</style>
border-color css
<style>
span { border-color: #EED538; }
span { border-color: rgb(238,213,56); }
td.TdClassName
{
border-color: #EED538;
}
.TagClassName
{
border-color: #EED538;
}
</style>