Shades of Golden Fizz #EED835
Tints of Golden Fizz #EED835
RGB
CMYK
RGB Variations
Color information
#EED835 (or 0xEED835) is known color: Golden Fizz. HEX triplet: EE, D8 and 35. RGB value is (238,216,53). Sum of RGB (Red+Green+Blue) = 238+216+53=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED835 is #1127CA. Grayscale: #CCCCCC. Windows color (decimal): -1124299 or 3528942. OLE color: 3528942.
HSL color Cylindrical-coordinate representation of color #EED835: hue angle of 52.86º 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 #EED835 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 53 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.07 |
| HSL | 52.86º | 0.84% | 0.57% | - |
| HSV(B) | 52.86º | 0.78% | 0.93% | - |
| XYZ | 60.46 | 67.55 | 13.22 | - |
| YUV | 204 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 53 | 0 | 0.09 | 0.78 | 0.07 | 52.86 | 0.84 | 0.57 |
| Hex | EE | D8 | 35 | 0 | 9 | 4E | 7 | 35 | 54 | 39 |
| Octal | 356 | 330 | 65 | 0 | 11 | 116 | 7 | 65 | 124 | 71 |
| Binary | 11101110 | 11011000 | 110101 | 0 | 1001 | 1001110 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EED835
Complementary color
Monochromatic Colors of #EED835
Black with #EED835
Text Example
Text Example
White with #EED835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED835; }
p { color: rgb(238,216,53); }
H1.HeaderClassName
{
color: #EED835;
}
.AnyTagClassName
{
color: #EED835;
}
</style>
background-color css
<style>
a { background-color: #EED835; }
a { background-color: rgb(238,216,53); }
div.DivClassName
{
background-color: #EED835;
}
.BgClassName
{
background-color: #EED835;
}
</style>
border-color css
<style>
span { border-color: #EED835; }
span { border-color: rgb(238,216,53); }
td.TdClassName
{
border-color: #EED835;
}
.TagClassName
{
border-color: #EED835;
}
</style>