Shades of Golden Fizz #EED93D
Tints of Golden Fizz #EED93D
RGB
CMYK
RGB Variations
Color information
#EED93D (or 0xEED93D) is known color: Golden Fizz. HEX triplet: EE, D9 and 3D. RGB value is (238,217,61). Sum of RGB (Red+Green+Blue) = 238+217+61=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED93D is #1126C2. Grayscale: #CECECE. Windows color (decimal): -1124035 or 4053486. OLE color: 4053486.
HSL color Cylindrical-coordinate representation of color #EED93D: hue angle of 52.88º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EED93D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 61 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.07 |
| HSL | 52.88º | 0.84% | 0.59% | - |
| HSV(B) | 52.88º | 0.74% | 0.93% | - |
| XYZ | 60.92 | 68.14 | 14.36 | - |
| YUV | 205.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 61 | 0 | 0.09 | 0.74 | 0.07 | 52.88 | 0.84 | 0.59 |
| Hex | EE | D9 | 3D | 0 | 9 | 4A | 7 | 35 | 54 | 3B |
| Octal | 356 | 331 | 75 | 0 | 11 | 112 | 7 | 65 | 124 | 73 |
| Binary | 11101110 | 11011001 | 111101 | 0 | 1001 | 1001010 | 111 | 110101 | 1010100 | 111011 |
Color Harmonies of #EED93D
Complementary color
Monochromatic Colors of #EED93D
Black with #EED93D
Text Example
Text Example
White with #EED93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED93D; }
p { color: rgb(238,217,61); }
H1.HeaderClassName
{
color: #EED93D;
}
.AnyTagClassName
{
color: #EED93D;
}
</style>
background-color css
<style>
a { background-color: #EED93D; }
a { background-color: rgb(238,217,61); }
div.DivClassName
{
background-color: #EED93D;
}
.BgClassName
{
background-color: #EED93D;
}
</style>
border-color css
<style>
span { border-color: #EED93D; }
span { border-color: rgb(238,217,61); }
td.TdClassName
{
border-color: #EED93D;
}
.TagClassName
{
border-color: #EED93D;
}
</style>