Shades of Golden Fizz #EED73D
Tints of Golden Fizz #EED73D
RGB
CMYK
RGB Variations
Color information
#EED73D (or 0xEED73D) is known color: Golden Fizz. HEX triplet: EE, D7 and 3D. RGB value is (238,215,61). Sum of RGB (Red+Green+Blue) = 238+215+61=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED73D is #1128C2. Grayscale: #CCCCCC. Windows color (decimal): -1124547 or 4052974. OLE color: 4052974.
HSL color Cylindrical-coordinate representation of color #EED73D: hue angle of 52.2º 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 #EED73D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 61 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.07 |
| HSL | 52.2º | 0.84% | 0.59% | - |
| HSV(B) | 52.2º | 0.74% | 0.93% | - |
| XYZ | 60.4 | 67.11 | 14.19 | - |
| YUV | 204.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 61 | 0 | 0.10 | 0.74 | 0.07 | 52.2 | 0.84 | 0.59 |
| Hex | EE | D7 | 3D | 0 | A | 4A | 7 | 34 | 54 | 3B |
| Octal | 356 | 327 | 75 | 0 | 12 | 112 | 7 | 64 | 124 | 73 |
| Binary | 11101110 | 11010111 | 111101 | 0 | 1010 | 1001010 | 111 | 110100 | 1010100 | 111011 |
Color Harmonies of #EED73D
Complementary color
Monochromatic Colors of #EED73D
Black with #EED73D
Text Example
Text Example
White with #EED73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED73D; }
p { color: rgb(238,215,61); }
H1.HeaderClassName
{
color: #EED73D;
}
.AnyTagClassName
{
color: #EED73D;
}
</style>
background-color css
<style>
a { background-color: #EED73D; }
a { background-color: rgb(238,215,61); }
div.DivClassName
{
background-color: #EED73D;
}
.BgClassName
{
background-color: #EED73D;
}
</style>
border-color css
<style>
span { border-color: #EED73D; }
span { border-color: rgb(238,215,61); }
td.TdClassName
{
border-color: #EED73D;
}
.TagClassName
{
border-color: #EED73D;
}
</style>