Shades of Golden Fizz #EED53C
Tints of Golden Fizz #EED53C
RGB
CMYK
RGB Variations
Color information
#EED53C (or 0xEED53C) is known color: Golden Fizz. HEX triplet: EE, D5 and 3C. RGB value is (238,213,60). Sum of RGB (Red+Green+Blue) = 238+213+60=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EED53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED53C is #112AC3. Grayscale: #CBCBCB. Windows color (decimal): -1125060 or 3986926. OLE color: 3986926.
HSL color Cylindrical-coordinate representation of color #EED53C: hue angle of 51.57º 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 #EED53C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.57º | 0.84% | 0.58% | - |
| HSV(B) | 51.57º | 0.75% | 0.93% | - |
| XYZ | 59.87 | 66.09 | 13.88 | - |
| YUV | 203.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 60 | 0 | 0.11 | 0.75 | 0.07 | 51.57 | 0.84 | 0.58 |
| Hex | EE | D5 | 3C | 0 | B | 4B | 7 | 34 | 54 | 3A |
| Octal | 356 | 325 | 74 | 0 | 13 | 113 | 7 | 64 | 124 | 72 |
| Binary | 11101110 | 11010101 | 111100 | 0 | 1011 | 1001011 | 111 | 110100 | 1010100 | 111010 |
Color Harmonies of #EED53C
Complementary color
Monochromatic Colors of #EED53C
Black with #EED53C
Text Example
Text Example
White with #EED53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED53C; }
p { color: rgb(238,213,60); }
H1.HeaderClassName
{
color: #EED53C;
}
.AnyTagClassName
{
color: #EED53C;
}
</style>
background-color css
<style>
a { background-color: #EED53C; }
a { background-color: rgb(238,213,60); }
div.DivClassName
{
background-color: #EED53C;
}
.BgClassName
{
background-color: #EED53C;
}
</style>
border-color css
<style>
span { border-color: #EED53C; }
span { border-color: rgb(238,213,60); }
td.TdClassName
{
border-color: #EED53C;
}
.TagClassName
{
border-color: #EED53C;
}
</style>