Shades of Golden Fizz #EED935
Tints of Golden Fizz #EED935
RGB
CMYK
RGB Variations
Color information
#EED935 (or 0xEED935) is known color: Golden Fizz. HEX triplet: EE, D9 and 35. RGB value is (238,217,53). Sum of RGB (Red+Green+Blue) = 238+217+53=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EED935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED935 is #1126CA. Grayscale: #CDCDCD. Windows color (decimal): -1124043 or 3529198. OLE color: 3529198.
HSL color Cylindrical-coordinate representation of color #EED935: hue angle of 53.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EED935 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 53 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.07 |
| HSL | 53.19º | 0.84% | 0.57% | - |
| HSV(B) | 53.19º | 0.78% | 0.93% | - |
| XYZ | 60.72 | 68.06 | 13.3 | - |
| YUV | 204.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 53 | 0 | 0.09 | 0.78 | 0.07 | 53.19 | 0.84 | 0.57 |
| Hex | EE | D9 | 35 | 0 | 9 | 4E | 7 | 35 | 54 | 39 |
| Octal | 356 | 331 | 65 | 0 | 11 | 116 | 7 | 65 | 124 | 71 |
| Binary | 11101110 | 11011001 | 110101 | 0 | 1001 | 1001110 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EED935
Complementary color
Monochromatic Colors of #EED935
Black with #EED935
Text Example
Text Example
White with #EED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED935; }
p { color: rgb(238,217,53); }
H1.HeaderClassName
{
color: #EED935;
}
.AnyTagClassName
{
color: #EED935;
}
</style>
background-color css
<style>
a { background-color: #EED935; }
a { background-color: rgb(238,217,53); }
div.DivClassName
{
background-color: #EED935;
}
.BgClassName
{
background-color: #EED935;
}
</style>
border-color css
<style>
span { border-color: #EED935; }
span { border-color: rgb(238,217,53); }
td.TdClassName
{
border-color: #EED935;
}
.TagClassName
{
border-color: #EED935;
}
</style>