Shades of Golden Fizz #EED535
Tints of Golden Fizz #EED535
RGB
CMYK
RGB Variations
Color information
#EED535 (or 0xEED535) is known color: Golden Fizz. HEX triplet: EE, D5 and 35. RGB value is (238,213,53). Sum of RGB (Red+Green+Blue) = 238+213+53=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED535 is #112ACA. Grayscale: #CACACA. Windows color (decimal): -1125067 or 3528174. OLE color: 3528174.
HSL color Cylindrical-coordinate representation of color #EED535: hue angle of 51.89º 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 #EED535 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 53 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.89º | 0.84% | 0.57% | - |
| HSV(B) | 51.89º | 0.78% | 0.93% | - |
| XYZ | 59.7 | 66.02 | 12.97 | - |
| YUV | 202.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 53 | 0 | 0.11 | 0.78 | 0.07 | 51.89 | 0.84 | 0.57 |
| Hex | EE | D5 | 35 | 0 | B | 4E | 7 | 34 | 54 | 39 |
| Octal | 356 | 325 | 65 | 0 | 13 | 116 | 7 | 64 | 124 | 71 |
| Binary | 11101110 | 11010101 | 110101 | 0 | 1011 | 1001110 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EED535
Complementary color
Monochromatic Colors of #EED535
Black with #EED535
Text Example
Text Example
White with #EED535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED535; }
p { color: rgb(238,213,53); }
H1.HeaderClassName
{
color: #EED535;
}
.AnyTagClassName
{
color: #EED535;
}
</style>
background-color css
<style>
a { background-color: #EED535; }
a { background-color: rgb(238,213,53); }
div.DivClassName
{
background-color: #EED535;
}
.BgClassName
{
background-color: #EED535;
}
</style>
border-color css
<style>
span { border-color: #EED535; }
span { border-color: rgb(238,213,53); }
td.TdClassName
{
border-color: #EED535;
}
.TagClassName
{
border-color: #EED535;
}
</style>