Shades of Golden Fizz #EED83D
Tints of Golden Fizz #EED83D
RGB
CMYK
RGB Variations
Color information
#EED83D (or 0xEED83D) is known color: Golden Fizz. HEX triplet: EE, D8 and 3D. RGB value is (238,216,61). Sum of RGB (Red+Green+Blue) = 238+216+61=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EED83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED83D is #1127C2. Grayscale: #CDCDCD. Windows color (decimal): -1124291 or 4053230. OLE color: 4053230.
HSL color Cylindrical-coordinate representation of color #EED83D: hue angle of 52.54º 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 #EED83D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 61 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.07 |
| HSL | 52.54º | 0.84% | 0.59% | - |
| HSV(B) | 52.54º | 0.74% | 0.93% | - |
| XYZ | 60.66 | 67.63 | 14.27 | - |
| YUV | 204.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 61 | 0 | 0.09 | 0.74 | 0.07 | 52.54 | 0.84 | 0.59 |
| Hex | EE | D8 | 3D | 0 | 9 | 4A | 7 | 35 | 54 | 3B |
| Octal | 356 | 330 | 75 | 0 | 11 | 112 | 7 | 65 | 124 | 73 |
| Binary | 11101110 | 11011000 | 111101 | 0 | 1001 | 1001010 | 111 | 110101 | 1010100 | 111011 |
Color Harmonies of #EED83D
Complementary color
Monochromatic Colors of #EED83D
Black with #EED83D
Text Example
Text Example
White with #EED83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED83D; }
p { color: rgb(238,216,61); }
H1.HeaderClassName
{
color: #EED83D;
}
.AnyTagClassName
{
color: #EED83D;
}
</style>
background-color css
<style>
a { background-color: #EED83D; }
a { background-color: rgb(238,216,61); }
div.DivClassName
{
background-color: #EED83D;
}
.BgClassName
{
background-color: #EED83D;
}
</style>
border-color css
<style>
span { border-color: #EED83D; }
span { border-color: rgb(238,216,61); }
td.TdClassName
{
border-color: #EED83D;
}
.TagClassName
{
border-color: #EED83D;
}
</style>