Shades of Golden Fizz #EED73B
Tints of Golden Fizz #EED73B
RGB
CMYK
RGB Variations
Color information
#EED73B (or 0xEED73B) is known color: Golden Fizz. HEX triplet: EE, D7 and 3B. RGB value is (238,215,59). Sum of RGB (Red+Green+Blue) = 238+215+59=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 59 (23.44% from 255 or 11.52% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED73B is #1128C4. Grayscale: #CCCCCC. Windows color (decimal): -1124549 or 3921902. OLE color: 3921902.
HSL color Cylindrical-coordinate representation of color #EED73B: hue angle of 52.29º 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 #EED73B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 59 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.07 |
| HSL | 52.29º | 0.84% | 0.58% | - |
| HSV(B) | 52.29º | 0.75% | 0.93% | - |
| XYZ | 60.35 | 67.09 | 13.91 | - |
| YUV | 204.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 59 | 0 | 0.10 | 0.75 | 0.07 | 52.29 | 0.84 | 0.58 |
| Hex | EE | D7 | 3B | 0 | A | 4B | 7 | 34 | 54 | 3A |
| Octal | 356 | 327 | 73 | 0 | 12 | 113 | 7 | 64 | 124 | 72 |
| Binary | 11101110 | 11010111 | 111011 | 0 | 1010 | 1001011 | 111 | 110100 | 1010100 | 111010 |
Color Harmonies of #EED73B
Complementary color
Monochromatic Colors of #EED73B
Black with #EED73B
Text Example
Text Example
White with #EED73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED73B; }
p { color: rgb(238,215,59); }
H1.HeaderClassName
{
color: #EED73B;
}
.AnyTagClassName
{
color: #EED73B;
}
</style>
background-color css
<style>
a { background-color: #EED73B; }
a { background-color: rgb(238,215,59); }
div.DivClassName
{
background-color: #EED73B;
}
.BgClassName
{
background-color: #EED73B;
}
</style>
border-color css
<style>
span { border-color: #EED73B; }
span { border-color: rgb(238,215,59); }
td.TdClassName
{
border-color: #EED73B;
}
.TagClassName
{
border-color: #EED73B;
}
</style>